We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0865403 commit fb50438Copy full SHA for fb50438
README.md
@@ -1,3 +1,26 @@
1
# Monica Helm Charts
2
3
-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)
4
+
5
+### Add Helm repository
6
7
+To install the repo just run:
8
9
+```bash
10
+helm repo add monica https://monicahq.github.io/helm/
11
+helm repo update
12
+```
13
14
+### Helm Charts
15
16
+* [monica](https://monicahq.github.io/helm/)
17
18
+ ```sh
19
+ helm install my-release monica/monica
20
+ ```
21
22
23
+ helm upgrade --install monica monica/monica --create-namespace --namespace monica
24
25
26
+For more information, please checkout the chart level [README.md](./charts/monica/README.md).
0 commit comments