microsoft / fhir-server

A service that implements the FHIR standard
MIT License
1.19k stars 513 forks source link

Push helm chart to registry #1082

Open hansenms opened 4 years ago

hansenms commented 4 years ago

User story As a user, I want to deploy the FHIR server with a helm chart published in a registry.

The helm chart should be pushed to ACR during PR builds and during CI build to allow users to pull directly from registry.

Acceptance criteria

  1. When I do:
helm chart pull healthplatformregistry.azurecr.io/helm/fhir-server:latest

I will pull the helm chart to local registry.

hansenms commented 4 years ago

There is currently a problem with pushing helm charts to ACR (without passing a service principal secret in clear text): https://github.com/helm/helm/issues/6214

See also:

https://gaunacode.com/publishing-helm-3-charts-to-azure-container-registry-using-azure-devops-part-2 (and notice the issue raised)