Skip to content

Commit

Permalink
ci(test-action): upgrade chart-testing-action (backport #102) (#103)
Browse files Browse the repository at this point in the history
* ci(test-action): upgrade chart-testing-action (#102)

(cherry picked from commit 11fe20b)

* fixup! ci(test-action): upgrade chart-testing-action (#102)

---------

Co-authored-by: Andrew Azores <[email protected]>
  • Loading branch information
mergify[bot] and andrewazores authored Dec 7, 2023
1 parent 111ccfd commit 54693bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
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.6.1
- name: Lint chart
run: ct lint --target-branch ${TARGET_BRANCH} --lint-conf lintconf.yaml --config ct.yaml --chart-yaml-schema chart_schema.yaml
test-chart:
Expand All @@ -64,7 +64,7 @@ jobs:
with:
python-version: '3.9'
check-latest: true
- uses: helm/chart-testing-action@v2.4.0
- uses: helm/chart-testing-action@v2.6.1
- name: Set up Kind cluster
run: kind create cluster -n ci-${{ github.run_id }}
- name: Install and test chart
Expand Down

0 comments on commit 54693bf

Please sign in to comment.