From 6e7421b0d8d388aa035d1a6901d2a0cfa202323f Mon Sep 17 00:00:00 2001 From: Marco Ferrer <35935108+marcoferrer@users.noreply.github.com> Date: Wed, 19 Jun 2019 13:26:22 -0400 Subject: [PATCH] Upgrade e2e tests to Istio v1.2.0 --- 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 b57db464..a7a59f1e 100755 --- a/test/e2e-istio.sh +++ b/test/e2e-istio.sh @@ -2,7 +2,7 @@ set -o errexit -ISTIO_VER="1.1.9" +ISTIO_VER="1.2.0" REPO_ROOT=$(git rev-parse --show-toplevel) export KUBECONFIG="$(kind get kubeconfig-path --name="kind")"