Skip to content

zimagi/charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Charts for Kubernetes

Organisation Zimagi made Charts, ready to launch on Kubernetes using Helm.

TL;DR

$ 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.

pip install pre-commit
pre-commit install
pre-commit run --all-files