From d733134d4626a21fc465118c1a74a18f90ae2d53 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 15:43:54 +0000 Subject: [PATCH] chore(deps): update dependency kubernetes-sigs/controller-tools to v1.35.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d363baf33..f4b844958 100644 --- a/Makefile +++ b/Makefile @@ -187,7 +187,7 @@ CONTROLLER_TOOLS_VERSION ?= 0.19.0 GOLINT_VERSION ?= 2.7.2 GINKGOLINTER_VERSION ?= 0.21.2 # ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary. -ENVTEST_K8S_VERSION ?= 1.34.1 +ENVTEST_K8S_VERSION ?= 1.35.0 KUSTOMIZE_INSTALL_SCRIPT ?= "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" .PHONY: kustomize