Skip to content

Commit

Permalink
bump helm chart-testing-action (#1070)
Browse files Browse the repository at this point in the history
Signed-off-by: Paul S. Schweigert <[email protected]>
  • Loading branch information
psschwei authored Nov 1, 2023
1 parent 367efb0 commit fef9d3e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/actions/helm-lint/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ runs:
uses: azure/setup-helm@v1
with:
version: v3.12.1

# Python is required because `ct lint` runs Yamale (https://github.com/23andMe/Yamale) and
# yamllint (https://github.com/adrienverge/yamllint) which require Python
- uses: actions/setup-python@v4
with:
python-version: '3.9'
check-latest: true

- name: Set up chart-testing
uses: helm/chart-testing-action@v2.4.0
uses: helm/chart-testing-action@v2.5.0

- name: Run chart-testing (list-changed)
shell: bash
Expand All @@ -27,12 +27,12 @@ runs:
if [[ -n "$changed" ]]; then
echo "changed=true" >> "$GITHUB_OUTPUT"
fi
- name: Run chart-testing (lint)
shell: bash
if: steps.list-changed.outputs.changed == 'true'
run: ct lint --config ct.yaml --check-version-increment=false

# - name: Create kind cluster
# if: steps.list-changed.outputs.changed == 'true'
# uses: helm/[email protected]
Expand Down

0 comments on commit fef9d3e

Please sign in to comment.