Skip to content

Commit b7854f8

Browse files
authored
Update istio to v1.17.2 (#253)
1 parent aea6aa9 commit b7854f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/delete-istio.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ SCRIPT_DIR=$(dirname "$0")
55
# shellcheck source=scripts/init-env.sh
66
source "$SCRIPT_DIR"/init-env.sh
77

8-
ISTIO_DIR=istio-1.17.0
8+
ISTIO_DIR=istio-1.17.2
99

1010
if [ ! -d "$ISTIO_DIR" ]; then
1111
curl -L https://istio.io/downloadIstio | ISTIO_VERSION=1.17.0 sh -

scripts/install-istio.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ SCRIPT_DIR=$(dirname "$0")
55
# shellcheck source=scripts/init-env.sh
66
source "$SCRIPT_DIR"/init-env.sh
77

8-
ISTIO_DIR=istio-1.17.0
8+
ISTIO_DIR=istio-1.17.2
99
ISTIO_PROFILE=demo
1010

1111
if [ ! -d "$ISTIO_DIR" ]; then

0 commit comments

Comments
 (0)