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 9a1f8c9 commit 88791a7Copy full SHA for 88791a7
.github/workflows/publish-helm.yaml
@@ -37,7 +37,7 @@ jobs:
37
id: lint
38
uses: helm/chart-testing-action@dae259e86a35ff09145c0805e2d7dd3f7207064a
39
- name: Run chart-testing
40
- run: ct lint-and-install --validate-maintainers=false --charts deploy/helm
+ run: ct lint-and-install --validate-maintainers=false --charts ${{ env.CHART_DIR }}
41
- name: Install chart-releaser
42
run: |
43
wget https://github.com/helm/chart-releaser/releases/download/v1.3.0/chart-releaser_1.3.0_linux_amd64.tar.gz
0 commit comments