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

Commit

Permalink
update KIND_VERSION and KUBE_VERSION
Browse files Browse the repository at this point in the history
Signed-off-by: Kingdon Barrett <yebyen@gmail.com>
  • Loading branch information
yebyen committed Jun 22, 2021
1 parent e8ad2c1 commit 9bca2bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/run.bash
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ ROOT_DIR="$(git rev-parse --show-toplevel)"
E2E_DIR="${ROOT_DIR}/test/e2e"
CACHE_DIR="${ROOT_DIR}/cache/$CURRENT_OS_ARCH"

KIND_VERSION=v0.7.0
KUBE_VERSION=v1.14.10
KIND_VERSION=v0.11.1
KUBE_VERSION=v1.16.15
KIND_CACHE_PATH="${CACHE_DIR}/kind-$KIND_VERSION"
BATS_EXTRA_ARGS=""

Expand Down

0 comments on commit 9bca2bb

Please sign in to comment.