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

constraint for string in argocd-image-updater.argoproj.io/image-list

Open nishit93-hub opened this issue 2 years ago • 1 comments

Hi All,

I am giving a docker image version with a string name.For Example : nishit2408/argo-imageupdater:dev. What constraint I can use in
argocd-image-updater.argoproj.io/image-list

nishit93-hub avatar Dec 01 '21 18:12 nishit93-hub

The constraint to be used is dependent on the update strategy:

  • Using semver update strategy, the constraint is specifying the allowed versions to update to, as a semantic version constraint
  • Using digest update strategy, the constraint is specifying the name of the tag to check for updates
  • All other strategies ignore the constraint currently

jannfis avatar Dec 17 '21 09:12 jannfis