From 476eb8c185b37058aeab93d973fb084862b33d03 Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Mon, 18 May 2020 13:15:12 +0300 Subject: [PATCH] Update Istio e2e to v1.5.4 --- test/e2e-istio.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e-istio.sh b/test/e2e-istio.sh index 5d84d6c3..ef65da48 100755 --- a/test/e2e-istio.sh +++ b/test/e2e-istio.sh @@ -2,7 +2,7 @@ set -o errexit -ISTIO_VER="1.5.2" +ISTIO_VER="1.5.4" REPO_ROOT=$(git rev-parse --show-toplevel) echo ">>> Downloading Istio ${ISTIO_VER}"