Skip to content

Commit 71ff246

Browse files
authored
1 parent 24ded8a commit 71ff246

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

downloadIstio.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# and is updated more often.
1212

1313
# DO NOT UPDATE THIS VERSION OR SCRIPT LIGHTLY - THIS IS THE "STABLE" VERSION
14-
ISTIO_VERSION="0.2.12"
14+
ISTIO_VERSION="0.8.0"
1515

1616
NAME="istio-$ISTIO_VERSION"
1717
OS="$(uname)"
@@ -24,7 +24,6 @@ fi
2424
URL="https://github.com/istio/istio/releases/download/${ISTIO_VERSION}/istio-${ISTIO_VERSION}-${OSEXT}.tar.gz"
2525
echo "Downloading $NAME from $URL ..."
2626
curl -L "$URL" | tar xz
27-
# TODO: change this so the version is in the tgz/directory name (users trying multiple versions)
2827
echo "Downloaded into $NAME:"
2928
ls $NAME
3029
BINDIR="$(cd $NAME/bin; pwd)"

0 commit comments

Comments
 (0)