Skip to content

Commit 039acb8

Browse files
authored
Merge pull request #2731 from Sheikh-Abubaker/grafana_template
[loki-distributed] Corrected date format
2 parents bf8bb26 + bf2dcf3 commit 039acb8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/loki-distributed/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: loki-distributed
33
description: Helm chart for Grafana Loki in microservices mode
44
type: application
55
appVersion: 2.9.2
6-
version: 0.76.0
6+
version: 0.76.1
77
home: https://grafana.github.io/helm-charts
88
sources:
99
- https://github.com/grafana/loki

charts/loki-distributed/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# loki-distributed
22

3-
![Version: 0.76.0](https://img.shields.io/badge/Version-0.76.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.9.2](https://img.shields.io/badge/AppVersion-2.9.2-informational?style=flat-square)
3+
![Version: 0.76.1](https://img.shields.io/badge/Version-0.76.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.9.2](https://img.shields.io/badge/AppVersion-2.9.2-informational?style=flat-square)
44

55
Helm chart for Grafana Loki in microservices mode
66

charts/loki-distributed/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ loki:
224224
# -- Check https://grafana.com/docs/loki/latest/configuration/#schema_config for more info on how to configure schemas
225225
schemaConfig:
226226
configs:
227-
- from: 2020-09-07
227+
- from: "2020-09-07"
228228
store: boltdb-shipper
229229
object_store: filesystem
230230
schema: v11

0 commit comments

Comments
 (0)