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
In a more complex environment ArgoCD might not immediately identify that the application image has been updated.
This causes the sync command to not actually sync the application to the updated image version when it's used right after the update command.
Current workaround with the latest version is to do a separate get command with refresh flag true (by default) between the update and sync commands. The order of operations then becomes:
update
argocd-get (refresh true)
argocd-sync
This problem also exists for the argocd-update command.
The text was updated successfully, but these errors were encountered:
In a more complex environment ArgoCD might not immediately identify that the application image has been updated.
This causes the sync command to not actually sync the application to the updated image version when it's used right after the update command.
Current workaround with the latest version is to do a separate get command with refresh flag true (by default) between the update and sync commands. The order of operations then becomes:
This problem also exists for the argocd-update command.
The text was updated successfully, but these errors were encountered: