Skip to content

Commit

Permalink
Update kind to v0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnavion committed Dec 16, 2024
1 parent 6a64cac commit 1f0f14f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ declare -A K8S_VERSIONS=(

# https://github.com/kubernetes-sigs/kind/releases
declare -A KIND_VERSIONS=(
['1.28']='0.25.0'
['1.29']='0.25.0'
['1.30']='0.25.0'
['1.31']='0.25.0'
['1.32']='0.25.0'
['1.28']='0.26.0'
['1.29']='0.26.0'
['1.30']='0.26.0'
['1.31']='0.26.0'
['1.32']='0.26.0'
)

case "$1" in
Expand Down

0 comments on commit 1f0f14f

Please sign in to comment.