From aa157450754d391a2b3e238cac515215e4c313e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 22:05:55 +0000 Subject: [PATCH] chore(deps): update dependency kubernetes-sigs/controller-tools to v1.32.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9c2374fe6..4fe2bc414 100644 --- a/Makefile +++ b/Makefile @@ -178,7 +178,7 @@ CONTROLLER_TOOLS_VERSION ?= 0.16.5 GOLINT_VERSION ?= 1.62.2 GINKGOLINTER_VERSION ?= 0.18.4 # ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary. -ENVTEST_K8S_VERSION ?= 1.31.0 +ENVTEST_K8S_VERSION ?= 1.32.0 KUSTOMIZE_INSTALL_SCRIPT ?= "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" .PHONY: kustomize