-
Notifications
You must be signed in to change notification settings - Fork 5
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
Bump CI helm 3.11.2 -> 3.12.0 #96
Conversation
- In addition to other features, this updates OCI annotations on pushed Helm charts to support better interop with other tools https://github.com/helm/helm/releases/tag/v3.12.0
I'm not sure if this is causing an inability to install the chart from ghcr, but it's failing on my M1 mac with both Helm 3.11.1 and 3.12.0 using
with file
helm/helm#9441 mentions a similar issue, which points at some OCI incompatibilities Error output
FWIW, I can docker pull it no problem
|
The helm cli doesn't seem to have a way to pull using sha / tag and it requires a semver compliant Tried a number of incantations like:
And
This is just a weird edge case with how the artifact is stored and how Helm wants to retrieve it |
I think you're using the wrong repo for Helm. The artifacts are pushed to
|
A-ha! Thanks - I think I looked at the wrong push in https://github.com/dominodatalab/hephaestus/actions/runs/4662184941/jobs/8252287369 / clearly missed the I think I was under the impression that chart pulls used |
Just to confirm, using the right oci repo worked
Might still be worth bumping Helm from this PR anyhow |
In addition to other features, this updates OCI annotations on pushed Helm charts to support better interop with other tools
https://github.com/helm/helm/releases/tag/v3.12.0