Upgrade e2e tests to Istio v1.2.0

This commit is contained in:
Marco Ferrer
2019-06-19 13:26:22 -04:00
committed by GitHub
parent 1979bc59d0
commit 6e7421b0d8
+1 -1
View File
@@ -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")"