Skip to content

Commit

Permalink
Set default CT version to v3.4.0 (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkarlsen authored May 25, 2021
1 parent b0d4458 commit 5f16c27
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ A GitHub Action for installing the [helm/chart-testing](https://github.com/helm/

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

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

### Example Workflow

Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ branding:
icon: anchor
inputs:
version:
description: "The chart-testing version to install (default: v3.3.0)"
default: v3.3.0
description: "The chart-testing version to install (default: v3.4.0)"
default: v3.4.0
runs:
using: composite
steps:
Expand Down
2 changes: 1 addition & 1 deletion ct.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -o errexit
set -o nounset
set -o pipefail

DEFAULT_CHART_TESTING_VERSION=v3.3.0
DEFAULT_CHART_TESTING_VERSION=v3.4.0

show_help() {
cat << EOF
Expand Down

0 comments on commit 5f16c27

Please sign in to comment.