Skip to content

Commit

Permalink
Bump kind and kubectl tools (projectcontour#6642)
Browse files Browse the repository at this point in the history
kind: 0.24.0
kubectl: 1.31.0

Signed-off-by: Sunjay Bhatia <[email protected]>
  • Loading branch information
sunjayBhatia authored Aug 26, 2024
1 parent e621e6d commit 808864b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/actions/install-kubernetes-toolchain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ set -o errexit
set -o nounset
set -o pipefail

readonly KUBECTL_VERS="v1.30.0"
readonly KIND_VERS="v0.23.0"
readonly KUBECTL_VERS="v1.31.0"
readonly KIND_VERS="v0.24.0"

readonly PROGNAME=$(basename $0)
readonly CURL=${CURL:-curl}
Expand Down

0 comments on commit 808864b

Please sign in to comment.