mirror of
https://github.com/plcnk/charts.git
synced 2026-04-12 20:50:36 +00:00
fix(actions): Add Bitnami Helm dependency
This commit is contained in:
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
@ -44,7 +44,9 @@ jobs:
|
|||||||
git config user.email "${{ env.AUTHOR_EMAIL }}"
|
git config user.email "${{ env.AUTHOR_EMAIL }}"
|
||||||
|
|
||||||
- name: Add Helm repos
|
- name: Add Helm repos
|
||||||
run: helm repo add bjw-s https://bjw-s.github.io/helm-charts
|
run: |
|
||||||
|
helm repo add bjw-s https://bjw-s.github.io/helm-charts
|
||||||
|
helm repo add bitnami https://charts.bitnami.com/bitnami
|
||||||
|
|
||||||
- name: Install chart-releaser
|
- name: Install chart-releaser
|
||||||
uses: helm/chart-releaser-action@v1.5.0
|
uses: helm/chart-releaser-action@v1.5.0
|
||||||
|
|||||||
Reference in New Issue
Block a user