Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syncing application after the Update cmd doesn't sync to the latest version #33

Open
entigo-mart-erlenheim opened this issue Mar 9, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@entigo-mart-erlenheim
Copy link
Collaborator

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:

  1. update
  2. argocd-get (refresh true)
  3. argocd-sync

This problem also exists for the argocd-update command.

@entigo-mart-erlenheim entigo-mart-erlenheim added the bug Something isn't working label Mar 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant