We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccc0559 commit dc1a1a5Copy full SHA for dc1a1a5
scripts/delete-istio.sh
@@ -6,7 +6,7 @@ SCRIPT_DIR=$(dirname "$0")
6
# shellcheck disable=SC1091 # Not following.
7
source "$SCRIPT_DIR"/init-env.sh
8
9
-ISTIO_VERSION=1.28.0
+ISTIO_VERSION=1.28.1
10
ISTIO_DIR=istio-$ISTIO_VERSION
11
12
# Check if required environment variables are set
scripts/install-istio.sh
# shellcheck disable=SC1091 # File not following.
ISTIO_PROFILE=demo
0 commit comments