Skip to content

Commit 6eb0be1

Browse files
🌱 update kubebuilder/test/common.sh to use kind_version=0.14.0
1 parent 4cfdd7f commit 6eb0be1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ fi
4848

4949
export KIND_K8S_VERSION="${KIND_K8S_VERSION:-"v1.24.1"}"
5050
tools_k8s_version=$(convert_to_tools_ver "${KIND_K8S_VERSION#v*}")
51-
kind_version=0.11.1
51+
kind_version=0.14.0
5252
goarch=amd64
5353

5454
if [[ "$OSTYPE" == "linux-gnu" ]]; then

0 commit comments

Comments
 (0)