From 9658745eb87343c87e675b82d81b3674ff9fc547 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9=20Mata?= Date: Sat, 13 Dec 2025 19:48:07 +0100 Subject: [PATCH] Add Helm dependency build steps MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Juan José Mata --- .github/workflows/helm-release.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/helm-release.yaml b/.github/workflows/helm-release.yaml index 4479d9824..ba24ab5fc 100644 --- a/.github/workflows/helm-release.yaml +++ b/.github/workflows/helm-release.yaml @@ -41,6 +41,16 @@ jobs: sed -i "s/^version:.*/version: ${{ steps.version.outputs.version }}/" charts/sure/Chart.yaml cat charts/sure/Chart.yaml + - name: Add Helm repositories + run: | + helm repo add cloudnative-pg https://cloudnative-pg.github.io/charts + helm repo add ot-helm https://ot-container-kit.github.io/helm-charts + helm repo update + + - name: Build dependencies + run: | + helm dependency build charts/sure + - name: Package chart run: | mkdir -p .cr-release-packages