Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/konateq/ehrbase-helm-chart
This repository contains a Helm chart to deploy EHRbase on Kubernetes.
https://github.com/konateq/ehrbase-helm-chart
cdr ehr ehrbase health helm k8s openehr
Last synced: 4 days ago
JSON representation
This repository contains a Helm chart to deploy EHRbase on Kubernetes.
- Host: GitHub
- URL: https://github.com/konateq/ehrbase-helm-chart
- Owner: konateq
- License: apache-2.0
- Created: 2024-09-05T21:19:18.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-12-08T19:37:34.000Z (14 days ago)
- Last Synced: 2024-12-08T20:28:46.472Z (14 days ago)
- Topics: cdr, ehr, ehrbase, health, helm, k8s, openehr
- Language: Smarty
- Homepage:
- Size: 40 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# EHRbase Helm Chart
[![Lint and Test](https://github.com/konateq/ehrbase-helm-chart/actions/workflows/lint-and-test.yml/badge.svg)](https://github.com/konateq/ehrbase-helm-chart/actions/workflows/lint-and-test.yml)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=konateq_ehrbase-helm-chart&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=konateq_ehrbase-helm-chart)
![GitHub Release](https://img.shields.io/github/v/release/konateq/ehrbase-helm-chart)
![GitHub License](https://img.shields.io/github/license/konateq/ehrbase-helm-chart)This repository contains a Helm chart to deploy [EHRbase](https://github.com/ehrbase/ehrbase) on any Kubernetes cluster.
> [!IMPORTANT]
> This project is an open-source initiative and does not constitute an official product supported by EHRbase team or
> vitasystems GmbH.## Prerequisites
- Kubernetes 1.26+
- Helm 3.14.0+## Usage
To deploy EHRbase using the default configuration, run the following command:
```bash
helm install ehrbase oci://ghcr.io/konateq/charts/ehrbase --namespace ehrbase --create-namespace
```For additional information on how to use and customize this chart, please refer to
this [README.md](./charts/ehrbase/README.md) and the [Wiki](https://github.com/konateq/ehrbase-helm-chart/wiki) pages.## Contributing
We would love to have you contribute to this project. Please open an issue or a pull request with your ideas.