From ca0f380ca6f1df7b3699fe89a8b3660b7e013d6f Mon Sep 17 00:00:00 2001 From: Aditya <60684641+0x0elliot@users.noreply.github.com> Date: Thu, 27 Feb 2025 02:45:18 +0530 Subject: [PATCH] ci: syncing up helm release for the new structure --- .github/workflows/helm-release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/helm-release.yml b/.github/workflows/helm-release.yml index 67af8ea7..9590399b 100644 --- a/.github/workflows/helm-release.yml +++ b/.github/workflows/helm-release.yml @@ -10,7 +10,7 @@ on: branches: - nightly paths: - - "charts/**" + - "functions/kubernetes/charts/**" permissions: contents: read @@ -57,6 +57,9 @@ jobs: echo "CHART_VERSION=${CHART_VERSION}" >> $GITHUB_OUTPUT echo "APP_VERSION=${APP_VERSION}" >> $GITHUB_OUTPUT + - name: Change directory + run: cd functions/kubernetes + - name: Update helm dependencies run: helm dependency update ./charts/shuffle