https://github.com/mzinga-io/helm-charts
Repository containing MZinga related Helm charts.
https://github.com/mzinga-io/helm-charts
cms devops docker enterprise-software helm-charts jwt kubernetes microservices mongodb nodej observability open-source payload-cms rabbitmq rbac redis saas webhooks workflow-automation
Last synced: 23 days ago
JSON representation
Repository containing MZinga related Helm charts.
- Host: GitHub
- URL: https://github.com/mzinga-io/helm-charts
- Owner: mzinga-io
- License: mit
- Created: 2025-08-01T15:15:51.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2026-03-09T21:45:57.000Z (23 days ago)
- Last Synced: 2026-03-10T03:50:11.312Z (23 days ago)
- Topics: cms, devops, docker, enterprise-software, helm-charts, jwt, kubernetes, microservices, mongodb, nodej, observability, open-source, payload-cms, rabbitmq, rbac, redis, saas, webhooks, workflow-automation
- Language: Shell
- Homepage:
- Size: 157 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Maintainers: MAINTAINERS.md
Awesome Lists containing this project
README
# MZinga Helm Charts
[](https://opensource.org/license/mit)
Repository containing MZinga related helm charts.
## Setup
You must install [make](https://www.gnu.org/software/make/) to install and setup git hooks on this repo.
After installing it run:
```console
make setup
```
## Usage
[Helm](https://helm.sh) must be installed to use the charts.
Please refer to Helm's [documentation](https://helm.sh/docs/) to get started.
Once Helm is set up properly, add the repo as follows:
```console
helm repo add mzingaio https://mzinga-io.github.io/helm-charts
```
If you had already added this repo earlier, run `helm repo update` to retrieve
the latest versions of the packages. You can then run `helm search repo
mzingaio` to see the charts.
To install the mzinga chart:
```console
helm install mzinga mzingaio/mzinga
```
To uninstall the chart:
```console
helm uninstall mzinga
```
Chart documentation is available in [mzinga directory](https://github.com/mzinga-io/helm-charts/blob/main/charts/mzinga/README.md).
## Contributing
We'd love to have you contribute! Please refer to our [contribution guidelines](https://github.com/mzinga-io/helm-charts/blob/main/CONTRIBUTING.md) for details.
## License
[MIT License](https://github.com/mzinga-io/helm-charts/blob/main/LICENSE).