--- title: Helm Chart Values menuTitle: Helm chart values description: Reference for Helm Chart values. aliases: - ../../../installation/helm/reference/ weight: 500 keywords: [] --- # Helm Chart Values This is the generated reference for the Loki Helm Chart values. > **Note:** This reference is for the Loki Helm chart version 3.0 or greater. > If you are using the `grafana/loki-stack` Helm chart from the community repo, > please refer to the `values.yaml` of the respective Github repository > [grafana/helm-charts](https://github.com/grafana/helm-charts/tree/main/charts/loki-stack). {{ define "chart.valuesTableHtml" }} {{ `{{< responsive-table >}}` }} {{- range .Values }} {{- end }}
Key Type Description Default
{{ .Key }} {{ .Type }} {{ if .Description }}{{ .Description }}{{ else }}{{ .AutoDescription }}{{ end }} {{ template "chart.valueDefaultColumnRender" . }}
{{ `{{< /responsive-table >}}` }} {{ end }} {{ template "chart.valuesTableHtml" . }}