We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Missing OCI causes
~ helm upgrade --install retina oci://ghcr.io/microsoft/retina/charts/retina \ > --version $VERSION \ > --namespace kube-system \ > --set image.tag=$VERSION \ > --set operator.tag=$VERSION \ > --set image.pullPolicy=Always \ > --set logLevel=info \ > --set os.windows=true \ > --set operator.enabled=true \ > --set operator.enableRetinaEndpoint=true \ > --skip-crds \ > --set enabledPlugin_linux="\[dropreason\,packetforward\,linuxutil\,dns\,packetparser\]" \ > --set enablePodLevel=true \ > --set enableAnnotations=true Release "retina" does not exist. Installing it now. Error: ghcr.io/microsoft/retina/charts/retina:v0.0.18: not found
The list of OCIs https://github.com/microsoft/retina/pkgs/container/retina%2Fcharts%2Fretina/versions?filters%5Bversion_type%5D=tagged
To Reproduce Steps to reproduce the behavior:
Expected behavior A clear and concise description of what you expected to happen.
Platform (please complete the following information):
OS: Linux Mint 22
Kubernetes Version: v1.30.1
Retina Version:
Additional context https://github.com/microsoft/retina/releases/tag/v0.0.18 The place I guess can be improved to prevent it https://github.com/microsoft/retina/blob/main/docs/02-Installation/01-Setup.md?plain=1#L14 or the OCI build process, which I haven't checked yet.
I might be missing something while it is the first attempt at my installation.
Simple addition: The variable name, $VERSION, seems a bit general, $RETINA_VERSION would be better, IMHO:)
The text was updated successfully, but these errors were encountered:
Sorry, I did check by searching, but I somehow missed it. Duplicated #1013
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Missing OCI causes
The list of OCIs
https://github.com/microsoft/retina/pkgs/container/retina%2Fcharts%2Fretina/versions?filters%5Bversion_type%5D=tagged
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Platform (please complete the following information):
OS: Linux Mint 22
Kubernetes Version: v1.30.1
Retina Version:
Additional context
https://github.com/microsoft/retina/releases/tag/v0.0.18
The place I guess can be improved to prevent it https://github.com/microsoft/retina/blob/main/docs/02-Installation/01-Setup.md?plain=1#L14 or the OCI build process, which I haven't checked yet.
I might be missing something while it is the first attempt at my installation.
Simple addition: The variable name, $VERSION, seems a bit general, $RETINA_VERSION would be better, IMHO:)
The text was updated successfully, but these errors were encountered: