From a5fb45114866213233efcd88f6c17f3c87e636ea Mon Sep 17 00:00:00 2001 From: "enterprise-logs-app[bot]" <157844630+enterprise-logs-app[bot]@users.noreply.github.com> Date: Thu, 26 Jun 2025 07:58:49 +0000 Subject: [PATCH] Update loki chart to 6.31.0 --- docs/sources/setup/install/helm/reference.md | 4 ++-- production/helm/loki/CHANGELOG.md | 4 ++++ production/helm/loki/README.md | 2 +- production/helm/loki/values.yaml | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/sources/setup/install/helm/reference.md b/docs/sources/setup/install/helm/reference.md index e8267d16baa4a..ef2a1f03cc29c 100644 --- a/docs/sources/setup/install/helm/reference.md +++ b/docs/sources/setup/install/helm/reference.md @@ -3083,7 +3083,7 @@ null "pullPolicy": "IfNotPresent", "registry": "docker.io", "repository": "grafana/enterprise-logs", - "tag": "3.5.1" + "tag": "1.9.3" }, "license": { "contents": "NOTAVALIDLICENSE" @@ -3260,7 +3260,7 @@ null string Docker image tag
-"3.5.1"
+"1.9.3"
 
diff --git a/production/helm/loki/CHANGELOG.md b/production/helm/loki/CHANGELOG.md index 1ba6b49c8af34..41d9140b0a7eb 100644 --- a/production/helm/loki/CHANGELOG.md +++ b/production/helm/loki/CHANGELOG.md @@ -13,6 +13,10 @@ Entries should include a reference to the pull request that introduced the chang [//]: # ( : do not remove this line. This locator is used by the CI pipeline to automatically create a changelog entry for each new Loki release. Add other chart versions and respective changelog entries bellow this line.) +## 6.31.0 + +- [CHANGE] Changed version of Grafana Enterprise Logs to 1.9.3 + - [BUGFIX] Ensure ui.enabled=true is set in loki ConfigMap when loki.ui.enabled=true is set in values.yaml to actually enable the UI [#17562](https://github.com/grafana/loki/pull/17562) ## 6.30.1 diff --git a/production/helm/loki/README.md b/production/helm/loki/README.md index 6472bfb5c3c88..0e86b8495858d 100644 --- a/production/helm/loki/README.md +++ b/production/helm/loki/README.md @@ -16,7 +16,7 @@ Helm chart for Grafana Loki and Grafana Enterprise Logs supporting monolithic, s |------------|------|---------| | https://charts.min.io/ | minio(minio) | 5.4.0 | | https://grafana.github.io/helm-charts | grafana-agent-operator(grafana-agent-operator) | 0.5.1 | -| https://grafana.github.io/helm-charts | rollout_operator(rollout-operator) | 0.29.0 | +| https://grafana.github.io/helm-charts | rollout_operator(rollout-operator) | 0.30.0 | Find more information in the Loki Helm Chart [documentation](https://grafana.com/docs/loki/next/installation/helm). diff --git a/production/helm/loki/values.yaml b/production/helm/loki/values.yaml index 14f6df72cc8ca..298e936c7a8e1 100644 --- a/production/helm/loki/values.yaml +++ b/production/helm/loki/values.yaml @@ -602,7 +602,7 @@ enterprise: # -- Docker image repository repository: grafana/enterprise-logs # -- Docker image tag - tag: 3.5.1 + tag: 1.9.3 # -- Overrides the image tag with an image digest digest: null # -- Docker image pull policy