From 8a0b64203dc8db7bee72e9f9854e58e217634af6 Mon Sep 17 00:00:00 2001 From: Scooby Husky Date: Tue, 10 Mar 2026 18:19:29 -0500 Subject: [PATCH] Fix envoy-gateway OCI chart reference Move chart name into repoURL for OCI registry compatibility. ArgoCD resolves OCI chart references differently from HTTP repos. Co-Authored-By: Claude Opus 4.6 --- argocd-apps/infrastructure/envoy-gateway.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/argocd-apps/infrastructure/envoy-gateway.yaml b/argocd-apps/infrastructure/envoy-gateway.yaml index 33d4d4e..44fd976 100644 --- a/argocd-apps/infrastructure/envoy-gateway.yaml +++ b/argocd-apps/infrastructure/envoy-gateway.yaml @@ -10,8 +10,7 @@ metadata: spec: project: infrastructure sources: - - repoURL: oci://docker.io/envoyproxy - chart: gateway-helm + - repoURL: oci://docker.io/envoyproxy/gateway-helm targetRevision: v1.6.3 helm: valueFiles: