Skip to content

Commit c8c7a95

Browse files
authored
Merge pull request #11601 from chrischdi/pr-bump-obs-helm-2024-12
🌱 observability: bump helm charts to newer versions
2 parents 963fbff + 0f8b67e commit c8c7a95

File tree

9 files changed

+50
-8
lines changed

9 files changed

+50
-8
lines changed

hack/observability/grafana/chart/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ helmCharts:
44
releaseName: grafana
55
namespace: observability
66
valuesFile: values.yaml
7-
version: 6.56.5
7+
version: 8.8.2
88

99
helmGlobals:
1010
# Store chart in ".charts" folder instead of "charts".

hack/observability/kube-state-metrics/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ helmCharts:
1515
namespace: observability
1616
releaseName: kube-state-metrics
1717
valuesFile: values.yaml
18-
version: 5.12.1
18+
version: 5.27.0
1919

2020
helmGlobals:
2121
# Store chart in ".charts" folder instead of "charts".

hack/observability/loki/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ helmCharts:
77
releaseName: loki
88
namespace: observability
99
valuesFile: values.yaml
10-
version: 5.5.4
10+
version: 6.24.0
1111

1212
helmGlobals:
1313
# Store chart in ".charts" folder instead of "charts".

hack/observability/loki/values.yaml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,55 @@ loki:
1616
limits_config:
1717
ingestion_rate_mb: 1024
1818
ingestion_burst_size_mb: 1024
19+
useTestSchema: true
20+
21+
deploymentMode: SingleBinary
1922

2023
singleBinary:
2124
replicas: 1
2225

2326
gateway:
2427
enabled: false
2528

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+
2668
# We are disabling basically everything because we just want
2769
# Loki and no additional monitoring.
2870
monitoring:

hack/observability/metrics-server/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ helmCharts:
77
releaseName: metrics-server
88
namespace: observability
99
valuesFile: values.yaml
10-
version: 3.10.0
10+
version: 3.12.2
1111

1212
helmGlobals:
1313
# Store chart in ".charts" folder instead of "charts".

hack/observability/parca/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ helmCharts:
99
# Setting namespace via this field currently does not work with this Helm chart.
1010
namespace: default
1111
valuesFile: values.yaml
12-
version: 4.10.0
12+
version: 4.19.0
1313

1414
helmGlobals:
1515
# Store chart in ".charts" folder instead of "charts".

hack/observability/prometheus/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ helmCharts:
77
releaseName: prometheus
88
namespace: observability
99
valuesFile: values.yaml
10-
version: 24.1.0
10+
version: 26.0.1
1111

1212
helmGlobals:
1313
# Store chart in ".charts" folder instead of "charts".

hack/observability/promtail/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ helmCharts:
77
releaseName: promtail
88
namespace: observability
99
valuesFile: values.yaml
10-
version: 6.11.2
10+
version: 6.16.6
1111

1212
helmGlobals:
1313
# Store chart in ".charts" folder instead of "charts".

hack/observability/tempo/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ helmCharts:
77
releaseName: tempo
88
namespace: observability
99
valuesFile: values.yaml
10-
version: 1.3.1
10+
version: 1.16.0
1111

1212
helmGlobals:
1313
# Store chart in ".charts" folder instead of "charts".

0 commit comments

Comments
 (0)