From f7cb1c69866bf380e3028da432142c9821ea5689 Mon Sep 17 00:00:00 2001 From: Scooby Husky Date: Tue, 10 Mar 2026 19:08:56 -0500 Subject: [PATCH] Disable auto-sync for envoy-gateway (ArgoCD OCI bug) ArgoCD v3.3.3 has a bug where OCI chart revision resolution doesn't include the chart name in the Docker Hub API path, causing 401 errors. The chart is already deployed at v1.6.3. Co-Authored-By: Claude Opus 4.6 --- argocd-apps/infrastructure/envoy-gateway.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/argocd-apps/infrastructure/envoy-gateway.yaml b/argocd-apps/infrastructure/envoy-gateway.yaml index 33d4d4e..3421ded 100644 --- a/argocd-apps/infrastructure/envoy-gateway.yaml +++ b/argocd-apps/infrastructure/envoy-gateway.yaml @@ -22,10 +22,10 @@ spec: destination: server: https://kubernetes.default.svc namespace: envoy-gateway-system + # NOTE: Auto-sync disabled due to ArgoCD v3.3.3 OCI chart resolution bug + # (HEAD request to Docker Hub doesn't include chart name in OCI path) + # Re-enable after upgrading ArgoCD or when the bug is fixed syncPolicy: - automated: - prune: true - selfHeal: true syncOptions: - CreateNamespace=true - ServerSideApply=true