From 178eb3c3086c2e4eeced019a6d51ac04eafcff2e Mon Sep 17 00:00:00 2001 From: Ryan McGuire Date: Sun, 20 Jul 2025 12:09:56 -0400 Subject: [PATCH] update workflow --- .gitea/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index db708c8..12b1a81 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -119,6 +119,12 @@ jobs: run: | curl -fsSL https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash + - name: Fetch Dependencies + run: | + cd helm && \ + helm repo add hull https://vidispine.github.io/hull && \ + helm dep build + - name: Package Chart run: | helm package --app-version ${VERSION} ${CHART_DIR}