Skip to content

Commit

Permalink
Update charts dir in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sd109 committed Sep 11, 2024
1 parent 6e94a97 commit c792da7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/helm-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,12 @@ jobs:
run: |
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add vespa https://unoplat.github.io/vespa-helm-charts
helm dependency build deployment/helm
helm dependency build deployment/helm/charts/danswer
- name: Run chart-releaser
uses: helm/[email protected]
with:
charts_dir: deployment
charts_dir: deployment/helm/charts
pages_branch: helm-publish
mark_as_latest: ${{ github.ref_name == 'main' }}
env:
Expand Down

0 comments on commit c792da7

Please sign in to comment.