Skip to content

Commit

Permalink
Update verify-helm.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
florianrusch authored Jan 10, 2024
1 parent a18d080 commit cd9b3ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/verify-helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,15 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

# Uses the default values.yaml
- uses: jlandowner/helm-chartsnap-action@9a4375ea5aa394593aadeef511ff37456df4e3be # v1
- uses: jlandowner/helm-chartsnap-action@0561d6d0132753ceb052cf1e7dcb7385dbb303c9 # fix
with:
chart: ${{ github.workspace }}/chart
update_snapshot: false
additional_args: --namespace default
disable_create_pull_request: true

# Uses the special case test_*.yaml values files from test folder
- uses: jlandowner/helm-chartsnap-action@9a4375ea5aa394593aadeef511ff37456df4e3be # v1
- uses: jlandowner/helm-chartsnap-action@0561d6d0132753ceb052cf1e7dcb7385dbb303c9 # fix
with:
chart: ${{ github.workspace }}/chart
values: ${{ github.workspace }}/chart/test/
Expand Down

0 comments on commit cd9b3ec

Please sign in to comment.