Skip to content

Commit

Permalink
fix: helm chart testing action
Browse files Browse the repository at this point in the history
  • Loading branch information
ReuDa committed Oct 31, 2023
1 parent 10c3782 commit 23b8fcc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ jobs:
- uses: actions/setup-python@v4

- name: Set up chart-testing
uses: helm/[email protected]
# Switch to released version after this bug has been released: https://github.com/helm/chart-testing-action/issues/132
uses: helm/chart-testing-action@cb49023b9227b1097e5eddd8824f48bdea11b1aa

- name: Add unit testing plugin
run: helm plugin install https://github.com/helm-unittest/helm-unittest.git
Expand Down

0 comments on commit 23b8fcc

Please sign in to comment.