Skip to content

Commit

Permalink
Merge pull request #479 from mlguerrero12/updatekindversion
Browse files Browse the repository at this point in the history
Update kind version
  • Loading branch information
dougbtv authored Jun 11, 2024
2 parents fa95f66 + e26669b commit 9df0dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/e2e-get-test-tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -o errexit

here="$(dirname "$(readlink --canonicalize "${BASH_SOURCE[0]}")")"
root="$(readlink --canonicalize "$here/..")"
VERSION="v0.10.0"
VERSION="v0.23.0"
KIND_BINARY_URL="https://github.com/kubernetes-sigs/kind/releases/download/${VERSION}/kind-$(uname)-amd64"
K8_STABLE_RELEASE_URL="https://storage.googleapis.com/kubernetes-release/release/stable.txt"

Expand Down

0 comments on commit 9df0dc3

Please sign in to comment.