Skip to content

Commit

Permalink
Update to kind v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnavion committed Sep 2, 2022
1 parent 7901186 commit 1a29d5e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@ declare -A K8S_VERSIONS=(

# https://github.com/kubernetes-sigs/kind/releases
declare -A KIND_VERSIONS=(
['1.18']='0.14.0'
['1.19']='0.14.0'
['1.20']='0.14.0'
['1.21']='0.14.0'
['1.22']='0.14.0'
['1.23']='0.14.0'
['1.24']='0.14.0'
['1.25']='0.14.0'
['1.18']='0.15.0'
['1.19']='0.15.0'
['1.20']='0.15.0'
['1.21']='0.15.0'
['1.22']='0.15.0'
['1.23']='0.15.0'
['1.24']='0.15.0'
['1.25']='0.15.0'
)

# https://github.com/docker/buildx/releases
Expand Down

0 comments on commit 1a29d5e

Please sign in to comment.