-
Notifications
You must be signed in to change notification settings - Fork 301
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I'd love to see similar functionality to digest
when using newest-build
. Specifically, I'd like to lean on the latest
tag, but reference a corresponding tag that's paired with it (the 40 character git sha, for instance).
Something like this:
argocd-image-updater.argoproj.io/image-list: 'app=ghcr.io/{{ .organization }}/{{ regexReplaceAll "-deployment$" .repository "" }}:latest'
argocd-image-updater.argoproj.io/app.update-strategy: newest-build
argocd-image-updater.argoproj.io/app.allow-tags: regexp:^[0-9a-f]{40}$
Then when comparing diffs, the date could be used instead of the digest.
This pic shows my use case. The newest image will often not be the image I want deployed to production.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request