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

Digest Strategy not working according to tags

Open NitishGupta9282 opened this issue 2 years ago • 1 comments

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

NitishGupta9282 avatar Sep 29 '22 11:09 NitishGupta9282

Hi i am using argocd image updater to update my image automatically. I am facing some issue during implementation i have two images name nitish9282/apache:alpine and nitish9282/apache:master. My annotations are mentioned below

 `argocd-image-updater.argoproj.io/update-strategy: digest
  argocd-image-updater.argoproj.io/write-back-method: git
  argocd-image-updater.argoproj.io/image-list: nitish9282/apache:alpine,nitish9282/apache:master`

when image updater run it update both the images to latest sha value but i need two different values like nitish9282/apache:@<sha_of_alpine_tag> and nitish9282/apache:@<sha_of_master_tag>

NitishGupta9282 avatar Sep 29 '22 11:09 NitishGupta9282