https://github.com/zimagi/charts
Zimagi Kubernetes Helm Charts
https://github.com/zimagi/charts
helm kubernetes zimagi
Last synced: 2 months ago
JSON representation
Zimagi Kubernetes Helm Charts
- Host: GitHub
- URL: https://github.com/zimagi/charts
- Owner: zimagi
- License: apache-2.0
- Created: 2020-10-28T06:29:56.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-11-19T06:34:37.000Z (7 months ago)
- Last Synced: 2026-02-20T01:59:41.503Z (4 months ago)
- Topics: helm, kubernetes, zimagi
- Language: Shell
- Homepage:
- Size: 4.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Charts for Kubernetes
Zimagi Helm Charts, ready to launch on [Kubernetes](https://kubernetes.io/) using [Helm](https://helm.sh/).
# TL;DR
```bash
$ helm repo add zimagi https://charts.zimagi.com
$ helm search repo zimagi
```
# Prerequisites
- Kubernetes 1.12+
- Helm 3.1.0
# Pre-commit framework
It is a multi-language package manager for pre-commit hooks. You specify a list of hooks you want and pre-commit manages the instaallation and execution of any hook written in any language before every commit. pre-commit is specifically designed to not require root access. If one of your developers doesn’t have node installed but modifies a JavaScript file, pre-commit automatically handles downloading and building node to run eslint without root.
```bash
pip install pre-commit
pre-commit install
pre-commit run --all-files
```