Skip to content

Commit c792da7

Browse files
committed
Update charts dir in workflow
1 parent 6e94a97 commit c792da7

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
@@ -88,12 +88,12 @@ jobs:
8888
run: |
8989
helm repo add bitnami https://charts.bitnami.com/bitnami
9090
helm repo add vespa https://unoplat.github.io/vespa-helm-charts
91-
helm dependency build deployment/helm
91+
helm dependency build deployment/helm/charts/danswer
9292
9393
- name: Run chart-releaser
9494
uses: helm/[email protected]
9595
with:
96-
charts_dir: deployment
96+
charts_dir: deployment/helm/charts
9797
pages_branch: helm-publish
9898
mark_as_latest: ${{ github.ref_name == 'main' }}
9999
env:

0 commit comments

Comments
 (0)