diff --git a/Makefile b/Makefile index ad8d764..f943313 100644 --- a/Makefile +++ b/Makefile @@ -251,7 +251,7 @@ GOLANGCI_LINT = $(LOCALBIN)/golangci-lint # renovate: datasource=github-releases depName=kubernetes-sigs/kustomize extractVersion=^kustomize/(?.*)$ KUSTOMIZE_VERSION ?= v5.8.1 # renovate: datasource=github-releases depName=kubernetes-sigs/controller-tools -CONTROLLER_TOOLS_VERSION ?= v0.18.0 +CONTROLLER_TOOLS_VERSION ?= v0.21.0 #ENVTEST_VERSION is the version of controller-runtime release branch to fetch the envtest setup script (i.e. release-0.20) ENVTEST_VERSION ?= $(shell go list -m -f "{{ .Version }}" sigs.k8s.io/controller-runtime | awk -F'[v.]' '{printf "release-%d.%d", $$2, $$3}') #ENVTEST_K8S_VERSION is the version of Kubernetes to use for setting up ENVTEST binaries (i.e. 1.31)