Skip to content

Commit 865aac3

Browse files
authored
Merge pull request #148 from metacpan/ssoriche/loki
chore(loki): upgrade to latest version
2 parents 5fdc298 + 690c472 commit 865aac3

File tree

3 files changed

+68
-66
lines changed

3 files changed

+68
-66
lines changed

platform/loki/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.DEFAULT_GOAL := help
22

33
# Default Loki version
4-
DEFAULT_VERSION := 6.29.0
4+
DEFAULT_VERSION := 6.30.0
55
LOKI_VERSION ?= $(DEFAULT_VERSION)
66
LOKI_OUTPUT_YAML := vendor/loki.yaml
77
VALUES_FILE := $(CURDIR)/values.yaml

platform/loki/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ loki:
2424
max_concurrent: 4
2525
ingester:
2626
chunk_encoding: snappy
27+
max_chunk_age: 2h
2728

2829
compactor:
2930
working_directory: /var/loki/retention

0 commit comments

Comments
 (0)