Skip to content

Commit

Permalink
update CT to use release v3.5.1 (#80)
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <ctadeu@gmail.com>
  • Loading branch information
cpanato committed Mar 14, 2022
1 parent 3307a28 commit dae259e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -42,14 +42,14 @@ jobs:
- name: Set up Helm
uses: azure/setup-helm@v1
with:
version: v3.7.2
version: v3.8.1

- uses: actions/setup-python@v2
with:
python-version: 3.7

- name: Set up chart-testing
uses: helm/chart-testing-action@v2.2.0
uses: helm/chart-testing-action@v2.2.1

- name: Run chart-testing (list-changed)
id: list-changed
Expand Down
5 changes: 3 additions & 2 deletions action.yml
Expand Up @@ -6,8 +6,9 @@ branding:
icon: anchor
inputs:
version:
description: "The chart-testing version to install (default: v3.5.0)"
default: v3.5.0
description: "The chart-testing version to install (default: v3.5.1)"
required: false
default: v3.5.1
runs:
using: composite
steps:
Expand Down
2 changes: 1 addition & 1 deletion ct.sh
Expand Up @@ -4,7 +4,7 @@ set -o errexit
set -o nounset
set -o pipefail

DEFAULT_CHART_TESTING_VERSION=v3.5.0
DEFAULT_CHART_TESTING_VERSION=v3.5.1

show_help() {
cat << EOF
Expand Down

0 comments on commit dae259e

Please sign in to comment.