We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aea6aa9 commit b7854f8Copy full SHA for b7854f8
scripts/delete-istio.sh
@@ -5,7 +5,7 @@ SCRIPT_DIR=$(dirname "$0")
5
# shellcheck source=scripts/init-env.sh
6
source "$SCRIPT_DIR"/init-env.sh
7
8
-ISTIO_DIR=istio-1.17.0
+ISTIO_DIR=istio-1.17.2
9
10
if [ ! -d "$ISTIO_DIR" ]; then
11
curl -L https://istio.io/downloadIstio | ISTIO_VERSION=1.17.0 sh -
scripts/install-istio.sh
ISTIO_PROFILE=demo
0 commit comments