Use Kubernetes v1.17.0 in e2e tests

This commit is contained in:
stefanprodan
2020-01-16 19:33:17 +02:00
parent 1f0305949e
commit 3d7091a56b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ jobs:
- attach_workspace:
at: /tmp/bin
- run: test/container-build.sh
- run: test/e2e-kind.sh
- run: test/e2e-kind.sh v1.17.0
- run: test/e2e-kubernetes.sh
- run: test/e2e-kubernetes-tests.sh
+1 -1
View File
@@ -8,7 +8,7 @@ KIND_VERSION=v0.7.0
KUBE_VERSION=v1.14.10
if [[ "$1" ]]; then
KIND_VERSION=$1
KUBE_VERSION=$1
fi
echo ">>> Installing kubectl"