Skip to content

Commit 586d2bc

Browse files
authored
Upgrade chart-testing image to v3.0.0-rc.1 (#28)
Signed-off-by: Scott Rigby <scott@r6by.com>
1 parent 134fbe4 commit 586d2bc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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.0.0-beta.2`)
21+
- `image`: The chart-testing Docker image to use (default: `quay.io/helmpack/chart-testing:v3.0.0-rc.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.0.0-beta.2)"
9+
description: "The chart-testing Docker image to use (default: quay.io/helmpack/chart-testing:v3.0.0-rc.1)"
1010
config:
1111
description: "The relative path to the chart-testing config file"
1212
command:

ct.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ set -o errexit
44
set -o nounset
55
set -o pipefail
66

7-
DEFAULT_IMAGE=quay.io/helmpack/chart-testing:v3.0.0-beta.2
7+
DEFAULT_IMAGE=quay.io/helmpack/chart-testing:v3.0.0-rc.1
88

99
show_help() {
1010
cat << EOF
1111
Usage: $(basename "$0") <options>
1212
1313
-h, --help Display help
14-
-i, --image The chart-testing Docker image to use (default: quay.io/helmpack/chart-testing:v3.0.0-beta.2)
14+
-i, --image The chart-testing Docker image to use (default: quay.io/helmpack/chart-testing:v3.0.0-rc.1)
1515
-c, --command The chart-testing command to run
1616
--config The path to the chart-testing config file
1717
--kubeconfig The path to the kube config file

0 commit comments

Comments
 (0)