File tree Expand file tree Collapse file tree 9 files changed +50
-8
lines changed Expand file tree Collapse file tree 9 files changed +50
-8
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ helmCharts:
4
4
releaseName : grafana
5
5
namespace : observability
6
6
valuesFile : values.yaml
7
- version : 6.56.5
7
+ version : 8.8.2
8
8
9
9
helmGlobals :
10
10
# Store chart in ".charts" folder instead of "charts".
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ helmCharts:
15
15
namespace : observability
16
16
releaseName : kube-state-metrics
17
17
valuesFile : values.yaml
18
- version : 5.12.1
18
+ version : 5.27.0
19
19
20
20
helmGlobals :
21
21
# Store chart in ".charts" folder instead of "charts".
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ helmCharts:
7
7
releaseName : loki
8
8
namespace : observability
9
9
valuesFile : values.yaml
10
- version : 5.5.4
10
+ version : 6.24.0
11
11
12
12
helmGlobals :
13
13
# Store chart in ".charts" folder instead of "charts".
Original file line number Diff line number Diff line change @@ -16,13 +16,55 @@ loki:
16
16
limits_config :
17
17
ingestion_rate_mb : 1024
18
18
ingestion_burst_size_mb : 1024
19
+ useTestSchema : true
20
+
21
+ deploymentMode : SingleBinary
19
22
20
23
singleBinary :
21
24
replicas : 1
22
25
23
26
gateway :
24
27
enabled : false
25
28
29
+ lokiCanary :
30
+ enabled : false
31
+
32
+ chunksCache :
33
+ enabled : false
34
+
35
+ resultsCache :
36
+ enabled : false
37
+
38
+ minio :
39
+ enabled : false
40
+
41
+ # Zero out replica counts of other deployment modes
42
+ backend :
43
+ replicas : 0
44
+ read :
45
+ replicas : 0
46
+ write :
47
+ replicas : 0
48
+
49
+ ingester :
50
+ replicas : 0
51
+ querier :
52
+ replicas : 0
53
+ queryFrontend :
54
+ replicas : 0
55
+ queryScheduler :
56
+ replicas : 0
57
+ distributor :
58
+ replicas : 0
59
+ compactor :
60
+ replicas : 0
61
+ indexGateway :
62
+ replicas : 0
63
+ bloomCompactor :
64
+ replicas : 0
65
+ bloomGateway :
66
+ replicas : 0
67
+
26
68
# We are disabling basically everything because we just want
27
69
# Loki and no additional monitoring.
28
70
monitoring :
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ helmCharts:
7
7
releaseName : metrics-server
8
8
namespace : observability
9
9
valuesFile : values.yaml
10
- version : 3.10.0
10
+ version : 3.12.2
11
11
12
12
helmGlobals :
13
13
# Store chart in ".charts" folder instead of "charts".
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ helmCharts:
9
9
# Setting namespace via this field currently does not work with this Helm chart.
10
10
namespace : default
11
11
valuesFile : values.yaml
12
- version : 4.10 .0
12
+ version : 4.19 .0
13
13
14
14
helmGlobals :
15
15
# Store chart in ".charts" folder instead of "charts".
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ helmCharts:
7
7
releaseName : prometheus
8
8
namespace : observability
9
9
valuesFile : values.yaml
10
- version : 24.1.0
10
+ version : 26.0.1
11
11
12
12
helmGlobals :
13
13
# Store chart in ".charts" folder instead of "charts".
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ helmCharts:
7
7
releaseName : promtail
8
8
namespace : observability
9
9
valuesFile : values.yaml
10
- version : 6.11.2
10
+ version : 6.16.6
11
11
12
12
helmGlobals :
13
13
# Store chart in ".charts" folder instead of "charts".
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ helmCharts:
7
7
releaseName : tempo
8
8
namespace : observability
9
9
valuesFile : values.yaml
10
- version : 1.3.1
10
+ version : 1.16.0
11
11
12
12
helmGlobals :
13
13
# Store chart in ".charts" folder instead of "charts".
You can’t perform that action at this time.
0 commit comments