Skip to content

Commit

Permalink
default action to use kind release v0.19.0 (#85)
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <ctadeu@gmail.com>
  • Loading branch information
cpanato committed May 17, 2023
1 parent 28ee08d commit fa81e57
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -15,7 +15,7 @@ For more information, reference the GitHub Help Documentation for [Creating a wo

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

- `version`: The kind version to use (default: `v0.18.0`)
- `version`: The kind version to use (default: `v0.19.0`)
- `config`: The path to the kind config file
- `node_image`: The Docker image for the cluster nodes
- `cluster_name`: The name of the cluster to create (default: `chart-testing`)
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Expand Up @@ -6,9 +6,9 @@ branding:
icon: box
inputs:
version:
description: "The kind version to use (default: v0.18.0)"
description: "The kind version to use (default: v0.19.0)"
required: false
default: "v0.18.0"
default: "v0.19.0"
config:
description: "The path to the kind config file"
required: false
Expand Down
2 changes: 1 addition & 1 deletion kind.sh
Expand Up @@ -18,7 +18,7 @@ set -o errexit
set -o nounset
set -o pipefail

DEFAULT_KIND_VERSION=v0.18.0
DEFAULT_KIND_VERSION=v0.19.0
DEFAULT_CLUSTER_NAME=chart-testing
DEFAULT_KUBECTL_VERSION=v1.26.4

Expand Down

0 comments on commit fa81e57

Please sign in to comment.