Skip to content

Commit 5f16c27

Browse files
authored
Set default CT version to v3.4.0 (#68)
1 parent b0d4458 commit 5f16c27

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A GitHub Action for installing the [helm/chart-testing](https://github.com/helm/
1515

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

18-
- `version`: The chart-testing version to install (default: `v3.3.0`)
18+
- `version`: The chart-testing version to install (default: `v3.4.0`)
1919

2020
### Example Workflow
2121

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ branding:
66
icon: anchor
77
inputs:
88
version:
9-
description: "The chart-testing version to install (default: v3.3.0)"
10-
default: v3.3.0
9+
description: "The chart-testing version to install (default: v3.4.0)"
10+
default: v3.4.0
1111
runs:
1212
using: composite
1313
steps:

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_CHART_TESTING_VERSION=v3.3.0
7+
DEFAULT_CHART_TESTING_VERSION=v3.4.0
88

99
show_help() {
1010
cat << EOF

0 commit comments

Comments
 (0)