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