Skip to content

Commit a9abdd5

Browse files
committed
Upgrade Kind to v0.30.0
https://github.com/kubernetes-sigs/kind/releases/tag/v0.30.0 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
1 parent ea4e695 commit a9abdd5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/actions.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ jobs:
261261
EOF
262262
- name: Install Latest Kind
263263
env:
264-
KIND_VERSION: v0.29.0
264+
KIND_VERSION: v0.30.0
265265
KIND_URL: https://kind.sigs.k8s.io/dl
266266
run: |
267267
echo "Existing kind binary path: $(which kind)"
@@ -350,7 +350,7 @@ jobs:
350350
fetch-depth: 0
351351
- name: Install Latest Kind
352352
env:
353-
KIND_VERSION: v0.29.0
353+
KIND_VERSION: v0.30.0
354354
KIND_URL: https://kind.sigs.k8s.io/dl
355355
run: |
356356
echo "Existing kind binary path: $(which kind)"
@@ -468,7 +468,7 @@ jobs:
468468
fetch-depth: 0
469469
- name: Install Latest Kind
470470
env:
471-
KIND_VERSION: v0.29.0
471+
KIND_VERSION: v0.30.0
472472
KIND_URL: https://kind.sigs.k8s.io/dl
473473
run: |
474474
echo "Existing kind binary path: $(which kind)"
@@ -563,7 +563,7 @@ jobs:
563563
fetch-depth: 0
564564
- name: Install Latest Kind
565565
env:
566-
KIND_VERSION: v0.29.0
566+
KIND_VERSION: v0.30.0
567567
KIND_URL: https://kind.sigs.k8s.io/dl
568568
run: |
569569
echo "Existing kind binary path: $(which kind)"
@@ -656,7 +656,7 @@ jobs:
656656
fetch-depth: 0
657657
- name: Install Latest Kind
658658
env:
659-
KIND_VERSION: v0.29.0
659+
KIND_VERSION: v0.30.0
660660
KIND_URL: https://kind.sigs.k8s.io/dl
661661
run: |
662662
echo "Existing kind binary path: $(which kind)"

0 commit comments

Comments
 (0)