Skip to content

Commit 9c882fd

Browse files
committed
Update kind to v0.30.0
1 parent 6324c79 commit 9c882fd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ declare -A K8S_VERSIONS=(
4646

4747
# https://github.com/kubernetes-sigs/kind/releases
4848
declare -A KIND_VERSIONS=(
49-
['1.30']='0.29.0'
50-
['1.31']='0.29.0'
51-
['1.32']='0.29.0'
52-
['1.33']='0.29.0'
49+
['1.30']='0.30.0'
50+
['1.31']='0.30.0'
51+
['1.32']='0.30.0'
52+
['1.33']='0.30.0'
5353
)
5454

5555
case "$1" in

0 commit comments

Comments
 (0)