Skip to content

How to automate images from Helm charts to the latest version #5206

Answered by matheuscscp
derritter88 asked this question in Q&A
Discussion options

You must be logged in to vote

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:

    image:
      tag: latest
      pullPolicy: Always
      interval: 60m0s

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/

Replies: 1 comment 13 replies

Comment options

You must be logged in to vote
13 replies
@derritter88
Comment options

@matheuscscp
Comment options

Answer selected by matheuscscp
@derritter88
Comment options

@matheuscscp
Comment options

@derritter88
Comment options

@matheuscscp
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants