-
Notifications
You must be signed in to change notification settings - Fork 211
New issue
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
Fix user guide since fetching latest version is failed #1020
Comments
Detailed logs when following current Metrics Quick Install Guide ❯ VERSION=v0.10.1
~ ⎈ kind-skypilot 01:45:08
❯ helm upgrade --install retina oci://ghcr.io/microsoft/retina/charts/retina \
--version $VERSION \
--set image.tag=$VERSION \
--set operator.tag=$VERSION \
--set logLevel=info \
--set enabledPlugin_linux="\[dropreason\,packetforward\,linuxutil\,dns\]"
Pulled: ghcr.io/microsoft/retina/charts/retina:v0.10.1
Digest: sha256:428fdcfc197b275cd41cf094b5bed4077b2eecad002a6ed31868e388ec7c42b3
Release "retina" has been upgraded. Happy Helming!
NAME: retina
LAST DEPLOYED: Mon Nov 18 01:45:11 2024
NAMESPACE: default
STATUS: deployed
REVISION: 3
NOTES:
1. Installing retina service using helm: helm install retina ./deploy/legacy/manifests/controller/helm/retina/ --namespace kube-system --dependency-update
2. Cleaning up/uninstalling/deleting retina and dependencies related:
helm uninstall retina -n kube-system ~ 01:45:11
❯ VERSION=v0.0.18
~ ⎈ kind-skypilot 01:45:14
❯ helm upgrade --install retina oci://ghcr.io/microsoft/retina/charts/retina \
--version $VERSION \
--set image.tag=$VERSION \
--set operator.tag=$VERSION \
--set logLevel=info \
--set enabledPlugin_linux="\[dropreason\,packetforward\,linuxutil\,dns\]"
Error: ghcr.io/microsoft/retina/charts/retina:v0.0.18: not found |
hey @root-hbx , |
Got it. Just to confirm, this issue will be fixed automatically since v0.10.2 ? |
@root-hbx Since |
Describe the bug
Latest
VERSION
is not up to date.According to Release in this repo, v0.10.1 is the latest version.
But the fetched latest in CLI on local machine is still
v0.0.18
To Reproduce
I was following guide in
README.md
, everything works well until: metrics-quick-installThe problem is Latest
VERSION
is not up to date.Obviously, it didn't automatically fetch the latest version.
Expected behavior
I bypass this issue with "hard-code":
Now it works.
Platform (please complete the following information):
The text was updated successfully, but these errors were encountered: