Skip to content
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

Modifications to kubeVersion or targets of lookup calls should result in automatic Helm redeployment #4

Open
aiyengar2 opened this issue May 8, 2022 · 1 comment

Comments

@aiyengar2
Copy link

Currently, the k3s-io/helm-controller does not support auto-upgrading helm charts on seeing changes to the underlying cluster state that would result in a requirement to re-evaluate the Helm chart's contents.

This needs to be patched for k3s-io/helm-controller#141

@aiyengar2 aiyengar2 added the bug Something isn't working label May 8, 2022
@aiyengar2 aiyengar2 self-assigned this May 8, 2022
@aiyengar2
Copy link
Author

Workaround

Simply delete the helm-install-<release-name> Job tied to the HelmChart tied to the ProjectHelmChart that needs the upgrade; this will be located in the same namespace that the operator is deployed into (i.e. cattle-helm-system for Helm Project Operator, cattle-monitoring-system for Prometheus Federator); once deleted, Helm Project Operator should automatically recreate it, which will trigger a Helm upgrade that will pick up the changes based on the new cluster state.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants