argocd-image-updater
argocd-image-updater copied to clipboard
Multiple images of same registry, different tags updated to same image.
Describe the bug ex )3 images : registry/image:tag1, registry/image:tag2, registry/image:tag3 in deployments When image updated, all images in deployment is registry/image:tag3
Without argocd image updater annotations, image list is properyl described. When annotation applied, image list changed to single image and all deployments in application changed to wrong single image.(except one)
To Reproduce
Application info : sourceType: Kustomize
Application annotation : argocd-image-updater.argoproj.io/image-list: > image1=registry/image:tag1, image2=registry/image:tag2, image3=registry/image:tag3, argocd-image-updater.argoproj.io/image1.update-strategy: digest argocd-image-updater.argoproj.io/image2.update-strategy: digest argocd-image-updater.argoproj.io/image3.update-strategy: digest
Expected behavior image of deployments properly updated and deployed
Version v0.12.0
Logs
Hi @emuggie are you able to solve this issue ? I am also facing this problem
@NitishGupta9282 No. Solved it by creating repository per image.
@emuggie Ok. Thanks