-
Notifications
You must be signed in to change notification settings - Fork 220
Upgrade Helm to v4.0.4
#1953
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
Upgrade Helm to v4.0.4
#1953
Conversation
a0ce7e2 to
b5e017c
Compare
|
I have tested this:
I will still test this with a HelmRepository type |
|
Turns out that the login-touches-disk semantics still exists in Helm 4. The only difference is that an empty file now errors out. In Helm 3.19 they fixed this error (for backwards compatibility) by writing a The good news is that the only operation we actually use from Helm's OCI client is I will update the PR after these facts. |
8e14ed8 to
92242a0
Compare
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
We now have two tests that prove this is working:
|
stefanprodan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks @matheuscscp 🥇
Part of: fluxcd/helm-controller#1300