-
I have a HelmRelease already deployed and running in my cluster. The Chart.yaml file as well as /templates folder containing all Helm resources/manifests is pointed by the HelmRelease manifest. Then I edited one of the yaml files in the /templates folder to add a new resource (i.e. ClusterRole) and commited the change to the repository. Why this resource change/addition is not being recognized by Flux? Shouldn't it realize about the difference between repository yaml and cluster state and try to syncronize accordingly? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Did you also bump the chart version in your |
Beta Was this translation helpful? Give feedback.
Did you also bump the chart version in your
Chart.yaml
? This is a requirement for changes to be noticed and picked up.