Skip to content

# grafana

grafana logo

Version: 0.1.3 Type: application AppVersion: 8.0.0

The leading tool for querying and visualizing time series and metrics.

This chart is not maintained by the upstream project and any issues with the chart should be raised here

Requirements

Dependencies

Repository Name Version
https://grafana.github.io/helm-charts grafana 8.0.0

Installing the Chart

To install the chart with the release name grafana

helm install grafana oci://ghcr.io/3dwardch3ng/helm-charts/grafana

Traditional

helm repo add 3dwardch3ng https://helm-charts.edward.sydney/
helm repo update
helm install grafana 3dwardch3ng/grafana

Uninstalling the Chart

To uninstall the grafana deployment

helm uninstall grafana

The command removes all the Kubernetes components associated with the chart including persistent volumes and deletes the release.

Configuration

Read through the values.yaml file. It has several commented out suggested values. Other values may be used from the values.yaml from the bjw-s common library.

Specify each parameter using the --set key=value[,key=value] argument to helm install.

helm install grafana \
  --set env.TZ="America/New York" \
    3dwardch3ng/grafana

Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.

helm install grafana 3dwardch3ng/grafana -f values.yaml

Custom configuration

N/A

Values

Important: When deploying an application Helm chart you can add more values from the bjw-s common library chart here

Key Type Default Description
environment.name string "default"

Autogenerated from chart metadata using helm-docs