File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ if [ -n "$TRACE" ]; then
5656 set -x
5757fi
5858
59- export KIND_K8S_VERSION=" ${KIND_K8S_VERSION:- " v1.33 .0" } "
59+ export KIND_K8S_VERSION=" ${KIND_K8S_VERSION:- " v1.34 .0" } "
6060tools_k8s_version=$( convert_to_tools_ver " ${KIND_K8S_VERSION# v* } " )
6161kind_version=0.29.0
6262goarch=amd64
@@ -129,7 +129,7 @@ function fetch_tools {
129129 # compatibility with controller-runtime releases as of now. For more
130130 # details on the quest for a more robust solution, refer to the issue
131131 # raised in the controller-runtime repository: https://github.com/kubernetes-sigs/controller-runtime/issues/2744
132- go install sigs.k8s.io/controller-runtime/tools/setup-envtest@release-0.20
132+ go install sigs.k8s.io/controller-runtime/tools/setup-envtest@release-0.22
133133 fi
134134
135135 if [ -z " $SKIP_FETCH_TOOLS " ]; then
You can’t perform that action at this time.
0 commit comments