From c87abdf17a141c1d26499066a17b52a5bcb5a91a Mon Sep 17 00:00:00 2001 From: Scooby Husky Date: Tue, 10 Mar 2026 19:03:38 -0500 Subject: [PATCH] Revert envoy-gateway chart format to use chart field ArgoCD requires the chart field for OCI sources. The repoURL contains the registry/org path, and chart specifies the chart name. Co-Authored-By: Claude Opus 4.6 --- argocd-apps/infrastructure/envoy-gateway.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/argocd-apps/infrastructure/envoy-gateway.yaml b/argocd-apps/infrastructure/envoy-gateway.yaml index 44fd976..33d4d4e 100644 --- a/argocd-apps/infrastructure/envoy-gateway.yaml +++ b/argocd-apps/infrastructure/envoy-gateway.yaml @@ -10,7 +10,8 @@ metadata: spec: project: infrastructure sources: - - repoURL: oci://docker.io/envoyproxy/gateway-helm + - repoURL: oci://docker.io/envoyproxy + chart: gateway-helm targetRevision: v1.6.3 helm: valueFiles: