Skip to content

Commit a4cc4ba

Browse files
chore(deps): update helm/chart-testing-action action to v2.4.0 (#7889)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [helm/chart-testing-action](https://togithub.com/helm/chart-testing-action) | action | minor | `v2.3.1` -> `v2.4.0` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>helm/chart-testing-action</summary> ### [`v2.4.0`](https://togithub.com/helm/chart-testing-action/releases/tag/v2.4.0) [Compare Source](https://togithub.com/helm/chart-testing-action/compare/v2.3.1...v2.4.0) ##### What's Changed - Retry artifact downloads by [@&#8203;steven-sheehy](https://togithub.com/steven-sheehy) in [https://github.com/helm/chart-testing-action/pull/111](https://togithub.com/helm/chart-testing-action/pull/111) - fix example workflow by [@&#8203;CrowdSalat](https://togithub.com/CrowdSalat) in [https://github.com/helm/chart-testing-action/pull/115](https://togithub.com/helm/chart-testing-action/pull/115) - docs: only run chart lint if changed by [@&#8203;fty4](https://togithub.com/fty4) in [https://github.com/helm/chart-testing-action/pull/106](https://togithub.com/helm/chart-testing-action/pull/106) - docs: use GITHUB_OUTPUT in example workflow by [@&#8203;fty4](https://togithub.com/fty4) in [https://github.com/helm/chart-testing-action/pull/107](https://togithub.com/helm/chart-testing-action/pull/107) - Use cosign to verify the release and update chart-testing to v3.8.0 by [@&#8203;cpanato](https://togithub.com/cpanato) in [https://github.com/helm/chart-testing-action/pull/116](https://togithub.com/helm/chart-testing-action/pull/116) ##### New Contributors - [@&#8203;steven-sheehy](https://togithub.com/steven-sheehy) made their first contribution in [https://github.com/helm/chart-testing-action/pull/111](https://togithub.com/helm/chart-testing-action/pull/111) - [@&#8203;CrowdSalat](https://togithub.com/CrowdSalat) made their first contribution in [https://github.com/helm/chart-testing-action/pull/115](https://togithub.com/helm/chart-testing-action/pull/115) - [@&#8203;fty4](https://togithub.com/fty4) made their first contribution in [https://github.com/helm/chart-testing-action/pull/106](https://togithub.com/helm/chart-testing-action/pull/106) **Full Changelog**: helm/chart-testing-action@v2...v2.4.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTMuMSIsInVwZGF0ZWRJblZlciI6IjM0LjE1My4xIn0=-->
1 parent 9afe895 commit a4cc4ba

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

.github/workflows/charts-lint.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
ref: ${{ inputs.checkoutCommit }}
5454

5555
- name: Set up chart-testing
56-
uses: helm/chart-testing-action@afea100a513515fbd68b0e72a7bb0ae34cb62aec # tag=v2.3.1
56+
uses: helm/chart-testing-action@e8788873172cb653a90ca2e819d79d65a66d4e76 # v2.4.0
5757

5858
- name: Collect changes
5959
id: list-changed
@@ -124,7 +124,7 @@ jobs:
124124
python-version: "3.10"
125125

126126
- name: Set up chart-testing
127-
uses: helm/chart-testing-action@afea100a513515fbd68b0e72a7bb0ae34cb62aec # tag=v2.3.1
127+
uses: helm/chart-testing-action@e8788873172cb653a90ca2e819d79d65a66d4e76 # v2.4.0
128128

129129
- name: Run chart-testing (lint)
130130
run: ct lint --config ".github/ct-lint.yaml" --charts "${{ matrix.chart }}" || ct lint --config ".github/ct-lint.yaml" --charts "${{ matrix.chart }}"
@@ -158,7 +158,7 @@ jobs:
158158
python-version: "3.10"
159159

160160
- name: Set up chart-testing
161-
uses: helm/chart-testing-action@afea100a513515fbd68b0e72a7bb0ae34cb62aec # tag=v2.3.1
161+
uses: helm/chart-testing-action@e8788873172cb653a90ca2e819d79d65a66d4e76 # v2.4.0
162162

163163
- name: Run chart-testing (lint)
164164
run: ct lint --config ".github/ct-lint.yaml" --charts "${{ matrix.chart }}" || ct lint --config ".github/ct-lint.yaml" --charts "${{ matrix.chart }}"
@@ -192,7 +192,7 @@ jobs:
192192
python-version: "3.10"
193193

194194
- name: Set up chart-testing
195-
uses: helm/chart-testing-action@afea100a513515fbd68b0e72a7bb0ae34cb62aec # tag=v2.3.1
195+
uses: helm/chart-testing-action@e8788873172cb653a90ca2e819d79d65a66d4e76 # v2.4.0
196196

197197
- name: Run chart-testing (lint)
198198
run: ct lint --config ".github/ct-lint.yaml" --charts "${{ matrix.chart }}" || ct lint --config ".github/ct-lint.yaml" --charts "${{ matrix.chart }}"
@@ -226,7 +226,7 @@ jobs:
226226
python-version: "3.10"
227227

228228
- name: Set up chart-testing
229-
uses: helm/chart-testing-action@afea100a513515fbd68b0e72a7bb0ae34cb62aec # tag=v2.3.1
229+
uses: helm/chart-testing-action@e8788873172cb653a90ca2e819d79d65a66d4e76 # v2.4.0
230230

231231
- name: Run chart-testing (lint)
232232
run: ct lint --config ".github/ct-lint.yaml" --charts "${{ matrix.chart }}" || ct lint --config ".github/ct-lint.yaml" --charts "${{ matrix.chart }}"
@@ -260,7 +260,7 @@ jobs:
260260
python-version: "3.10"
261261

262262
- name: Set up chart-testing
263-
uses: helm/chart-testing-action@afea100a513515fbd68b0e72a7bb0ae34cb62aec # tag=v2.3.1
263+
uses: helm/chart-testing-action@e8788873172cb653a90ca2e819d79d65a66d4e76 # v2.4.0
264264

265265
- name: Run chart-testing (lint)
266266
run: ct lint --config ".github/ct-lint.yaml" --charts "${{ matrix.chart }}" || ct lint --config ".github/ct-lint.yaml" --charts "${{ matrix.chart }}"
@@ -294,7 +294,7 @@ jobs:
294294
python-version: "3.10"
295295

296296
- name: Set up chart-testing
297-
uses: helm/chart-testing-action@afea100a513515fbd68b0e72a7bb0ae34cb62aec # tag=v2.3.1
297+
uses: helm/chart-testing-action@e8788873172cb653a90ca2e819d79d65a66d4e76 # v2.4.0
298298

299299
- name: Run chart-testing (lint)
300300
run: ct lint --config ".github/ct-lint.yaml" --charts "${{ matrix.chart }}" || ct lint --config ".github/ct-lint.yaml" --charts "${{ matrix.chart }}"

.github/workflows/charts-test.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
ref: ${{ inputs.checkoutCommit }}
8888

8989
- name: Set up chart-testing
90-
uses: helm/chart-testing-action@afea100a513515fbd68b0e72a7bb0ae34cb62aec # tag=v2.3.1
90+
uses: helm/chart-testing-action@e8788873172cb653a90ca2e819d79d65a66d4e76 # v2.4.0
9191

9292
- name: Run chart-testing (list-changed)
9393
id: list-changed
@@ -157,7 +157,7 @@ jobs:
157157
python-version: "3.10"
158158

159159
- name: Set up chart-testing
160-
uses: helm/chart-testing-action@afea100a513515fbd68b0e72a7bb0ae34cb62aec # tag=v2.3.1
160+
uses: helm/chart-testing-action@e8788873172cb653a90ca2e819d79d65a66d4e76 # v2.4.0
161161

162162
- name: Create k3d cluster
163163
uses: nolar/setup-k3d-k3s@v1
@@ -202,7 +202,7 @@ jobs:
202202
python-version: "3.10"
203203

204204
- name: Set up chart-testing
205-
uses: helm/chart-testing-action@afea100a513515fbd68b0e72a7bb0ae34cb62aec # tag=v2.3.1
205+
uses: helm/chart-testing-action@e8788873172cb653a90ca2e819d79d65a66d4e76 # v2.4.0
206206

207207
- name: Create k3d cluster
208208
uses: nolar/setup-k3d-k3s@v1
@@ -248,7 +248,7 @@ jobs:
248248
python-version: "3.10"
249249

250250
- name: Set up chart-testing
251-
uses: helm/chart-testing-action@afea100a513515fbd68b0e72a7bb0ae34cb62aec # tag=v2.3.1
251+
uses: helm/chart-testing-action@e8788873172cb653a90ca2e819d79d65a66d4e76 # v2.4.0
252252

253253
- name: Create k3d cluster
254254
uses: nolar/setup-k3d-k3s@v1
@@ -293,7 +293,7 @@ jobs:
293293
python-version: "3.10"
294294

295295
- name: Set up chart-testing
296-
uses: helm/chart-testing-action@afea100a513515fbd68b0e72a7bb0ae34cb62aec # tag=v2.3.1
296+
uses: helm/chart-testing-action@e8788873172cb653a90ca2e819d79d65a66d4e76 # v2.4.0
297297

298298
- name: Create k3d cluster
299299
uses: nolar/setup-k3d-k3s@v1
@@ -338,7 +338,7 @@ jobs:
338338
python-version: "3.10"
339339

340340
- name: Set up chart-testing
341-
uses: helm/chart-testing-action@afea100a513515fbd68b0e72a7bb0ae34cb62aec # tag=v2.3.1
341+
uses: helm/chart-testing-action@e8788873172cb653a90ca2e819d79d65a66d4e76 # v2.4.0
342342

343343
- name: Create k3d cluster
344344
uses: nolar/setup-k3d-k3s@v1
@@ -383,7 +383,7 @@ jobs:
383383
python-version: "3.10"
384384

385385
- name: Set up chart-testing
386-
uses: helm/chart-testing-action@afea100a513515fbd68b0e72a7bb0ae34cb62aec # tag=v2.3.1
386+
uses: helm/chart-testing-action@e8788873172cb653a90ca2e819d79d65a66d4e76 # v2.4.0
387387

388388
- name: Create k3d cluster
389389
uses: nolar/setup-k3d-k3s@v1

0 commit comments

Comments
 (0)