Skip to content

Commit 71cccc7

Browse files
author
Victor Hugo dos Santos
committed
chore: update chart-testing action to use yamale version 6.0.0 in workflows
1 parent c22fec1 commit 71cccc7

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release-helm-chart.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424

2525
- name: Set up chart-testing
2626
uses: helm/chart-testing-action@v2.7.0
27+
with:
28+
yamale_version: "6.0.0"
2729

2830
- name: Run chart-testing (lint)
2931
run: ct lint --config ct.yaml --charts helm-charts/infisical-pki-issuer

.github/workflows/run-helm-chart-tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727

2828
- name: Set up chart-testing
2929
uses: helm/chart-testing-action@v2.7.0
30+
with:
31+
yamale_version: "6.0.0"
3032

3133
- name: Run chart-testing (lint)
3234
run: ct lint --config ct.yaml --charts helm-charts/infisical-pki-issuer

0 commit comments

Comments
 (0)