Skip to content

Commit 280b547

Browse files
authored
Removed docker.io dependency (#3959)
1 parent 9b77c0a commit 280b547

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integration-tests/src/test/resources/bash-scripts/install-istio.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright (c) 2020, 2022, Oracle and/or its affiliates.
2+
# Copyright (c) 2020, 2023, Oracle and/or its affiliates.
33
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
44

55
# Description:
@@ -39,7 +39,7 @@ kubectl create namespace istio-system
3939

4040
( cd ${istiodir}
4141
bin/istioctl x precheck
42-
bin/istioctl install --set profile=demo --set values.global.imagePullSecrets[0]=docker-istio-secret --set meshConfig.enablePrometheusMerge=false -y
42+
bin/istioctl install --set meshConfig.enablePrometheusMerge=false --set values.global.imagePullSecrets[0]=docker-istio-secret --set hub=gcr.io/istio-release --set profile=demo -y
4343
bin/istioctl verify-install
4444
bin/istioctl version
4545
)

0 commit comments

Comments
 (0)