From fb50438c5dbd8e35421bbd7ec72e826bf2000aa8 Mon Sep 17 00:00:00 2001 From: Alexis Saettler Date: Fri, 18 Oct 2024 13:38:23 +0200 Subject: [PATCH] docs: Update README.md (#9) --- README.md | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d6aaf5c..3beecc4 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,26 @@ # Monica Helm Charts -This helm charts is in development, don't use it yet... +[Helm](https://helm.sh) repo for different charts related to Monica which can be installed on [Kubernetes](https://kubernetes.io) + +### Add Helm repository + +To install the repo just run: + +```bash +helm repo add monica https://monicahq.github.io/helm/ +helm repo update +``` + +### Helm Charts + +* [monica](https://monicahq.github.io/helm/) + + ```sh + helm install my-release monica/monica + ``` + + ```sh + helm upgrade --install monica monica/monica --create-namespace --namespace monica + ``` + +For more information, please checkout the chart level [README.md](./charts/monica/README.md).