You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would repeat for dozens of apps that get deployed to the remote cluster... and that symptom is likely due to the image updater adding overrides for unrelated apps.
I wanna add to this issue. After upgrading to v0.15.0, we had an app that kept getting the content of other apps. It tried to resync very often, getting an seemingly arbitrary application's content. It was always the last application in our list if we look from root's perspective. If we removed that app completely, the new last app in the list got the same problem. This was consistently an issue while running the image updater. Reverting to v0.14.0 fixed the issue.
Describe the bug
After upgrading to to v0.15.0 (as part of https://github.com/argoproj/argo-helm/releases/tag/argocd-image-updater-0.11.1) from v0.14.0, I started seeing the following messages:
This would repeat for dozens of apps that get deployed to the remote cluster... and that symptom is likely due to the image updater adding overrides for unrelated apps.
For example, my app
foo
app spec was originally:But after the upgrade, the following additional parameters from other apps were added:
This then manifested in ArgoCD unable to
Sync
due to errors like:To Reproduce
Applications
with spec like above which syncs to a remote clusterExpected behavior
To work similar to v0.14.0 (i.e., no warnings/errors in logs and not cross-updating Applications incorrectly)
Additional context
Workaround:
Version
v0.15.0
Logs
warning
anderror
logs arose from ~12:00 to 14:45 (when I was on v0.15.0)Those error/warn messages were all essentially this (Click to view):
The text was updated successfully, but these errors were encountered: