Skip to content

Commit 6522792

Browse files
committed
bump: setup-envtest
This is a commit from CR main (22.05.2024). Intentionally using a commit from main to use a setup-envtest version that uses binaries from controller-tools, not GCS. CR PR: kubernetes-sigs/controller-runtime#2811 Please enter the commit message for your changes. Lines starting with '#' will be ignored, and an empty message aborts the commit.
1 parent 604d329 commit 6522792

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
@@ -149,7 +149,7 @@ EKS_SOURCE_TEMPLATE ?= eks/cluster-template-eks-control-plane-only.yaml
149149

150150
# set up `setup-envtest` to install kubebuilder dependency
151151
export KUBEBUILDER_ENVTEST_KUBERNETES_VERSION ?= 1.28.3
152-
SETUP_ENVTEST_VER := v0.0.0-20230131074648-f5014c077fc3
152+
SETUP_ENVTEST_VER := v0.0.0-20240522175850-2e9781e9fc60
153153
SETUP_ENVTEST_BIN := setup-envtest
154154
SETUP_ENVTEST := $(abspath $(TOOLS_BIN_DIR)/$(SETUP_ENVTEST_BIN)-$(SETUP_ENVTEST_VER))
155155
SETUP_ENVTEST_PKG := sigs.k8s.io/controller-runtime/tools/setup-envtest

0 commit comments

Comments
 (0)