You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ For more information, reference the GitHub Help Documentation for [Creating a wo
15
15
16
16
For more information on inputs, see the [API Documentation](https://developer.github.com/v3/repos/releases/#input)
17
17
18
-
-`version`: The kind version to use (default: `v0.19.0`)
18
+
-`version`: The kind version to use (default: `v0.20.0`)
19
19
-`config`: The path to the kind config file
20
20
-`node_image`: The Docker image for the cluster nodes
21
21
-`cluster_name`: The name of the cluster to create (default: `chart-testing`)
@@ -39,7 +39,7 @@ jobs:
39
39
runs-on: ubuntu-latest
40
40
steps:
41
41
- name: Create k8s Kind Cluster
42
-
uses: helm/kind-action@v1.4.0
42
+
uses: helm/kind-action@v1.5.0
43
43
```
44
44
45
45
This uses [@helm/kind-action](https://www.github.com/helm/kind-action) GitHub Action to spin up a [kind](https://kind.sigs.k8s.io/) Kubernetes cluster on every Pull Request.
0 commit comments