Skip to content

Commit bcbb19e

Browse files
committed
chore: pin setup-envtest version
kubernetes-sigs/controller-runtime#2693 broke the content provider while doing docker-build with following issue[1] In order to unblock the CI, we are pinning sigs.k8s.io/controller-runtime/tools/setup-envtest at previous working commit[2] [1]. kubernetes-sigs/controller-runtime#2720 [2]. kubernetes-sigs/controller-runtime@c7e1dc9 Signed-off-by: Hongwei Liu <[email protected]>
1 parent 2b89dd3 commit bcbb19e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ $(CONTROLLER_GEN): $(LOCALBIN)
183183
.PHONY: envtest
184184
envtest: $(ENVTEST) ## Download envtest-setup locally if necessary.
185185
$(ENVTEST): $(LOCALBIN)
186-
GOBIN=$(LOCALBIN) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
186+
GOBIN=$(LOCALBIN) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@c7e1dc9b
187187

188188
.PHONY: bundle
189189
bundle: manifests kustomize ## Generate bundle manifests and metadata, then validate generated files.

0 commit comments

Comments
 (0)