From c792da7be984df4df6508a62c16165d0d75b8d65 Mon Sep 17 00:00:00 2001 From: sd109 Date: Wed, 11 Sep 2024 21:04:18 +0100 Subject: [PATCH] Update charts dir in workflow --- .github/workflows/helm-build-push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/helm-build-push.yml b/.github/workflows/helm-build-push.yml index b01ede4e920..149ef1c2d32 100644 --- a/.github/workflows/helm-build-push.yml +++ b/.github/workflows/helm-build-push.yml @@ -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/chart-releaser-action@v1.6.0 with: - charts_dir: deployment + charts_dir: deployment/helm/charts pages_branch: helm-publish mark_as_latest: ${{ github.ref_name == 'main' }} env: