File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ SCRIPT_DIR=$(dirname "$0")
55
66# shellcheck disable=SC1091 # Not following.
77source " $SCRIPT_DIR " /init-env.sh
8- ISTIO_DIR=istio-1.20.0
8+ ISTIO_DIR=istio-1.20.2
99if [ ! -d " $ISTIO_DIR " ]; then
10- curl -L https://istio.io/downloadIstio | ISTIO_VERSION=1.20.0 sh -
10+ curl -L https://istio.io/downloadIstio | ISTIO_VERSION=1.20.2 sh -
1111fi
1212./$ISTIO_DIR /bin/istioctl uninstall -y --purge
1313oc label namespace " $TNF_EXAMPLE_CNF_NAMESPACE " istio-injection-
Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ SCRIPT_DIR=$(dirname "$0")
66# shellcheck disable=SC1091 # File not following.
77source " $SCRIPT_DIR " /init-env.sh
88
9- ISTIO_DIR=istio-1.20.0
9+ ISTIO_DIR=istio-1.20.2
1010ISTIO_PROFILE=demo
1111
1212if [ ! -d " $ISTIO_DIR " ]; then
13- curl -L https://istio.io/downloadIstio | ISTIO_VERSION=1.20.0 sh -
13+ curl -L https://istio.io/downloadIstio | ISTIO_VERSION=1.20.2 sh -
1414fi
1515oc create namespace istio-system
1616if ! $TNF_NON_OCP_CLUSTER ; then
You can’t perform that action at this time.
0 commit comments