diff --git a/peerpod-ctrl/Makefile b/peerpod-ctrl/Makefile index 593630626..a60cc4a73 100644 --- a/peerpod-ctrl/Makefile +++ b/peerpod-ctrl/Makefile @@ -195,7 +195,7 @@ ENVTEST ?= $(LOCALBIN)/setup-envtest ## Tool Versions KUSTOMIZE_VERSION ?= v5.3.0 -CONTROLLER_TOOLS_VERSION ?= v0.10.0 +CONTROLLER_TOOLS_VERSION ?= v0.14.0 KUSTOMIZE_INSTALL_SCRIPT ?= "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" .PHONY: kustomize diff --git a/peerpodconfig-ctrl/Makefile b/peerpodconfig-ctrl/Makefile index cc6327167..589321a4d 100644 --- a/peerpodconfig-ctrl/Makefile +++ b/peerpodconfig-ctrl/Makefile @@ -52,7 +52,7 @@ IMG ?= quay.io/confidential-containers/peerpodconfig-ctrl:latest ENVTEST_K8S_VERSION = 1.23 KUSTOMIZE_VERSION ?= v5.3.0 -CONTROLLER_TOOLS_VERSION ?= v0.10.0 +CONTROLLER_TOOLS_VERSION ?= v0.14.0 # Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set) ifeq (,$(shell go env GOBIN)) diff --git a/webhook/Makefile b/webhook/Makefile index 64e671578..e6cbb2beb 100644 --- a/webhook/Makefile +++ b/webhook/Makefile @@ -136,7 +136,7 @@ ENVTEST ?= $(LOCALBIN)/setup-envtest ## Tool Versions KUSTOMIZE_VERSION ?= v5.3.0 -CONTROLLER_TOOLS_VERSION ?= v0.10.0 +CONTROLLER_TOOLS_VERSION ?= v0.14.0 KUSTOMIZE_INSTALL_SCRIPT ?= "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" .PHONY: kustomize