ArgoCD doesn't sync to OCI Helm chart (ACR). Is that correct? #8616
hoanglhifi
started this conversation in
General
Replies: 2 comments 1 reply
-
Argo CD caches manifests. If the chart version hasn't changed, it has no reason to fetch the chart. If you hit "hard refresh," Argo CD will ignore the cache and attempt to load from the registry. |
Beta Was this translation helpful? Give feedback.
1 reply
-
it could use the artefact digest as cache key? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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 error will happen)
Question:
Beta Was this translation helpful? Give feedback.
All reactions