We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 511a98b commit c5c78f1Copy full SHA for c5c78f1
Makefile
@@ -22,7 +22,7 @@ ENVTEST ?= $(LOCALBIN)/setup-envtest
22
23
## Tool Versions
24
KUSTOMIZE_VERSION ?= v3.8.7
25
-CONTROLLER_TOOLS_VERSION ?= v0.8.0
+CONTROLLER_TOOLS_VERSION ?= v0.14.0
26
KIND_VERSION ?= v0.19.0
27
28
@@ -194,4 +194,4 @@ $(KUSTOMIZE): $(LOCALBIN)
194
.PHONY: envtest
195
envtest: $(ENVTEST) ## Download envtest-setup locally if necessary.
196
$(ENVTEST): $(LOCALBIN)
197
- 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 commit comments