Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Merge pull request #2202 from weaveworks/kind-0.4
Browse files Browse the repository at this point in the history
Update Kubernetes Kind to v0.4.0
  • Loading branch information
stefanprodan authored Jun 27, 2019
2 parents 531f409 + 0235cf5 commit 4c3f985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function defer() {

REPO_ROOT=$(git rev-parse --show-toplevel)
SCRIPT_DIR="${REPO_ROOT}/test/e2e"
KIND_VERSION=0.2.1
KIND_VERSION="v0.4.0"
CACHE_DIR="${REPO_ROOT}/cache/$CURRENT_OS_ARCH"
KIND_CACHE_PATH="${CACHE_DIR}/kind-$KIND_VERSION"
KIND_CLUSTER=flux-e2e
Expand Down

0 comments on commit 4c3f985

Please sign in to comment.