Skip to content

Commit 3636578

Browse files
Run kind cluster with 1.34.0 version
Signed-off-by: Devanshu <[email protected]>
1 parent cfa67ed commit 3636578

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/kind-action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
uses: helm/kind-action@v1
2222
with:
2323
cluster_name: kinder
24+
kubectl_version: v1.34.0
25+
node_image: kindest/node:v1.34.0
2426
- uses: actions/checkout@v4
2527
with:
2628
fetch-depth: 0

0 commit comments

Comments
 (0)