From f8202bb33e4d62393ee7741a0f41f81bfb7f9971 Mon Sep 17 00:00:00 2001 From: Vince Prignano Date: Tue, 6 Dec 2022 11:29:23 -0800 Subject: [PATCH] Default ENVTEST version to a working one (1.24.2) The current specified version, 1.22.0, doesn't actually exist and was never built in kubebuilder-tools. Signed-off-by: Vince Prignano --- hack/check-everything.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/check-everything.sh b/hack/check-everything.sh index de559643cc..09f2a901d4 100755 --- a/hack/check-everything.sh +++ b/hack/check-everything.sh @@ -28,7 +28,7 @@ kb_root_dir=$tmp_root/kubebuilder ${hack_dir}/verify.sh # Envtest. -ENVTEST_K8S_VERSION=${ENVTEST_K8S_VERSION:-"1.22.0"} +ENVTEST_K8S_VERSION=${ENVTEST_K8S_VERSION:-"1.24.2"} header_text "installing envtest tools@${ENVTEST_K8S_VERSION} with setup-envtest if necessary" tmp_bin=/tmp/cr-tests-bin