Is it possible to configure image updater to change only image tag with helm values #1189
Unanswered
KonstantinNosov
asked this question in
Q&A
Replies: 0 comments
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.
-
in docs there are described 2 ways of configuration:
name and tag
spec:
I have helm chart that defines image with 3 values
so neither of two documented options work. Ideally i need just image.version be updated to imgae updater determined tag , but even if i have
argocd-image-updater.argoproj.io/<image_alias>.helm.image-name: ""
or not set helm.image-name annotation at all it uses default 'image.name' and adds value...Adding dummy
.helm.image-name
does not work as chart has json schema validationBeta Was this translation helpful? Give feedback.
All reactions