mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-21 05:26:49 +00:00
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:
co-authored by
Claude Opus 4.6
parent
aff4ce7441
commit
2446acc82e
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user