explicity add repo

This commit is contained in:
Jörn Guy Süß 2025-07-16 14:01:42 +10:00
parent 3e4982425d
commit c4f5f2c1fd

View File

@ -28,6 +28,11 @@ jobs:
- name: Update dependencies
run: find charts/ ! -path charts/ -maxdepth 1 -type d -exec helm dependency update {} \;
- name: Add Helm Repositories
run: |
helm repo add hapifhir https://hapifhir.github.io/hapi-fhir-jpaserver-starter/
helm repo update
- name: Run chart-releaser
uses: helm/chart-releaser-action@be16258da8010256c6e82849661221415f031968 # v1.5.0
with: