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 405499a commit e20fadcCopy full SHA for e20fadc
.github/workflows/on-pr-lint-charts.yml
@@ -15,7 +15,7 @@ jobs:
15
16
- name: Run chart-testing (lint)
17
id: lint
18
- uses: helm/chart-testing-action@v3
+ uses: helm/chart-testing-action@v1.0.0-rc.2
19
with:
20
config: .ci/ct-config.yaml
21
command: lint
.github/workflows/on-pr-test-charts.yml
@@ -28,7 +28,7 @@ jobs:
28
if: steps.lint.outputs.changed == 'true'
29
30
- name: Run chart-testing (install)
31
32
33
command: install
34
0 commit comments