Skip to content

Commit fa81e57

Browse files
authored
default action to use kind release v0.19.0 (#85)
Signed-off-by: cpanato <ctadeu@gmail.com>
1 parent 28ee08d commit fa81e57

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ For more information, reference the GitHub Help Documentation for [Creating a wo
1515

1616
For more information on inputs, see the [API Documentation](https://developer.github.com/v3/repos/releases/#input)
1717

18-
- `version`: The kind version to use (default: `v0.18.0`)
18+
- `version`: The kind version to use (default: `v0.19.0`)
1919
- `config`: The path to the kind config file
2020
- `node_image`: The Docker image for the cluster nodes
2121
- `cluster_name`: The name of the cluster to create (default: `chart-testing`)

action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ branding:
66
icon: box
77
inputs:
88
version:
9-
description: "The kind version to use (default: v0.18.0)"
9+
description: "The kind version to use (default: v0.19.0)"
1010
required: false
11-
default: "v0.18.0"
11+
default: "v0.19.0"
1212
config:
1313
description: "The path to the kind config file"
1414
required: false

kind.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ set -o errexit
1818
set -o nounset
1919
set -o pipefail
2020

21-
DEFAULT_KIND_VERSION=v0.18.0
21+
DEFAULT_KIND_VERSION=v0.19.0
2222
DEFAULT_CLUSTER_NAME=chart-testing
2323
DEFAULT_KUBECTL_VERSION=v1.26.4
2424

0 commit comments

Comments
 (0)