-
|
What's the comportment of Argo CD Image Updater if we defined an image in the The problem I am trying to solve is that our Applications are generated from an |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
After some try I saw that: If we defined an image in the And if we have the |
Beta Was this translation helpful? Give feedback.
After some try I saw that:
If we defined an image in the
image-listbut we didn't define thehelm.image-nameand thehelm.image-tagArgoCD Image Updater will useimage.nameand respectivelyimage.tag.And if we have the
helm.image-nameand thehelm.image-tagbut the alias is not present in theimage-listArgoCD Image Updater will just ignore them.