Update end-to-end tests to Istio 1.5.1

This commit is contained in:
stefanprodan
2020-04-16 11:50:46 +03:00
parent 0d1e41504c
commit 2c6259495b

View File

@@ -2,7 +2,7 @@
set -o errexit
ISTIO_VER="1.5.0"
ISTIO_VER="1.5.1"
REPO_ROOT=$(git rev-parse --show-toplevel)
echo ">>> Downloading Istio ${ISTIO_VER}"