argocd-image-updater icon indicating copy to clipboard operation
argocd-image-updater copied to clipboard

Multiple images of same registry, different tags updated to same image.

Open emuggie opened this issue 2 years ago • 3 comments

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

emuggie avatar Apr 20 '22 09:04 emuggie

Hi @emuggie are you able to solve this issue ? I am also facing this problem

NitishGupta9282 avatar Sep 30 '22 03:09 NitishGupta9282

@NitishGupta9282 No. Solved it by creating repository per image.

emuggie avatar Sep 30 '22 04:09 emuggie

@emuggie Ok. Thanks

NitishGupta9282 avatar Sep 30 '22 06:09 NitishGupta9282