Update e2e tests to Kubernetes 1.16

This commit is contained in:
stefanprodan
2019-12-04 15:35:36 +07:00
parent 53be3e07d2
commit a59901aaa9
+2 -2
View File
@@ -3,8 +3,8 @@
set -o errexit
REPO_ROOT=$(git rev-parse --show-toplevel)
HELM_VERSION=v2.15.1
KIND_VERSION=v0.5.1
HELM_VERSION=v2.16.1
KIND_VERSION=v0.6.1
if [[ "$1" ]]; then
KIND_VERSION=$1