Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Commit

Permalink
update kubectl and kind
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Kriss <[email protected]>
  • Loading branch information
skriss committed Dec 21, 2022
1 parent 02f38c4 commit 0830553
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 @@ -5,8 +5,8 @@ set -o nounset
set -o pipefail

readonly KUSTOMIZE_VERS="v3.5.4"
readonly KUBECTL_VERS="v1.24.0"
readonly KIND_VERS="v0.14.0"
readonly KUBECTL_VERS="v1.26.0"
readonly KIND_VERS="v0.17.0"
readonly KUBEBUILDER_VERS="2.3.1"

readonly PROGNAME=$(basename $0)
Expand Down

0 comments on commit 0830553

Please sign in to comment.