Skip to content

Commit 6c8c485

Browse files
update helm chart testing action
1 parent 78c7162 commit 6c8c485

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/lint-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ jobs:
3838

3939
- name: Setup Chart Linting
4040
id: lint
41-
uses: helm/chart-testing-action@e8788873172cb653a90ca2e819d79d65a66d4e76 # v2.4.0
41+
uses: helm/chart-testing-action@b43128a8b25298e1e7b043b78ea6613844e079b1 # v2.6.0
4242
with:
4343
# Note: Also update in scripts/lint.sh
44-
version: v3.7.1
44+
version: v3.10.0
4545

4646
- name: List changed charts
4747
id: list-changed

scripts/lint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ echo -e "\n-- Linting all Helm Charts --\n"
99
docker run \
1010
-v "$SRCROOT:/workdir" \
1111
--entrypoint /bin/sh \
12-
quay.io/helmpack/chart-testing:v3.7.1 \
12+
quay.io/helmpack/chart-testing:v3.10.0 \
1313
-c cd /workdir \
1414
ct lint \
1515
--config .github/configs/ct-lint.yaml \

0 commit comments

Comments
 (0)