From 015818b5a76fd1d33e88b6909f05b4c8b7fc3ec5 Mon Sep 17 00:00:00 2001 From: ANJANA-A-R-K1 Date: Fri, 15 Mar 2024 18:46:50 +0000 Subject: [PATCH] peerpod-ctrl: Update Contoller tool version Upgrade controller-tools version from v0.10.0 to latest v0.14.0 Fixes: https://github.com/confidential-containers/cloud-api-adaptor/issues/1744 Signed-off-by: ANJANA-A-R-K1 --- peerpod-ctrl/Makefile | 2 +- peerpodconfig-ctrl/Makefile | 2 +- webhook/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/peerpod-ctrl/Makefile b/peerpod-ctrl/Makefile index 593630626c..a60cc4a73e 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 cc63271678..589321a4db 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 64e6715784..e6cbb2bebb 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