File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Support for Helm 2 is on branch `dev-v2`.
18
18
19
19
For more information on inputs, see the [ API Documentation] ( https://developer.github.com/v3/repos/releases/#input )
20
20
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 ` )
22
22
- ` config ` : The path to the config file
23
23
- ` command ` : The chart-testing command to run
24
24
- ` kubeconfig ` : The path to the kube config file
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ branding:
6
6
icon : anchor
7
7
inputs :
8
8
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 )"
10
10
config :
11
11
description : " The relative path to the chart-testing config file"
12
12
command :
Original file line number Diff line number Diff line change @@ -4,14 +4,14 @@ set -o errexit
4
4
set -o nounset
5
5
set -o pipefail
6
6
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
8
8
9
9
show_help () {
10
10
cat << EOF
11
11
Usage: $( basename " $0 " ) <options>
12
12
13
13
-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 )
15
15
-c, --command The chart-testing command to run
16
16
--config The path to the chart-testing config file
17
17
--kubeconfig The path to the kube config file
You can’t perform that action at this time.
0 commit comments