File tree Expand file tree Collapse file tree 5 files changed +13
-8
lines changed
docs/sources/setup/install/helm Expand file tree Collapse file tree 5 files changed +13
-8
lines changed Original file line number Diff line number Diff line change @@ -3964,7 +3964,7 @@ null
39643964 "pullPolicy": "IfNotPresent",
39653965 "registry": "docker.io",
39663966 "repository": "grafana/enterprise-logs",
3967- "tag": "3.6.1 "
3967+ "tag": "3.6.3 "
39683968 },
39693969 "license": {
39703970 "contents": "NOTAVALIDLICENSE"
@@ -4111,7 +4111,7 @@ null
41114111 <td>string</td>
41124112 <td>Docker image tag</td>
41134113 <td><pre lang="json">
4114- "3.6.1 "
4114+ "3.6.3 "
41154115</pre >
41164116</td >
41174117 </tr>
@@ -7104,7 +7104,7 @@ null
71047104 <td>string</td>
71057105 <td>Overrides the image tag whose default is the chart's appVersion</td>
71067106 <td><pre lang="json">
7107- "3.6.2 "
7107+ "3.6.3 "
71087108</pre >
71097109</td >
71107110 </tr>
Original file line number Diff line number Diff line change @@ -15,6 +15,11 @@ Entries should include a reference to the pull request that introduced the chang
1515
1616- [ BUGFIX] Fix incorrect syntax in loki-egress-dns CiliumNetworkPolicy manifest [ #20221 ] ( https://github.com/grafana/loki/pull/20221 )
1717
18+ ## 6.49.0
19+
20+ - [ CHANGE] Updated version of Grafana Loki to 3.6.3
21+ - [ CHANGE] Updated version of Rollout Operator to 0.38.2
22+
1823## 6.48.0
1924
2025- [ CHANGE] Changed version of Grafana Loki to 3.6.2
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
22name : loki
33description : Helm chart for Grafana Loki and Grafana Enterprise Logs supporting monolithic, simple scalable, and microservices modes.
44type : application
5- appVersion : 3.6.2
6- version : 6.48 .0
5+ appVersion : 3.6.3
6+ version : 6.49 .0
77home : https://grafana.github.io/helm-charts
88sources :
99 - https://github.com/grafana/loki
Original file line number Diff line number Diff line change 11# loki
22
3- ![ Version: 6.48 .0] ( https://img.shields.io/badge/Version-6.48 .0-informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 3.6.2 ] ( https://img.shields.io/badge/AppVersion-3.6.2 -informational?style=flat-square )
3+ ![ Version: 6.49 .0] ( https://img.shields.io/badge/Version-6.49 .0-informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 3.6.3 ] ( https://img.shields.io/badge/AppVersion-3.6.3 -informational?style=flat-square )
44
55Helm chart for Grafana Loki and Grafana Enterprise Logs supporting monolithic, simple scalable, and microservices modes.
66
Original file line number Diff line number Diff line change 8686 # -- Docker image repository
8787 repository : grafana/loki
8888 # -- Overrides the image tag whose default is the chart's appVersion
89- tag : 3.6.2
89+ tag : 3.6.3
9090 # -- Overrides the image tag with an image digest
9191 digest : null
9292 # -- Docker image pull policy
@@ -672,7 +672,7 @@ enterprise:
672672 # -- Docker image repository
673673 repository : grafana/enterprise-logs
674674 # -- Docker image tag
675- tag : 3.6.1
675+ tag : 3.6.3
676676 # -- Overrides the image tag with an image digest
677677 digest : null
678678 # -- Docker image pull policy
You can’t perform that action at this time.
0 commit comments