mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-03 08:37:03 +02:00
ci(github-action): update helm/chart-testing-action action to v2.4.0
| datasource | package | from | to | | ----------- | ------------------------- | ------ | ------ | | github-tags | helm/chart-testing-action | v2.3.1 | v2.4.0 |
This commit is contained in:
parent
42c3271526
commit
cbf33aae6c
2 changed files with 2 additions and 2 deletions
2
.github/workflows/charts-lint.yaml
vendored
2
.github/workflows/charts-lint.yaml
vendored
|
@ -62,7 +62,7 @@ jobs:
|
|||
helm: "${{ env.HELM_VERSION }}"
|
||||
|
||||
- name: Set up chart-testing
|
||||
uses: helm/chart-testing-action@v2.3.1
|
||||
uses: helm/chart-testing-action@v2.4.0
|
||||
|
||||
- name: Override chart dependencies
|
||||
uses: ./.github/actions/override-chart-deps
|
||||
|
|
2
.github/workflows/charts-test.yaml
vendored
2
.github/workflows/charts-test.yaml
vendored
|
@ -52,7 +52,7 @@ jobs:
|
|||
python-version: "3.10"
|
||||
|
||||
- name: Set up chart-testing
|
||||
uses: helm/chart-testing-action@v2.3.1
|
||||
uses: helm/chart-testing-action@v2.4.0
|
||||
|
||||
- name: Create k3d cluster
|
||||
uses: nolar/setup-k3d-k3s@v1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue