Skip to content

Commit 26a9fa4

Browse files
authored
Fix helm linter in CI (#4080)
* Update helm lint CI * Add comment
1 parent f47862e commit 26a9fa4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ jobs:
125125
uses: helm/chart-testing-action@0d28d3144d3a25ea2cc349d6e59901c4ff469b3b # v2.7.0
126126
with:
127127
version: 3.14.0 # renovate: datasource=github-tags depName=helm/chart-testing
128+
# v6.0.0 resolved the compatibility issue with Python > 3.13. may be removed after the action itself is updated
129+
yamale_version: "6.0.0"
128130

129131
- name: Run chart-testing
130132
run: ct lint --print-config --config .ct.yaml

0 commit comments

Comments
 (0)