Skip to content

Commit c8ff0a7

Browse files
committed
Fixing the envoy gateway installer
1 parent 38e4b69 commit c8ff0a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/install-envoy-gateway.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ SERVICE_NAMESPACE="envoyproxy-gateway-system"
1111

1212
# Helm
1313
# 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"
14+
HELM_REPO_NAME_DEFAULT="gateway-helm"
15+
HELM_REPO_URL_DEFAULT="oci://docker.io/envoyproxy"
1616

1717
# Base directories provided by the environment
1818
GENESTACK_BASE_DIR="${GENESTACK_BASE_DIR:-/opt/genestack}"

0 commit comments

Comments
 (0)