Skip to content

Commit c92983c

Browse files
raukadahchkumar246
authored andcommitted
Pin setup-envtest at working commit to unblock content provider
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: Chandan Kumar <[email protected]>
1 parent a5d2738 commit c92983c

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
@@ -237,7 +237,7 @@ $(CONTROLLER_GEN): $(LOCALBIN)
237237
.PHONY: envtest
238238
envtest: $(ENVTEST) ## Download envtest-setup locally if necessary.
239239
$(ENVTEST): $(LOCALBIN)
240-
test -s $(LOCALBIN)/setup-envtest || GOBIN=$(LOCALBIN) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
240+
test -s $(LOCALBIN)/setup-envtest || GOBIN=$(LOCALBIN) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@c7e1dc9b
241241

242242
.PHONY: ginkgo
243243
ginkgo: $(GINKGO) ## Download ginkgo locally if necessary.

0 commit comments

Comments
 (0)