diff --git a/bootstrap/apps/envoy-gateway.yaml b/bootstrap/apps/envoy-gateway.yaml index 6309f21..de8f8aa 100644 --- a/bootstrap/apps/envoy-gateway.yaml +++ b/bootstrap/apps/envoy-gateway.yaml @@ -8,7 +8,7 @@ metadata: spec: project: default sources: - - repoURL: oci://docker.io/envoyproxy + - repoURL: docker.io/envoyproxy chart: gateway-helm targetRevision: "v1.7.1" helm: diff --git a/manifests/argocd/values.yaml b/manifests/argocd/values.yaml index b9ab66f..da4af94 100644 --- a/manifests/argocd/values.yaml +++ b/manifests/argocd/values.yaml @@ -18,6 +18,12 @@ global: configs: params: server.insecure: true # TLS terminated at Envoy Gateway + repositories: + envoy-gateway-oci: + url: docker.io/envoyproxy + name: envoy-gateway-oci + type: helm + enableOCI: "true" server: replicas: 1