We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a200e6d + 244929f commit aa0a369Copy full SHA for aa0a369
Makefile
@@ -7,6 +7,7 @@ IMAGE ?= $(IMAGE_TAG_BASE):$(VERSION)
7
DEPLOYDIR = ./deploy
8
9
ENVTEST_K8S_VERSION = 1.31
10
+ENVTEST_VERSION ?= release-0.23
11
12
all: build
13
@@ -94,7 +95,7 @@ kustomize: ## Download kustomize locally if necessary.
94
95
96
ENVTEST = $(shell pwd)/bin/setup-envtest
97
envtest: ## Download envtest-setup locally if necessary.
- $(call go-get-tool,$(ENVTEST),sigs.k8s.io/controller-runtime/tools/setup-envtest@latest)
98
+ $(call go-get-tool,$(ENVTEST),sigs.k8s.io/controller-runtime/tools/setup-envtest@$(ENVTEST_VERSION))
99
100
SWAGGER = $(shell pwd)/bin/swagger
101
swagger: ## Download swagger locally if necessary.
0 commit comments