Skip to content

Commit cfafcc9

Browse files
authored
Update Istio to v1.20.2 (#387)
1 parent e9bbef1 commit cfafcc9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

scripts/delete-istio.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ SCRIPT_DIR=$(dirname "$0")
55

66
# shellcheck disable=SC1091 # Not following.
77
source "$SCRIPT_DIR"/init-env.sh
8-
ISTIO_DIR=istio-1.20.0
8+
ISTIO_DIR=istio-1.20.2
99
if [ ! -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 -
1111
fi
1212
./$ISTIO_DIR/bin/istioctl uninstall -y --purge
1313
oc label namespace "$TNF_EXAMPLE_CNF_NAMESPACE" istio-injection-

scripts/install-istio.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ SCRIPT_DIR=$(dirname "$0")
66
# shellcheck disable=SC1091 # File not following.
77
source "$SCRIPT_DIR"/init-env.sh
88

9-
ISTIO_DIR=istio-1.20.0
9+
ISTIO_DIR=istio-1.20.2
1010
ISTIO_PROFILE=demo
1111

1212
if [ ! -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 -
1414
fi
1515
oc create namespace istio-system
1616
if ! $TNF_NON_OCP_CLUSTER; then

0 commit comments

Comments
 (0)