Skip to content

Commit

Permalink
Align default kind version documentation with implementation
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Franssen <marco.franssen@gmail.com>
  • Loading branch information
marcofranssen committed Jun 24, 2021
1 parent d39cc6f commit f1dd5fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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.9.0`)
- `version`: The kind version to use (default: `v0.10.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
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ branding:
icon: box
inputs:
version:
description: "The kind version to use (default: v0.7.0)"
description: "The kind version to use (default: v0.10.0)"
config:
description: "The path to the kind config file"
node_image:
Expand Down

0 comments on commit f1dd5fd

Please sign in to comment.