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 6e94a97 commit c792da7Copy full SHA for c792da7
.github/workflows/helm-build-push.yml
@@ -88,12 +88,12 @@ jobs:
88
run: |
89
helm repo add bitnami https://charts.bitnami.com/bitnami
90
helm repo add vespa https://unoplat.github.io/vespa-helm-charts
91
- helm dependency build deployment/helm
+ helm dependency build deployment/helm/charts/danswer
92
93
- name: Run chart-releaser
94
uses: helm/[email protected]
95
with:
96
- charts_dir: deployment
+ charts_dir: deployment/helm/charts
97
pages_branch: helm-publish
98
mark_as_latest: ${{ github.ref_name == 'main' }}
99
env:
0 commit comments