Skip to content

Commit

Permalink
Update kind to v0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnavion committed Nov 9, 2024
1 parent d2240d4 commit 7f38ac0
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.26']='0.24.0'
['1.27']='0.24.0'
['1.28']='0.24.0'
['1.29']='0.24.0'
['1.30']='0.24.0'
['1.31']='0.24.0'
['1.26']='0.25.0'
['1.27']='0.25.0'
['1.28']='0.25.0'
['1.29']='0.25.0'
['1.30']='0.25.0'
['1.31']='0.25.0'
)

case "$1" in
Expand Down

0 comments on commit 7f38ac0

Please sign in to comment.