Skip to content

Commit bcfc65f

Browse files
author
Scott Davidson
committed
Fix chart paths
1 parent be4ec97 commit bcfc65f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/helm-build-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,12 @@ jobs:
8484
run: |
8585
helm repo add bitnami https://charts.bitnami.com/bitnami
8686
helm repo add vespa https://unoplat.github.io/vespa-helm-charts
87-
helm dependency build deployment/helm
87+
helm dependency build deployment/helm/charts/danswer
8888
8989
- name: Run chart-releaser
9090
uses: helm/[email protected]
9191
with:
92-
charts_dir: deployment
92+
charts_dir: deployment/helm/charts
9393
pages_branch: helm-publish
9494
mark_as_latest: ${{ github.ref_name == 'main' }}
9595
env:

0 commit comments

Comments
 (0)