From 3f179a21411e28914a02440c691f2a49701b6a45 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 09:31:09 +0000 Subject: [PATCH] chore(deps): update dependency kubernetes-sigs/controller-tools to v1.36.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fcf985952..56b3e44bc 100644 --- a/Makefile +++ b/Makefile @@ -197,7 +197,7 @@ GOLINT_VERSION ?= 2.12.2 GINKGOLINTER_VERSION ?= 0.23.0 HELM_DOCS_VERSION ?= 1.14.2 # ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary. -ENVTEST_K8S_VERSION ?= 1.36.0 +ENVTEST_K8S_VERSION ?= 1.36.2 KUSTOMIZE_INSTALL_SCRIPT ?= "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" .PHONY: kustomize