Skip to content

Commit fb50438

Browse files
authored
docs: Update README.md (#9)
1 parent 0865403 commit fb50438

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

README.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
11
# Monica Helm Charts
22

3-
This helm charts is in development, don't use it yet...
3+
[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+
```sh
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

Comments
 (0)