File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,8 @@ IMG ?= $(DEFAULT_IMG)
5858# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
5959ENVTEST_K8S_VERSION = 1.31
6060
61+ SETUP_ENVTEST_VERSION ?= release-0.22
62+
6163CRDDESC_OVERRIDE ?= :maxDescLen=0
6264
6365# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
@@ -340,7 +342,7 @@ $(CRD_MARKDOWN): $(LOCALBIN)
340342.PHONY : envtest
341343envtest : $(ENVTEST ) # # Download envtest-setup locally if necessary.
342344$(ENVTEST ) : $(LOCALBIN )
343- test -s $(LOCALBIN ) /setup-envtest || GOBIN=$(LOCALBIN ) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
345+ test -s $(LOCALBIN ) /setup-envtest || GOBIN=$(LOCALBIN ) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@$( SETUP_ENVTEST_VERSION )
344346
345347.PHONY : ginkgo
346348ginkgo : $(GINKGO ) # # Download ginkgo locally if necessary.
You can’t perform that action at this time.
0 commit comments