Flux triggering Helm upgrade on every commit? #4978
Unanswered
comminutus
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there, I have a Helm chart which I defined in the same Git repository as my Flux deployment (at /helm-charts). I reference this Helm chart in my Flux
HelmChart
resource usingsourceRef
:I define a HelmRelease by referencing this chart:
Whenever I commit to the Git repository, the Helm controller runs an upgrade on this Helm release. How come? Upon further inspection of the deployed HelmChart, I can see that the
reconcileStrategy
is set toChartVersion
and the chart'sversion
is set to*
:Beta Was this translation helpful? Give feedback.
All reactions