Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 749 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 749 Bytes

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