From 2446acc82ecf1fe85d41b5289460aba73a690f7f Mon Sep 17 00:00:00 2001 From: Scooby Husky Date: Tue, 10 Mar 2026 05:08:57 -0500 Subject: [PATCH] Fix envoy-gateway and netbird-operator chart repo URLs Envoy Gateway moved to OCI registry (docker.io/envoyproxy). NetBird operator charts moved to https://netbirdio.github.io/helms with chart name kubernetes-operator. Co-Authored-By: Claude Opus 4.6 --- argocd-apps/infrastructure/envoy-gateway.yaml | 2 +- argocd-apps/infrastructure/netbird-operator.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/argocd-apps/infrastructure/envoy-gateway.yaml b/argocd-apps/infrastructure/envoy-gateway.yaml index 3ed0b1c..e3f56c8 100644 --- a/argocd-apps/infrastructure/envoy-gateway.yaml +++ b/argocd-apps/infrastructure/envoy-gateway.yaml @@ -10,7 +10,7 @@ metadata: spec: project: infrastructure sources: - - repoURL: https://gateway.envoyproxy.io/charts + - repoURL: oci://docker.io/envoyproxy chart: gateway-helm targetRevision: v1.6.3 helm: diff --git a/argocd-apps/infrastructure/netbird-operator.yaml b/argocd-apps/infrastructure/netbird-operator.yaml index 94951f9..7a3ffa6 100644 --- a/argocd-apps/infrastructure/netbird-operator.yaml +++ b/argocd-apps/infrastructure/netbird-operator.yaml @@ -10,9 +10,9 @@ metadata: spec: project: infrastructure sources: - - repoURL: https://netbirdio.github.io/kubernetes-operator - chart: netbird-operator - targetRevision: "*" + - repoURL: https://netbirdio.github.io/helms + chart: kubernetes-operator + targetRevision: "0.2.2" helm: valueFiles: - $values/infrastructure/netbird-operator/values.yaml