You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
After upgrading to v0.15.0, if pushBranch is not the same as checkOutBranch , argocd image updater continuously force pushes new commits.
To Reproduce
Set argocd-image-updater.argoproj.io/git-branch to :image-updater/master/account/{{range .Images}}{{.Name}}-{{.NewTag}}{{end}}
Expected behavior
If there is no change, nothing is pushed.