From 38b96dd8cf05d724150ef019bba0399de3ae4807 Mon Sep 17 00:00:00 2001 From: Prajyot-Parab Date: Mon, 17 Jul 2023 11:19:08 +0530 Subject: [PATCH] Update KIND to v0.20.0 Signed-off-by: Prajyot-Parab --- hack/ensure-kind.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/ensure-kind.sh b/hack/ensure-kind.sh index 0d18e45b5..96857ac93 100755 --- a/hack/ensure-kind.sh +++ b/hack/ensure-kind.sh @@ -21,7 +21,7 @@ set -o pipefail set -x GOPATH_BIN="$(go env GOPATH)/bin/" -MINIMUM_KIND_VERSION=v0.11.0 +MINIMUM_KIND_VERSION=v0.20.0 # Ensure the kind tool exists and is a viable version, or installs it verify_kind_version() {