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

Support to `argocd-image-updater.argoproj.io/myimage.allow-tags` in digest Image Updater Strategy

Open caormarc opened this issue 2 years ago • 0 comments

Is your feature request related to a problem? Please describe. As a common usage we tag our images using SemVer. Additionally we would like to use digest updater strategy in the same way it is defined, but instead of showing the some/image@sha256:<somelonghashstring> as image running, we would like to use the defined SemVer image tag.

Describe the solution you'd like The same way it is defined in Latest - Update Strategy using argocd-image-updater.argoproj.io/myimage.allow-tags: regexp: <semver-regexp>.

So the running image would be something like some/[email protected]. Assuming we setup it with a SemVer regexp.

Describe alternatives you've considered No alternatives come to my mind.

Additional context Latest - Update Strategy Digest - Update Strategy

caormarc avatar Oct 25 '23 12:10 caormarc