File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
integration-tests/src/test/resources/bash-scripts Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- # Copyright (c) 2020, 2022 , Oracle and/or its affiliates.
2
+ # Copyright (c) 2020, 2023 , Oracle and/or its affiliates.
3
3
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
4
4
5
5
# Description:
@@ -39,7 +39,7 @@ kubectl create namespace istio-system
39
39
40
40
( cd ${istiodir}
41
41
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
43
43
bin/istioctl verify-install
44
44
bin/istioctl version
45
45
)
You can’t perform that action at this time.
0 commit comments