File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -35,10 +35,14 @@ runs:
35
35
EOF'
36
36
37
37
- name : Setup KinD cluster
38
- uses : helm/kind-action@v1.8.0
38
+ uses : helm/kind-action@v1
39
39
with :
40
40
cluster_name : cluster
41
- version : v0.17.0
41
+ # The kind version to use
42
+ version : v0.25.0
43
+ # The Docker image for the cluster nodes - https://hub.docker.com/r/kindest/node/
44
+ node_image : kindest/node:v1.30.6@sha256:b6d08db72079ba5ae1f4a88a09025c0a904af3b52387643c285442afb05ab994
45
+ # The path to the kind config file
42
46
config : ${{ env.KIND_CONFIG_FILE }}
43
47
44
48
- name : Print cluster info
Original file line number Diff line number Diff line change 11
11
- config/**
12
12
- tests/**
13
13
- .github/resources/**
14
+ - .github/actions/**
14
15
- ' .github/workflows/kind-integration.yml'
15
16
- ' .github/scripts/tests/tests.sh'
16
17
- Makefile
You can’t perform that action at this time.
0 commit comments