-
Notifications
You must be signed in to change notification settings - Fork 164
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
Upgrde Helm to 3.14.0 or later (fixes issue in treatment of parent/child chart treatment) #878
Comments
Helm 3.14.0 comes with Kubernetes 1.29 while Flux controller runtime is on Kubernetes 1.28, we need to migrate all controllers to 1.29 APIs and client-go before we can make a release with this. At best we can try create a RC build for helm-controller after we release Flux v2.2.3 this week fluxcd/flux2#4556 |
Thanks. Anything that could help in reverting to a stable behaviour in lens helps :) |
Thanks for the suggestion. We will take a look to the technique, and try to adopt to our deployment strategy (helm + custom bootstrapping from terraform), and point image tag to |
Hi. The workaround worked very well (sorry for not having provided feedback sooner). Thanks! |
Hi,
After a lot of pain trying to identify why a non-trivial chart with subcharts was resulting in strange values, we found out this issue helm/helm#12480 and helm/helm#12460.
It seems that helm 3.13 changed the priority of parent/child values, which was then fixed in helm 3.14.0.
We would kindly ask if this could be included in an emergency release of the controller (and then propagated to flux or get some indications how it can be deployed)?
We believe this fix is critical, to fix the regression caused by 3.13.
Thanks
The text was updated successfully, but these errors were encountered: