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

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

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
```