How to automate images from Helm charts to the latest version #5206
Answered
by
matheuscscp
derritter88
asked this question in
Q&A
-
Hello there, I am using Flux for some time now and in general this works great. Currently a working release.yml would look like:
Can anyone shine a light on what I am doing wrong? |
Beta Was this translation helpful? Give feedback.
Answered by
matheuscscp
Feb 20, 2025
Replies: 1 comment 13 replies
-
Definitely not without knowing what issues are you facing 😅 Do you have any specific error messages? |
Beta Was this translation helpful? Give feedback.
13 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Oh I understand your issue now. It has nothing to do with Flux. What HelmRelease will do here for you is deploying your app (Deployment, probably?) with the container image field
something:latest
. Flux has absolutely no knowledge that in your helm chart you have these values:So you are basically creating whatever this helm chart creates for you, specifying the values above on the chart.
What you can do, is use this: https://fluxcd.io/flux/guides/image-update/