Skip to content

Commit

Permalink
Update kind to v0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnavion committed Mar 30, 2023
1 parent 77293df commit 59f2249
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ declare -A K8S_VERSIONS=(

# https://github.com/kubernetes-sigs/kind/releases
declare -A KIND_VERSIONS=(
['1.20']='0.17.0'
['1.21']='0.17.0'
['1.22']='0.17.0'
['1.23']='0.17.0'
['1.24']='0.17.0'
['1.25']='0.17.0'
['1.26']='0.17.0'
['1.20']='0.18.0'
['1.21']='0.18.0'
['1.22']='0.18.0'
['1.23']='0.18.0'
['1.24']='0.18.0'
['1.25']='0.18.0'
['1.26']='0.18.0'
)

case "$1" in
Expand Down

0 comments on commit 59f2249

Please sign in to comment.