Skip to content

Commit

Permalink
fix: update controller tools to 0.14.0 (#146)
Browse files Browse the repository at this point in the history
* update controller tools to 0.14.0

* Update Makefile

* Update Makefile

* Update Makefile
  • Loading branch information
jodevsa committed Feb 28, 2024
1 parent 511a98b commit c5c78f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ENVTEST ?= $(LOCALBIN)/setup-envtest

## Tool Versions
KUSTOMIZE_VERSION ?= v3.8.7
CONTROLLER_TOOLS_VERSION ?= v0.8.0
CONTROLLER_TOOLS_VERSION ?= v0.14.0
KIND_VERSION ?= v0.19.0


Expand Down Expand Up @@ -194,4 +194,4 @@ $(KUSTOMIZE): $(LOCALBIN)
.PHONY: envtest
envtest: $(ENVTEST) ## Download envtest-setup locally if necessary.
$(ENVTEST): $(LOCALBIN)
GOBIN=$(LOCALBIN) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
GOBIN=$(LOCALBIN) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest

0 comments on commit c5c78f1

Please sign in to comment.