The code is provided as-is with no warranties.
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 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 chart repository:
helm repo remove debeando