Skip to content

frittenlab/helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kubernetes Helm Charts

License Release Charts

This functionality is in beta and is subject to change. 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.

If you had already added this repo earlier, run helm repo update to retrieve the latest versions of the packages.

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

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

You can then run

helm search repo frittenlab

to see the charts.

Install

To install the grafana-dashboards chart:

helm install grafana-dashboards frittenlab/grafana-dashboards

To uninstall the chart:

helm delete grafana-dashboards

Apache 2.0 License.