File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
name : mo-ob-opensource
3
3
description : mo-ob-opensource's Helm chart for Kubernetes
4
4
type : application
5
- version : 1.0.6
5
+ version : 1.0.7
6
6
appVersion : 0.9.0
7
7
dependencies :
8
8
- condition : kube-prometheus-stack.enabled
@@ -12,7 +12,7 @@ dependencies:
12
12
- condition : loki.enabled
13
13
name : loki
14
14
repository : https://grafana.github.io/helm-charts
15
- version : 6.4.1
15
+ version : 6.19.0
16
16
- condition : promtail.enabled
17
17
name : promtail
18
18
repository : https://grafana.github.io/helm-charts
Original file line number Diff line number Diff line change @@ -213,7 +213,9 @@ loki:
213
213
214
214
# -- Additional query scheduler config
215
215
# ## use default config, old config not work in loki 3.0.0
216
- # storage_config:
216
+ storage_config :
217
+ # bucket subpath
218
+ object_prefix : " "
217
219
# boltdb_shipper:
218
220
# active_index_directory: /var/loki/data/loki/boltdb-shipper-active
219
221
# cache_location: /var/loki/data/loki/boltdb-shipper-cache
Original file line number Diff line number Diff line change 23
23
prefix : index_
24
24
period : 24h
25
25
storage_config :
26
+ object_prefix : loki-controlplane
26
27
aws :
27
28
s3 :
http://obtest-access:[email protected] /test-bucket
28
29
s3forcepathstyle : true
You can’t perform that action at this time.
0 commit comments