Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/monicahq/helm
- Owner: monicahq
- License: agpl-3.0
- Created: 2022-12-21T21:04:14.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-27T13:01:48.000Z (16 days ago)
- Last Synced: 2024-10-29T18:47:42.557Z (14 days ago)
- Language: Mustache
- Size: 101 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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).