--- title: Helm Chart Values menuTitle: Helm chart values description: Reference for Helm Chart values. aliases: - ../../../installation/helm/reference/ weight: 500 keywords: [] --- <!-- Autogenerated. Modify ../production/helm/loki/reference.md.gotmpl --> # Helm Chart Values <!-- vale Grafana.Quotes = NO --> <!-- The reference title is required. Use a noun-based title. --> <!-- vale Grafana.Quotes = YES --> 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). <!-- Override default values table from helm-docs. See https://github.com/norwoodj/helm-docs/tree/master#advanced-table-rendering --> {{ define "chart.valuesTableHtml" }} {{ `{{< responsive-table >}}` }} <table> <thead> <th>Key</th> <th>Type</th> <th>Description</th> <th>Default</th> </thead> <tbody> {{- range .Values }} <tr> <td>{{ .Key }}</td> <td>{{ .Type }}</td> <td>{{ if .Description }}{{ .Description }}{{ else }}{{ .AutoDescription }}{{ end }}</td> <td>{{ template "chart.valueDefaultColumnRender" . }}</td> </tr> {{- end }} </tbody> </table> {{ `{{< /responsive-table >}}` }} {{ end }} {{ template "chart.valuesTableHtml" . }}