File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,8 @@ BUNDLE_METADATA_OPTS ?= $(BUNDLE_CHANNELS) $(BUNDLE_DEFAULT_CHANNEL)
32
32
33
33
# Image URL to use all building/pushing image targets
34
34
IMG ?= quay.io/devfile/registry-operator:next
35
+ # ENVTEST_VERSION refers to the version of the setup-envtest binary to use
36
+ ENVTEST_VERSION =v0.0.0-20240405143037-c25fe2f5ca0f
35
37
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
36
38
ENVTEST_K8S_VERSION = 1.26
37
39
# Controller tools version number
@@ -259,7 +261,7 @@ $(KUSTOMIZE): $(LOCALBIN)
259
261
.PHONY : envtest
260
262
envtest : $(ENVTEST ) # # Download envtest-setup locally if necessary.
261
263
$(ENVTEST ) : $(LOCALBIN )
262
- test -s $(LOCALBIN ) /setup-envtest || GOBIN=$(LOCALBIN ) GOFLAGS=" " go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
264
+ test -s $(LOCALBIN ) /setup-envtest || GOBIN=$(LOCALBIN ) GOFLAGS=" " go install sigs.k8s.io/controller-runtime/tools/setup-envtest@$( ENVTEST_VERSION )
263
265
264
266
# Generate bundle manifests and metadata, then validate generated files.
265
267
.PHONY : bundle
You can’t perform that action at this time.
0 commit comments