Skip to content

Commit

Permalink
Merge pull request #390 from weaveworks/e2e-kube-1.16
Browse files Browse the repository at this point in the history
Update e2e tests to Kubernetes v1.16
  • Loading branch information
stefanprodan authored Dec 5, 2019
2 parents 53be3e0 + a59901a commit 0ef05ed
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 0ef05ed

Please sign in to comment.