Skip to content

Commit

Permalink
Bump Kind from v0.22.0 to v0.24.0
Browse files Browse the repository at this point in the history
Signed-off-by: Thasnim Abdulla <[email protected]>
  • Loading branch information
thasnim-fluxone committed Oct 31, 2024
1 parent 868ee59 commit 0cc81c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hack/install-kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ set -eu
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" &> /dev/null && pwd)"

# kind version
KIND_VERSION="${KIND_VERSION:-v0.22.0}"
KIND_VERSION="${KIND_VERSION:-v0.24.0}"

if ! hash kind > /dev/null 2>&1 ; then
echo "# Installing KinD..."
go install "sigs.k8s.io/kind@${KIND_VERSION}"
export PATH=$PATH:$(go env GOPATH)/bin
fi

# print kind version
Expand Down

0 comments on commit 0cc81c0

Please sign in to comment.