Skip to content

Commit dc1a1a5

Browse files
authored
Update Istio to 1.28.1 (#621)
Co-authored-by: sebrandon1 <4563082+sebrandon1@users.noreply.github.com>
1 parent ccc0559 commit dc1a1a5

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
@@ -6,7 +6,7 @@ SCRIPT_DIR=$(dirname "$0")
66
# shellcheck disable=SC1091 # Not following.
77
source "$SCRIPT_DIR"/init-env.sh
88

9-
ISTIO_VERSION=1.28.0
9+
ISTIO_VERSION=1.28.1
1010
ISTIO_DIR=istio-$ISTIO_VERSION
1111

1212
# Check if required environment variables are set

scripts/install-istio.sh

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

9-
ISTIO_VERSION=1.28.0
9+
ISTIO_VERSION=1.28.1
1010
ISTIO_DIR=istio-$ISTIO_VERSION
1111
ISTIO_PROFILE=demo
1212

0 commit comments

Comments
 (0)