Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump jlandowner/helm-chartsnap-action from 0561d6d0132753ceb052cf1e7dcb7385dbb303c9 to 0b6e1e21c1ca61add7ed24f5fd06e9e467e76cbe #61

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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@0561d6d0132753ceb052cf1e7dcb7385dbb303c9 # fix
- uses: jlandowner/helm-chartsnap-action@0b6e1e21c1ca61add7ed24f5fd06e9e467e76cbe # 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@0561d6d0132753ceb052cf1e7dcb7385dbb303c9 # fix
- uses: jlandowner/helm-chartsnap-action@0b6e1e21c1ca61add7ed24f5fd06e9e467e76cbe # fix
with:
chart: ${{ github.workspace }}/chart
values: ${{ github.workspace }}/chart/test/
Expand Down
Loading