Skip to content

Commit 81329b8

Browse files
authored
Merge pull request #4888 from mboersma/bump-setup-envtest
Use envtest binaries from controller-tools repo
2 parents 9e23c77 + caba726 commit 81329b8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,11 @@ CODESPELL_BIN := codespell
130130
CODESPELL_DIST_DIR := codespell_dist
131131
CODESPELL := $(TOOLS_BIN_DIR)/$(CODESPELL_DIST_DIR)/$(CODESPELL_BIN)
132132

133-
SETUP_ENVTEST_VER := v0.0.0-20231012212722-e25aeebc7846
133+
# This is a commit from CR main (22.05.2024).
134+
# Intentionally using a commit from main to use a setup-envtest version
135+
# that uses binaries from controller-tools, not GCS.
136+
# CR PR: https://github.com/kubernetes-sigs/controller-runtime/pull/2811
137+
SETUP_ENVTEST_VER := v0.0.0-20240522175850-2e9781e9fc60
134138
SETUP_ENVTEST_BIN := setup-envtest
135139
SETUP_ENVTEST := $(abspath $(TOOLS_BIN_DIR)/$(SETUP_ENVTEST_BIN)-$(SETUP_ENVTEST_VER))
136140
SETUP_ENVTEST_PKG := sigs.k8s.io/controller-runtime/tools/setup-envtest

0 commit comments

Comments
 (0)