We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38e4b69 commit c8ff0a7Copy full SHA for c8ff0a7
bin/install-envoy-gateway.sh
@@ -11,8 +11,8 @@ SERVICE_NAMESPACE="envoyproxy-gateway-system"
11
12
# Helm
13
# NOTE: Using OCI registry format for the chart location.
14
-HELM_REPO_NAME_DEFAULT="oci://docker.io/envoyproxy"
15
-HELM_REPO_URL_DEFAULT="gateway-helm"
+HELM_REPO_NAME_DEFAULT="gateway-helm"
+HELM_REPO_URL_DEFAULT="oci://docker.io/envoyproxy"
16
17
# Base directories provided by the environment
18
GENESTACK_BASE_DIR="${GENESTACK_BASE_DIR:-/opt/genestack}"
0 commit comments