We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f47862e commit 26a9fa4Copy full SHA for 26a9fa4
.github/workflows/lint.yml
@@ -125,6 +125,8 @@ jobs:
125
uses: helm/chart-testing-action@0d28d3144d3a25ea2cc349d6e59901c4ff469b3b # v2.7.0
126
with:
127
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"
130
131
- name: Run chart-testing
132
run: ct lint --print-config --config .ct.yaml
0 commit comments