We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b703b78 commit 8387ba2Copy full SHA for 8387ba2
Makefile
@@ -67,6 +67,8 @@ OPERATOR_SDK_VERSION ?= 1.29.0
67
68
CERTMANAGER_VERSION ?= 1.10.0
69
70
+ENVTEST_VERSION ?= release-0.18
71
+
72
ifndef ignore-not-found
73
ignore-not-found = false
74
endif
@@ -498,7 +500,7 @@ $(CONTROLLER_GEN): $(LOCALBIN)
498
500
.PHONY: envtest
499
501
envtest: $(ENVTEST) ## Download envtest-setup locally if necessary.
502
$(ENVTEST): $(LOCALBIN)
- @test -s $(LOCALBIN)/setup-envtest || GOBIN=$(LOCALBIN) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
503
+ @test -s $(LOCALBIN)/setup-envtest || GOBIN=$(LOCALBIN) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@$(ENVTEST_VERSION)
504
505
CRDOC = $(shell pwd)/bin/crdoc
506
.PHONY: crdoc
0 commit comments