Skip to content

Commit

Permalink
Update kind to v0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnavion committed Feb 15, 2024
1 parent dd1d16b commit 4d8b7cf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ declare -A K8S_VERSIONS=(

# https://github.com/kubernetes-sigs/kind/releases
declare -A KIND_VERSIONS=(
['1.24']='0.21.0'
['1.25']='0.21.0'
['1.26']='0.21.0'
['1.27']='0.21.0'
['1.28']='0.21.0'
['1.29']='0.21.0'
['1.24']='0.22.0'
['1.25']='0.22.0'
['1.26']='0.22.0'
['1.27']='0.22.0'
['1.28']='0.22.0'
['1.29']='0.22.0'
)

case "$1" in
Expand Down

0 comments on commit 4d8b7cf

Please sign in to comment.