We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5fdc298 + 690c472 commit 865aac3Copy full SHA for 865aac3
platform/loki/Makefile
@@ -1,7 +1,7 @@
1
.DEFAULT_GOAL := help
2
3
# Default Loki version
4
-DEFAULT_VERSION := 6.29.0
+DEFAULT_VERSION := 6.30.0
5
LOKI_VERSION ?= $(DEFAULT_VERSION)
6
LOKI_OUTPUT_YAML := vendor/loki.yaml
7
VALUES_FILE := $(CURDIR)/values.yaml
platform/loki/values.yaml
@@ -24,6 +24,7 @@ loki:
24
max_concurrent: 4
25
ingester:
26
chunk_encoding: snappy
27
+ max_chunk_age: 2h
28
29
compactor:
30
working_directory: /var/loki/retention
0 commit comments