argocd-image-updater
argocd-image-updater copied to clipboard
Digest Strategy not working according to tags
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.
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>