Replies: 1 comment 4 replies
-
Every change to the chart content must be accompanied by a version bump, charts are supposed to be immutable. To configure Flux to automatically upgrade to newer versions set |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am using flux cd with helm charts (with Helm Repository) for my deployments. I have a chart which has multiple yaml files which can defines the values to be used to render a chart. However if I change just one of the values in yaml file (which should trigger a deployment eg: image tag) and push my chart to the Helm Repository, flux doesn't trigger a new deployment. It pulls the new chart but doesn't really apply those changes. Please let me know if I am missing something ?
TIA
Beta Was this translation helpful? Give feedback.
All reactions