Skip to content

Helm charts for deploying Averbis applications in Kubernetes

Notifications You must be signed in to change notification settings

cgaege/helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Averbis Helm Charts

Helm charts to deploy Averbis applications in your Kubernetes cluster.

Prerequisites

Installing Helm

Helm is a package manager for Kubernetes. Helm Charts are packages of pre-configured Kubernetes resources.

To install Helm, refer to the Helm install guide.

$ helm repo add averbis https://cgaege.github.io/helm-charts
$ helm search repo averbis
$ helm install my-release averbis/<chart>