File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Support for Helm 2 is on branch `dev-v2`.
1818
1919For 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
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ branding:
66 icon : anchor
77inputs :
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 :
Original file line number Diff line number Diff line change @@ -4,14 +4,14 @@ set -o errexit
44set -o nounset
55set -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
99show_help () {
1010cat << EOF
1111Usage: $( 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
You can’t perform that action at this time.
0 commit comments