Skip to content

Commit 10390b5

Browse files
authored
test(helm): bump up Yamale dependency for Helm chart-testing-action (#2786)
* test(helm): bump up Yamale dependency for Helm chart-testing-action * fix: remove spaces in yaml for linter
1 parent b907b90 commit 10390b5

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/chart-testing.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ jobs:
8383
- name: Setup chart-testing
8484
id: lint
8585
uses: helm/chart-testing-action@v2.7.0
86+
with:
87+
# v6.0.0 resolved the compatibility issue with Python > 3.13. may be removed after the action itself is updated
88+
yamale_version: "6.0.0"
8689

8790
- name: Run chart-testing
8891
run: ct lint-and-install --validate-maintainers=false --charts deploy/helm

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
- name: Setup Chart Linting
4242
id: lint
4343
uses: helm/chart-testing-action@v2.7.0
44+
with:
45+
# v6.0.0 resolved the compatibility issue with Python > 3.13. may be removed after the action itself is updated
46+
yamale_version: "6.0.0"
4447

4548
- name: Setup Kubernetes cluster (KIND)
4649
uses: helm/kind-action@v1.12.0 # v1.5.0

0 commit comments

Comments
 (0)