-
Hi, I'm wondering wheter or not the git write back method is strictly needed for Example: GitOps Repos: we use kustomize in app1-manifests and set the image there like this:
this is our argocd-image-updater annotation in the application set:
Even though, looking at the logs, the update seems to work, my pods will not restart and will not use the new hash instead of the beta tag. Thanks for the help! <3 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The git write back method is not required by any given strategy. However, with ApplicationSet overwriting external changes to an Application, Git write back is required in these scenarios. You might have some luck with trying to have ApplicationSet controller ignore some modifications to the Applications. |
Beta Was this translation helpful? Give feedback.
The git write back method is not required by any given strategy.
However, with ApplicationSet overwriting external changes to an Application, Git write back is required in these scenarios.
You might have some luck with trying to have ApplicationSet controller ignore some modifications to the Applications.