fix: use OCI registry for envoy-gateway helm chart source
https://charts.gateway.envoyproxy.io no longer resolves (NXDOMAIN); chart is now published at oci://docker.io/envoyproxy/gateway-helm.
This commit is contained in:
@@ -8,7 +8,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
sources:
|
sources:
|
||||||
- repoURL: https://charts.gateway.envoyproxy.io
|
- repoURL: oci://docker.io/envoyproxy
|
||||||
chart: gateway-helm
|
chart: gateway-helm
|
||||||
targetRevision: "v1.7.1"
|
targetRevision: "v1.7.1"
|
||||||
helm:
|
helm:
|
||||||
|
|||||||
Reference in New Issue
Block a user