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.
LGTM
Thanks @matheuscscp 🥇
Part of: fluxcd/helm-controller#1300