Skip to content

debeando/helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeBeAndo Kubernetes Helm Charts

The code is provided as-is with no warranties.

Usage

Helm must be installed to use the charts. Please refer to Helm's documentation to get started.

Once Helm is set up properly, add the repo as follows:

helm repo add debeando https://debeando.github.io/helm-charts

You can then run helm search repo debeando to see the charts.

Update repo

Update gets the latest information about charts from the respective chart repositories. Information is cached locally, where it is used by commands like 'helm search repo debeando'.

helm repo update debeando

Remove repo

Remove chart repository:

helm repo remove debeando