Reputation: 339
Situation:
My ArgoCD app is created and synced to Azure OCI Registry Helm chart. (ex: Chart version 1.0.0).
Synchronize was successful at the first time.
But after I delete the Helm Chart version 1.0.0 from Azure OCI registry (ACR), ArgoCD still show that sync successful when I click on Sync
button. (I expect the Syncing Error happen)
Question:
Upvotes: 1
Views: 2799
Reputation: 150
In argocd do a hard refresh (the dropdown icon on the refresh button). This should detect it.
In the mean time this feature request has been opened: https://github.com/argoproj/argo-cd/issues/9499
Upvotes: 0