From 377f145a3f59194f2670fd7fa5f666dfbbbefe63 Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Fri, 15 Jan 2021 13:47:05 +0200 Subject: [PATCH] e2e: Update Istio to v1.8.2 Signed-off-by: Stefan Prodan --- test/istio/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/istio/install.sh b/test/istio/install.sh index 82e17a1d..3f4a8382 100755 --- a/test/istio/install.sh +++ b/test/istio/install.sh @@ -2,7 +2,7 @@ set -o errexit -ISTIO_VER="1.8.0" +ISTIO_VER="1.8.2" REPO_ROOT=$(git rev-parse --show-toplevel) mkdir -p ${REPO_ROOT}/bin