-
Notifications
You must be signed in to change notification settings - Fork 365
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
how to upgrade helm charts defined in extensions helm section of k0s config #3071
Comments
Interestingly, for my use case this behaviour is the one I'd like to achieve. In fact, currently, this works like a charm since the initially defined Helm charts in k0s never get upgraded. |
@muhlba91 Interesting use case, I usually do the same, but don't update ArgoCD by itself. Actually, k0s only takes care of So, if you don't update the |
Thanks @makhov for backporting the fix. |
Is your feature request related to a problem? Please describe.
I couldn't find a documentation that explains how to upgrade helm charts defined in the extension section of the k0s config.
I am trying to update a deployed helm chart by updating the version value in the "extensions helm" configuration section.
I noticed that k0s does not upgrade the corresponding deployment even after a cluster restart. The traefik deployment annotations still refers to "helm.sh/chart=traefik-20.5.3"
https://docs.k0sproject.io/v1.27.1+k0s.0/helm-charts/
Describe the solution you would like
It would be awesome if the extension manager would allow updating charts. Also if upgrading is not supported, then it would be great to mention it in the documentation https://docs.k0sproject.io/v1.27.1+k0s.0/helm-charts/
Describe alternatives you've considered
Beside performing a fresh install, I have not found a working alternative
Additional context
No response
The text was updated successfully, but these errors were encountered: