diff --git a/docs/sources/installation/helm/reference.md b/docs/sources/installation/helm/reference.md index d8710129b6..0c64710293 100644 --- a/docs/sources/installation/helm/reference.md +++ b/docs/sources/installation/helm/reference.md @@ -1312,6 +1312,15 @@ null "runAsUser": 10001 } + + + + loki.querier + object + Optional querier configuration +
+{}
+
diff --git a/production/helm/loki/Chart.yaml b/production/helm/loki/Chart.yaml index ba474e79ac..48b1d58113 100644 --- a/production/helm/loki/Chart.yaml +++ b/production/helm/loki/Chart.yaml @@ -4,7 +4,7 @@ name: loki description: Helm chart for Grafana Loki in simple, scalable mode type: application appVersion: 2.6.1 -version: 3.3.3 +version: 3.3.4 home: https://grafana.github.io/helm-charts sources: - https://github.com/grafana/loki diff --git a/production/helm/loki/README.md b/production/helm/loki/README.md index 910dfa49e6..e0cfe25733 100644 --- a/production/helm/loki/README.md +++ b/production/helm/loki/README.md @@ -1,6 +1,6 @@ # loki -![Version: 3.3.3](https://img.shields.io/badge/Version-3.3.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.6.1](https://img.shields.io/badge/AppVersion-2.6.1-informational?style=flat-square) +![Version: 3.3.4](https://img.shields.io/badge/Version-3.3.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.6.1](https://img.shields.io/badge/AppVersion-2.6.1-informational?style=flat-square) Helm chart for Grafana Loki in simple, scalable mode diff --git a/production/helm/loki/values.yaml b/production/helm/loki/values.yaml index 18f95051a6..2dbfb65308 100644 --- a/production/helm/loki/values.yaml +++ b/production/helm/loki/values.yaml @@ -173,6 +173,11 @@ loki: {{- tpl (. | toYaml) $ | nindent 4 }} {{- end }} + {{- with .Values.loki.querier }} + querier: + {{- tpl (. | toYaml) $ | nindent 4 }} + {{- end }} + # Should authentication be enabled auth_enabled: true @@ -259,6 +264,9 @@ loki: # -- Optional analytics configuration analytics: {} + # -- Optional querier configuration + querier: {} + enterprise: # Enable enterprise features, license must be provided enabled: false