argocd-image-updater
argocd-image-updater copied to clipboard
fix: Kustomize skip commit if nothing changed
Related: https://github.com/argoproj-labs/argocd-image-updater/issues/371
- If a change to manifest is not synced, image updater will keep trying to update the image and try to produce a commit without any changes, this is resulting in error log and metrics which is noisy
- This PR will skip commit for kustomization file when nothing is changed. this case can happen when the manifest in git is not synced