From e20ec6a5f46bc7a9f3189857b08bd362738fdc19 Mon Sep 17 00:00:00 2001 From: quasystaty Date: Tue, 27 Aug 2024 15:20:48 -0400 Subject: [PATCH] fix: add external charts usage (#1) helm releases broke after rollup chart breakup, this adds blockscout and bitami charts to the workflow. --- .github/workflows/release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index abe2cec..524b510 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,6 +21,11 @@ jobs: git config user.email "$GITHUB_ACTOR@users.noreply.github.com" - name: Install Helm uses: azure/setup-helm@v4 + - name: Setup helm repos + run: | + helm repo add bitnami https://charts.bitnami.com/bitnami + helm repo add blockscout https://blockscout.github.io/helm-charts + helm repo update - name: Run chart-releaser uses: helm/chart-releaser-action@v1.6.0 env: