Skip to content

Commit 7c38ebb

Browse files
committed
chart-releaser: helm repo add bitnami
1 parent 9609caf commit 7c38ebb

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,14 @@ jobs:
2424
with:
2525
version: v3.4.0
2626

27+
- name: Helm Deps
28+
run: |
29+
helm repo add bitnami https://charts.bitnami.com/bitnami
30+
2731
- name: Run chart-releaser
2832
uses: helm/chart-releaser-action@v1.2.1
2933
with:
30-
charts_dir: .
34+
charts_dir: charts
3135
env:
3236
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
3337

0 commit comments

Comments
 (0)