Skip to content

Commit

Permalink
🌱 update kubebuilder/test/common.sh to use kind_version=0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Camila Macedo committed Jun 13, 2022
1 parent 4cfdd7f commit 6eb0be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ fi

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

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

0 comments on commit 6eb0be1

Please sign in to comment.