Skip to content

Commit

Permalink
fix: add external charts usage (#1)
Browse files Browse the repository at this point in the history
helm releases broke after rollup chart breakup, this adds blockscout and
bitami charts to the workflow.
  • Loading branch information
quasystaty1 committed Aug 27, 2024
1 parent b839f13 commit e20ec6a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
git config user.email "[email protected]"
- 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/[email protected]
env:
Expand Down

0 comments on commit e20ec6a

Please sign in to comment.