Update e2e to Kind 0.5.1 and Istio to 1.3.0

This commit is contained in:
stefanprodan
2019-09-22 12:05:35 +03:00
parent 37a1ff5c99
commit 105b28bf42
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
set -o errexit
ISTIO_VER="1.2.3"
ISTIO_VER="1.3.0"
REPO_ROOT=$(git rev-parse --show-toplevel)
export KUBECONFIG="$(kind get kubeconfig-path --name="kind")"
+1 -1
View File
@@ -3,7 +3,7 @@
set -o errexit
REPO_ROOT=$(git rev-parse --show-toplevel)
KIND_VERSION=v0.4.0
KIND_VERSION=v0.5.1
if [[ "$1" ]]; then
KIND_VERSION=$1