Skip to content

Commit

Permalink
Update kind and kubectl (#23)
Browse files Browse the repository at this point in the history
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>
  • Loading branch information
unguiculus authored Aug 9, 2020
1 parent cd1c4c7 commit 8848263
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.7.0`)
- `version`: The kind version to use (default: `v0.8.1`)
- `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
6 changes: 3 additions & 3 deletions kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ set -o errexit
set -o nounset
set -o pipefail

DEFAULT_KIND_VERSION=v0.7.0
DEFAULT_KIND_VERSION=v0.8.1
DEFAULT_CLUSTER_NAME=chart-testing
KUBECTL_VERSION=v1.17.0
KUBECTL_VERSION=v1.18.6

show_help() {
cat << EOF
Usage: $(basename "$0") <options>
-h, --help Display help
-v, --version The kind version to use (default: v0.7.0)"
-v, --version The kind version to use (default: v0.8.1)"
-c, --config The path to the kind config file"
-i, --node-image The Docker image for the cluster nodes"
-n, --cluster-name The name of the cluster to create (default: chart-testing)"
Expand Down

0 comments on commit 8848263

Please sign in to comment.