Skip to content

Commit

Permalink
fix: add helm dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jerry-jibu committed Dec 1, 2022
1 parent 0952c99 commit 4f3d086
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 @@ -19,6 +19,11 @@ jobs:
git config user.name "ys1000"
git config user.email "[email protected]"
- name: Add Helm Chart dependencies
run: |
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add clusterpedia https://clusterpedia-io.github.io/clusterpedia-helm
- name: Run chart-releaser
uses: helm/[email protected]
env:
Expand Down

0 comments on commit 4f3d086

Please sign in to comment.