Helm charts for the UHN Cardiac Drive team.
| Chart | Description |
|---|---|
charts/other/cardiac-uhn |
App-template based chart for Cardiac UHN applications |
This repository is published through GitHub Pages:
helm repo add uhn https://uhn.github.io/helm-chart
helm repo update
helm search repo uhnInstall the cardiac-uhn chart:
helm install cardiac-uhn uhn/cardiac-uhn \
--namespace cardiac-dev \
--create-namespaceChart releases are produced by .github/workflows/release.yml. The workflow packages charts/other/cardiac-uhn, updates the gh-pages branch, and deploys the generated Helm repository with GitHub Pages.