From ac02481f9c9c2dbca48dbee9885c34ab72947bc0 Mon Sep 17 00:00:00 2001 From: Shane Utt Date: Tue, 29 Aug 2023 11:58:35 -0400 Subject: [PATCH] chore: update kind version to v0.20.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 56240c3f..2f82f935 100644 --- a/Makefile +++ b/Makefile @@ -199,7 +199,7 @@ KTF ?= $(LOCALBIN)/ktf ## Tool Versions KUSTOMIZE_VERSION ?= v3.8.7 CONTROLLER_TOOLS_VERSION ?= v0.9.2 -KIND_VERSION ?= v0.19.0 +KIND_VERSION ?= v0.20.0 KUSTOMIZE_INSTALL_SCRIPT ?= "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" .PHONY: kustomize