Skip to content

Commit

Permalink
Update e2e tests to Kubernetes 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprodan committed Dec 4, 2019
1 parent 53be3e0 commit a59901a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e-kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a59901a

Please sign in to comment.