Replies: 1 comment 6 replies
-
Make sure you are on Flux 2.7 and add this label to the ConfigMap/Secret used in valuesFrom: |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Flux team,
I am using Helm charts stored in an OCI repository and deploying them via Flux HelmRelease.
In my setup, I configure valuesFrom to reference values from the Helm chart stored in the OCI repo. The issue I’m facing is that when I update the values (for example updating container image tags inside values.yaml), Flux does not detect these changes automatically.
Currently, every time values change, I must:
Bump the Helm chart version
Push the new version to OCI
Update the chart version in the Flux repo
Only then Flux reconciles and applies the change.
Is there any way to trigger a Helm upgrade automatically when only the values change in the OCI artifact, without changing the chart version?
My main use case is frequent image updates via values.yaml.
Using an image updater is not feasible because we have hundreds of images in the cluster, which makes that approach complex to manage.
Similarly, bumping the chart version for every image update is operationally heavy and not scalable.
Is there a recommended pattern or Flux-supported approach for this scenario?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions