From ee234fb70460d21215f7e732d4c3bf8ed6987b4d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 10:24:24 +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 447beda48..68f4d1b89 100644 --- a/Makefile +++ b/Makefile @@ -178,7 +178,7 @@ CONTROLLER_TOOLS_VERSION ?= 0.16.5 GOLINT_VERSION ?= 1.63.4 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