Skip to content

Commit

Permalink
bump ct version (#52)
Browse files Browse the repository at this point in the history
Signed-off-by: David Karlsen <david@davidkarlsen.com>
  • Loading branch information
davidkarlsen authored Sep 26, 2020
1 parent eae642b commit a51c870
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Support for Helm 2 is on branch `dev-v2`.

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

- `image`: The chart-testing Docker image to use (default: `quay.io/helmpack/chart-testing:v3.1.0`)
- `image`: The chart-testing Docker image to use (default: `quay.io/helmpack/chart-testing:v3.1.1`)
- `config`: The path to the config file
- `command`: The chart-testing command to run
- `kubeconfig`: The path to the kube config file
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: anchor
inputs:
image:
description: "The chart-testing Docker image to use (default: quay.io/helmpack/chart-testing:v3.1.0)"
description: "The chart-testing Docker image to use (default: quay.io/helmpack/chart-testing:v3.1.1)"
config:
description: "The relative path to the chart-testing config file"
command:
Expand Down
2 changes: 1 addition & 1 deletion ct.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -o errexit
set -o nounset
set -o pipefail

DEFAULT_IMAGE=quay.io/helmpack/chart-testing:v3.1.0
DEFAULT_IMAGE=quay.io/helmpack/chart-testing:v3.1.1

show_help() {
cat << EOF
Expand Down

0 comments on commit a51c870

Please sign in to comment.