Skip to content

Commit 7f38ac0

Browse files
committed
Update kind to v0.25.0
1 parent d2240d4 commit 7f38ac0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

test.sh

+6-6
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ declare -A K8S_VERSIONS=(
4848

4949
# https://github.com/kubernetes-sigs/kind/releases
5050
declare -A KIND_VERSIONS=(
51-
['1.26']='0.24.0'
52-
['1.27']='0.24.0'
53-
['1.28']='0.24.0'
54-
['1.29']='0.24.0'
55-
['1.30']='0.24.0'
56-
['1.31']='0.24.0'
51+
['1.26']='0.25.0'
52+
['1.27']='0.25.0'
53+
['1.28']='0.25.0'
54+
['1.29']='0.25.0'
55+
['1.30']='0.25.0'
56+
['1.31']='0.25.0'
5757
)
5858

5959
case "$1" in

0 commit comments

Comments
 (0)