diff --git a/Makefile b/Makefile index ba117b7d9..4fc31defe 100644 --- a/Makefile +++ b/Makefile @@ -488,11 +488,8 @@ ENVTEST ?= $(LOCALBIN)/setup-envtest ENVTEST_K8S_VERSION = 1.30.0 CONTROLLER_GEN ?= $(LOCALBIN)/controller-gen -# We went ahead of k8s 1.28 with controller-tools v0.14.0 (which depends on k8s 1.29) to unblock go 1.22 upgrade. -# It should be *relatively* safe as the only changes from this controller-tools version are description in CRD. -# Once we upgrade to k8s 1.29, there's no need to change CONTROLLER_TOOLS_VERSION, and this 3 lines can be removed. -# -# k8s deps @ 1.29.0 https://github.com/kubernetes-sigs/controller-tools/blob//go.mod + +# k8s deps @ 1.30.7 https://github.com/kubernetes-sigs/controller-tools/blob//go.mod CONTROLLER_TOOLS_VERSION ?= v0.15.0 # Should match the kubernetes minor vesion