File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,11 @@ CODESPELL_BIN := codespell
130
130
CODESPELL_DIST_DIR := codespell_dist
131
131
CODESPELL := $(TOOLS_BIN_DIR ) /$(CODESPELL_DIST_DIR ) /$(CODESPELL_BIN )
132
132
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
134
138
SETUP_ENVTEST_BIN := setup-envtest
135
139
SETUP_ENVTEST := $(abspath $(TOOLS_BIN_DIR ) /$(SETUP_ENVTEST_BIN ) -$(SETUP_ENVTEST_VER ) )
136
140
SETUP_ENVTEST_PKG := sigs.k8s.io/controller-runtime/tools/setup-envtest
You can’t perform that action at this time.
0 commit comments