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 6f7654e commit 3bc3249Copy full SHA for 3bc3249
.github/workflows/pipeline.yml
@@ -56,6 +56,9 @@ jobs:
56
57
- name: Helm Chart Testing
58
uses: helm/chart-testing-action@v2.7.0
59
+ with:
60
+ version: v3.10.0
61
+ yamale_version: '6.0.0'
62
63
- name: Run chart-testing (list-changed)
64
id: list-changed
.github/workflows/release.yml
@@ -82,6 +82,9 @@ jobs:
82
check-latest: true
83
- name: Set up chart-testing
84
85
86
87
88
89
- name: Set up helm-docs
90
uses: gabe565/setup-helm-docs-action@v1
0 commit comments