Hi Graham,
We've built and published a Helm chart for FHIRsmith as part of the FHIRLab platform operated by AEHRC / CSIRO. We thought it might be useful to you or other users who want to deploy FHIRsmith on Kubernetes.
Chart repository: https://gitlab.com/australian-e-health-research-centre/fhirsmith/fhirsmith-helm
Helm registry (public, no auth required):
helm repo add fhirsmith https://gitlab.com/api/v4/projects/82213830/packages/helm/stable
helm repo update
helm install fhirsmith fhirsmith/fhirsmith --namespace fhirsmith --create-namespace
Current version: 0.1.1 (tracks FHIRsmith 0.9.4)
The chart:
- Supports all modules (
registry, xig, tx, packages, shl, vcl, publisher, npmprojector, folder, token)
- Validates configuration with a JSON schema (catches the missing-module stub crash early)
- Includes a smoke-test suite (
helm test)
- Has full documentation generated via helm-docs
- Versioned via jgitver from git tags
We're happy to transfer ownership, fork it under your GitHub organisation, or simply keep maintaining it as a community resource with a link from this repo. Whatever works best for you — we just wanted to make you aware it exists.
Let us know if you'd like any changes, have feedback on the module configuration defaults, or want to take the wheel!
Best,
AEHRC Digital Health team
Hi Graham,
We've built and published a Helm chart for FHIRsmith as part of the FHIRLab platform operated by AEHRC / CSIRO. We thought it might be useful to you or other users who want to deploy FHIRsmith on Kubernetes.
Chart repository: https://gitlab.com/australian-e-health-research-centre/fhirsmith/fhirsmith-helm
Helm registry (public, no auth required):
Current version: 0.1.1 (tracks FHIRsmith 0.9.4)
The chart:
registry,xig,tx,packages,shl,vcl,publisher,npmprojector,folder,token)helm test)We're happy to transfer ownership, fork it under your GitHub organisation, or simply keep maintaining it as a community resource with a link from this repo. Whatever works best for you — we just wanted to make you aware it exists.
Let us know if you'd like any changes, have feedback on the module configuration defaults, or want to take the wheel!
Best,
AEHRC Digital Health team