Skip to content

Commit a51c870

Browse files
authored
bump ct version (#52)
Signed-off-by: David Karlsen <david@davidkarlsen.com>
1 parent eae642b commit a51c870

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Support for Helm 2 is on branch `dev-v2`.
1818

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

21-
- `image`: The chart-testing Docker image to use (default: `quay.io/helmpack/chart-testing:v3.1.0`)
21+
- `image`: The chart-testing Docker image to use (default: `quay.io/helmpack/chart-testing:v3.1.1`)
2222
- `config`: The path to the config file
2323
- `command`: The chart-testing command to run
2424
- `kubeconfig`: The path to the kube config file

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ branding:
66
icon: anchor
77
inputs:
88
image:
9-
description: "The chart-testing Docker image to use (default: quay.io/helmpack/chart-testing:v3.1.0)"
9+
description: "The chart-testing Docker image to use (default: quay.io/helmpack/chart-testing:v3.1.1)"
1010
config:
1111
description: "The relative path to the chart-testing config file"
1212
command:

ct.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -o errexit
44
set -o nounset
55
set -o pipefail
66

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

99
show_help() {
1010
cat << EOF

0 commit comments

Comments
 (0)