fix: add Bitnami repo to helm before releasing charts (#51)

This commit is contained in:
James 2024-01-29 15:44:41 +01:00 committed by GitHub
parent 80ba067911
commit b0aacfda3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,9 @@ jobs:
with: with:
version: v3.14.0 version: v3.14.0
- name: Add Bitnami Helm Repo
run: helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Run chart-releaser - name: Run chart-releaser
uses: helm/chart-releaser-action@v1.6.0 uses: helm/chart-releaser-action@v1.6.0
env: env: