argocd-image-updater
                                
                                 argocd-image-updater copied to clipboard
                                
                                    argocd-image-updater copied to clipboard
                            
                            
                            
                        constraint for string in argocd-image-updater.argoproj.io/image-list
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
The constraint to be used is dependent on the update strategy:
- Using semverupdate strategy, the constraint is specifying the allowed versions to update to, as a semantic version constraint
- Using digestupdate strategy, the constraint is specifying the name of the tag to check for updates
- All other strategies ignore the constraint currently