Skip to content

Commit

Permalink
peerpod-ctrl: Update Contoller tool version
Browse files Browse the repository at this point in the history
Upgrade controller-tools version from v0.10.0 to latest v0.14.0

Fixes: confidential-containers#1744

Signed-off-by: ANJANA-A-R-K1 <[email protected]>
  • Loading branch information
ANJANA-A-R-K committed Mar 21, 2024
1 parent b499f84 commit 015818b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion peerpod-ctrl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion peerpodconfig-ctrl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion webhook/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 015818b

Please sign in to comment.