Skip to content

Commit

Permalink
Bump kind to v0.11.1 to have Kubernetes v1.21.1
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Giese <[email protected]>
  • Loading branch information
tobiasgiese committed Nov 1, 2021
1 parent 1b66d96 commit b0aee13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hack/ensure-kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ set -o nounset
set -o pipefail

GOPATH_BIN="$(go env GOPATH)/bin/"
MINIMUM_KIND_VERSION=v0.9.0
MINIMUM_KIND_VERSION=v0.11.1

# Ensure the kind tool exists and is a viable version, or installs it
verify_kind_version() {
Expand Down
2 changes: 1 addition & 1 deletion hack/ensure-kubectl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ set -o nounset
set -o pipefail

GOPATH_BIN="$(go env GOPATH)/bin/"
MINIMUM_KUBECTL_VERSION=v1.19.0
MINIMUM_KUBECTL_VERSION=v1.21.1

# Ensure the kubectl tool exists and is a viable version, or installs it
verify_kubectl_version() {
Expand Down

0 comments on commit b0aee13

Please sign in to comment.