Skip to content

Commit 8928aee

Browse files
Update loki chart to 6.31.0
1 parent e6dd18c commit 8928aee

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

‎docs/sources/setup/install/helm/reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3083,7 +3083,7 @@ null
30833083
"pullPolicy": "IfNotPresent",
30843084
"registry": "docker.io",
30853085
"repository": "grafana/enterprise-logs",
3086-
"tag": "3.5.1"
3086+
"tag": "3.4.3"
30873087
},
30883088
"license": {
30893089
"contents": "NOTAVALIDLICENSE"
@@ -3260,7 +3260,7 @@ null
32603260
<td>string</td>
32613261
<td>Docker image tag</td>
32623262
<td><pre lang="json">
3263-
"3.5.1"
3263+
"3.4.3"
32643264
</pre>
32653265
</td>
32663266
</tr>

‎production/helm/loki/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ Entries should include a reference to the pull request that introduced the chang
1313

1414
[//]: # (<AUTOMATED_UPDATES_LOCATOR> : 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.)
1515

16+
## 6.31.0
17+
18+
- [CHANGE] Changed version of Grafana Enterprise Logs to 3.4.3
19+
1620
- [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)
1721

1822
## 6.30.1

‎production/helm/loki/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Helm chart for Grafana Loki and Grafana Enterprise Logs supporting monolithic, s
1616
|------------|------|---------|
1717
| https://charts.min.io/ | minio(minio) | 5.4.0 |
1818
| https://grafana.github.io/helm-charts | grafana-agent-operator(grafana-agent-operator) | 0.5.1 |
19-
| https://grafana.github.io/helm-charts | rollout_operator(rollout-operator) | 0.29.0 |
19+
| https://grafana.github.io/helm-charts | rollout_operator(rollout-operator) | 0.30.0 |
2020

2121
Find more information in the Loki Helm Chart [documentation](https://grafana.com/docs/loki/next/installation/helm).
2222

‎production/helm/loki/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ enterprise:
602602
# -- Docker image repository
603603
repository: grafana/enterprise-logs
604604
# -- Docker image tag
605-
tag: 3.5.1
605+
tag: 3.4.3
606606
# -- Overrides the image tag with an image digest
607607
digest: null
608608
# -- Docker image pull policy

0 commit comments

Comments
 (0)