We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b89dd3 commit bcbb19eCopy full SHA for bcbb19e
Makefile
@@ -183,7 +183,7 @@ $(CONTROLLER_GEN): $(LOCALBIN)
183
.PHONY: envtest
184
envtest: $(ENVTEST) ## Download envtest-setup locally if necessary.
185
$(ENVTEST): $(LOCALBIN)
186
- 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@c7e1dc9b
187
188
.PHONY: bundle
189
bundle: manifests kustomize ## Generate bundle manifests and metadata, then validate generated files.
0 commit comments