From 97a1c67aa9e0b30b09e2835d627ce96a4fcc2c00 Mon Sep 17 00:00:00 2001 From: George Taylor Date: Fri, 10 May 2024 11:28:41 +0100 Subject: [PATCH] helm-dependencies --- .github/workflows/helm-release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/helm-release.yml b/.github/workflows/helm-release.yml index d0fb6ab..70c0a52 100644 --- a/.github/workflows/helm-release.yml +++ b/.github/workflows/helm-release.yml @@ -26,6 +26,10 @@ jobs: env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" + - name: Add helm dependencies + run: | + helm repo add alfresco-common https://alfresco.github.io/alfresco-helm-charts/ + - name: Run chart-releaser uses: helm/chart-releaser-action@v1.6.0 with: