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:
bjw-s-bot 2022-09-28 13:19:12 +00:00
parent d5d3f327bb
commit 0e547e3172
2 changed files with 2 additions and 2 deletions

View file

@ -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 }}"

View file

@ -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