Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/monicahq/helm

Helm chart for monica
https://github.com/monicahq/helm

Last synced: 5 days ago
JSON representation

Helm chart for monica

Awesome Lists containing this project

README

        

# Monica Helm Charts

[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/monica)](https://artifacthub.io/packages/search?repo=monica)

[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:

```console
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).

## Contributing

Please see [CONTRIBUTING.md](CONTRIBUTING.md) for details.

## License

Author: [Alexis Saettler](https://github.com/asbiin)

This project is part of [MonicaHQ](https://github.com/monicahq/).

Copyright © 2019–2024.

Licensed under the AGPL-3.0 License. [View license](LICENSE.md).