Merge branch 'main' into development

This commit is contained in:
2025-07-28 17:08:08 -04:00
30 changed files with 513 additions and 777 deletions

View File

@ -123,6 +123,12 @@ jobs:
run: |
curl -fsSL https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
- name: Fetch Dependencies
run: |
cd ${CHART_DIR} && \
helm repo add hull https://vidispine.github.io/hull && \
helm dep build
- name: Package Chart
run: |
helm package --app-version ${VERSION} ${CHART_DIR}