Not freezing the depending helm charts causes Out of Sync state #8109
jacek-jablonski
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I've defined dependent helm chart with version constraint like this
version: "^0.3.8"
. Also, I am not committingChart.lock
to my repository. Now, I've noticed that when the dependent chart gets updated, my application is Out of Sync (even with the Auto-sync option enabled).Is it desired behaviour? I'm assuming that ArgoCD doesn't sync the application if no pushes were made to the repo. Is it possible to force syncing applications in such situations?
Thanks :)
Beta Was this translation helpful? Give feedback.
All reactions