Merge pull request #390 from weaveworks/e2e-kube-1.16

Update e2e tests to Kubernetes v1.16
This commit is contained in:
Stefan Prodan
2019-12-05 18:06:39 +07:00
committed by GitHub
+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