fix(actions): Add Bitnami Helm dependency

This commit is contained in:
plcnk
2024-08-18 23:07:46 +02:00
parent b73656f095
commit 8d486da4a8

View File

@ -44,7 +44,9 @@ jobs:
git config user.email "${{ env.AUTHOR_EMAIL }}"
- 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
uses: helm/chart-releaser-action@v1.5.0