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 <noreply@anthropic.com>
This commit is contained in:
Scooby Husky
2026-03-10 05:08:57 -05:00
co-authored by Claude Opus 4.6
parent aff4ce7441
commit 2446acc82e
2 changed files with 4 additions and 4 deletions
@@ -10,7 +10,7 @@ metadata:
spec: spec:
project: infrastructure project: infrastructure
sources: sources:
- repoURL: https://gateway.envoyproxy.io/charts - repoURL: oci://docker.io/envoyproxy
chart: gateway-helm chart: gateway-helm
targetRevision: v1.6.3 targetRevision: v1.6.3
helm: helm:
@@ -10,9 +10,9 @@ metadata:
spec: spec:
project: infrastructure project: infrastructure
sources: sources:
- repoURL: https://netbirdio.github.io/kubernetes-operator - repoURL: https://netbirdio.github.io/helms
chart: netbird-operator chart: kubernetes-operator
targetRevision: "*" targetRevision: "0.2.2"
helm: helm:
valueFiles: valueFiles:
- $values/infrastructure/netbird-operator/values.yaml - $values/infrastructure/netbird-operator/values.yaml