mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-03 08:37:03 +02:00
ci(deps): update helm/chart-testing-action action to v2.3.1
| datasource | package | from | to | | ----------- | ------------------------- | ------ | ------ | | github-tags | helm/chart-testing-action | v2.3.0 | v2.3.1 | | github-tags | helm/chart-testing-action | v2.3.0 | v2.3.1 |
This commit is contained in:
parent
d5d3f327bb
commit
0e547e3172
2 changed files with 2 additions and 2 deletions
2
.github/workflows/charts-lint.yaml
vendored
2
.github/workflows/charts-lint.yaml
vendored
|
@ -56,7 +56,7 @@ jobs:
|
|||
helm: "${{ env.HELM_VERSION }}"
|
||||
|
||||
- name: Set up chart-testing
|
||||
uses: helm/chart-testing-action@v2.3.0
|
||||
uses: helm/chart-testing-action@v2.3.1
|
||||
|
||||
- name: Run chart-testing (install)
|
||||
run: ct lint --config .ci/ct/ct.yaml --charts "charts/${{ matrix.chart }}"
|
||||
|
|
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.0
|
||||
uses: helm/chart-testing-action@v2.3.1
|
||||
|
||||
- name: Create k3d cluster
|
||||
uses: nolar/setup-k3d-k3s@v1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue