Issue with ImageUpdater after upgrade from Argocd 5.51.4 --> 8.1.0 #23998
moez-saidi
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
Uh oh!
There was an error while loading. Please reload this page.
-
After upgrading to Argo CD Helm chart 8.1.0, the Image Updater stops working unless spec.syncPolicy.automated.selfHeal = true is set on the Application.
Previously, it was possible to:
Use Argo CD Image Updater to update image tags,
Let Argo CD sync those changes (with autoSync: true),
But not have selfHeal, to allow manual testing of temporary config changes in-cluster.
In chart 8.1.0, unless selfHeal is enabled, Argo CD doesn't apply the Image Updater's changes anymore.
Beta Was this translation helpful? Give feedback.
All reactions