Skip to content

Commit f8843a9

Browse files
Update loki chart to 6.44.0
1 parent 4d504f0 commit f8843a9

File tree

5 files changed

+11
-8
lines changed

5 files changed

+11
-8
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3893,7 +3893,7 @@ null
38933893
"pullPolicy": "IfNotPresent",
38943894
"registry": "docker.io",
38953895
"repository": "grafana/enterprise-logs",
3896-
"tag": "3.5.4"
3896+
"tag": "3.6.0"
38973897
},
38983898
"license": {
38993899
"contents": "NOTAVALIDLICENSE"
@@ -4040,7 +4040,7 @@ null
40404040
<td>string</td>
40414041
<td>Docker image tag</td>
40424042
<td><pre lang="json">
4043-
"3.5.4"
4043+
"3.6.0"
40444044
</pre>
40454045
</td>
40464046
</tr>
@@ -6984,7 +6984,7 @@ null
69846984
<td>string</td>
69856985
<td>Overrides the image tag whose default is the chart's appVersion</td>
69866986
<td><pre lang="json">
6987-
"3.5.7"
6987+
"3.6.0"
69886988
</pre>
69896989
</td>
69906990
</tr>

production/helm/loki/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ Entries should include a reference to the pull request that introduced the chang
4646
- [CHANGE] Changed version of Grafana Loki to 3.5.7.
4747
- [FEATURE] Allow auto-resizing the volume by recreating the StatefulSet. [#19217](https://github.com/grafana/loki/pull/19217).
4848
- [BUGFIX] Add single-binary component to the podSelector. [#19229](https://github.com/grafana/loki/pull/19229).
49+
## 6.44.0
50+
51+
- [CHANGE] Changed version of Grafana Loki to 3.6.0
4952

5053
## 6.43.0
5154

production/helm/loki/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: loki
33
description: Helm chart for Grafana Loki and Grafana Enterprise Logs supporting monolithic, simple scalable, and microservices modes.
44
type: application
5-
appVersion: 3.5.7
6-
version: 6.46.0
5+
appVersion: 3.6.0
6+
version: 6.44.0
77
home: https://grafana.github.io/helm-charts
88
sources:
99
- https://github.com/grafana/loki

production/helm/loki/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# loki
22

3-
![Version: 6.46.0](https://img.shields.io/badge/Version-6.46.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.5.7](https://img.shields.io/badge/AppVersion-3.5.7-informational?style=flat-square)
3+
![Version: 6.44.0](https://img.shields.io/badge/Version-6.44.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.6.0](https://img.shields.io/badge/AppVersion-3.6.0-informational?style=flat-square)
44

55
Helm chart for Grafana Loki and Grafana Enterprise Logs supporting monolithic, simple scalable, and microservices modes.
66

production/helm/loki/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ loki:
8686
# -- Docker image repository
8787
repository: grafana/loki
8888
# -- Overrides the image tag whose default is the chart's appVersion
89-
tag: 3.5.7
89+
tag: 3.6.0
9090
# -- Overrides the image tag with an image digest
9191
digest: null
9292
# -- Docker image pull policy
@@ -668,7 +668,7 @@ enterprise:
668668
# -- Docker image repository
669669
repository: grafana/enterprise-logs
670670
# -- Docker image tag
671-
tag: 3.5.4
671+
tag: 3.6.0
672672
# -- Overrides the image tag with an image digest
673673
digest: null
674674
# -- Docker image pull policy

0 commit comments

Comments
 (0)