Do not run pipeline after changing kustomization file #20725
Unanswered
Alissonfsv
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using ArgoCD Image Updater, with the
latest
update strategy. To modify the image tags, I am using the Kustomize method and my repository is GitLab (local). After modifying the kustomize file, it pushes the changes. Depending on thewhen:
parameter in gitlab-ci, the pipeline will not be executed automatically. My problem is that my pipeline is always executed, as it is the ideal way for my projects to work. And that is when I came across a looping problem, because imagine the following case:With this, you can already imagine how the looping is caused. I found an 'easy' solution to my problem, which would be to run a
git push -o ci.skip
instead ofgit push
. Does anyone know if there is a file in the argocd image updater pod where I can change this or something like that?Beta Was this translation helpful? Give feedback.
All reactions