From 906b284c07a95151781b94b27675deec184a8dd9 Mon Sep 17 00:00:00 2001 From: Sam Weston <11150054+cablespaghetti@users.noreply.github.com> Date: Thu, 4 Sep 2025 10:46:40 +0100 Subject: [PATCH] [tempo-distributed] Remove mem-ballast-size-mbs flags Signed-off-by: Sam Weston <11150054+cablespaghetti@users.noreply.github.com> --- charts/tempo-distributed/Chart.yaml | 2 +- charts/tempo-distributed/README.md | 2 +- .../templates/compactor/deployment-compactor.yaml | 1 - .../templates/distributor/deployment-distributor.yaml | 1 - .../deployment-federation-frontend.yaml | 1 - .../templates/ingester/statefulset-ingester.yaml | 1 - .../metrics-generator/deployment-metrics-generator.yaml | 1 - .../metrics-generator/statefulset-metrics-generator.yaml | 1 - .../tempo-distributed/templates/querier/deployment-querier.yaml | 1 - .../templates/query-frontend/deployment-query-frontend.yaml | 1 - 10 files changed, 2 insertions(+), 10 deletions(-) diff --git a/charts/tempo-distributed/Chart.yaml b/charts/tempo-distributed/Chart.yaml index d54a6decc9..12bc48fe28 100644 --- a/charts/tempo-distributed/Chart.yaml +++ b/charts/tempo-distributed/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: tempo-distributed description: Grafana Tempo in MicroService mode type: application -version: 1.47.1 +version: 1.48.0 appVersion: 2.8.2 engine: gotpl home: https://grafana.com/docs/tempo/latest/ diff --git a/charts/tempo-distributed/README.md b/charts/tempo-distributed/README.md index b3dbb1ba30..f987d59a86 100644 --- a/charts/tempo-distributed/README.md +++ b/charts/tempo-distributed/README.md @@ -1,6 +1,6 @@ # tempo-distributed -![Version: 1.47.1](https://img.shields.io/badge/Version-1.47.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.8.2](https://img.shields.io/badge/AppVersion-2.8.2-informational?style=flat-square) +![Version: 1.48.0](https://img.shields.io/badge/Version-1.48.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.8.2](https://img.shields.io/badge/AppVersion-2.8.2-informational?style=flat-square) Grafana Tempo in MicroService mode diff --git a/charts/tempo-distributed/templates/compactor/deployment-compactor.yaml b/charts/tempo-distributed/templates/compactor/deployment-compactor.yaml index f49def948f..b5502edfab 100644 --- a/charts/tempo-distributed/templates/compactor/deployment-compactor.yaml +++ b/charts/tempo-distributed/templates/compactor/deployment-compactor.yaml @@ -62,7 +62,6 @@ spec: - args: - -target=compactor - -config.file=/conf/tempo.yaml - - -mem-ballast-size-mbs=1024 {{- with .Values.compactor.extraArgs }} {{- toYaml . | nindent 12 }} {{- end }} diff --git a/charts/tempo-distributed/templates/distributor/deployment-distributor.yaml b/charts/tempo-distributed/templates/distributor/deployment-distributor.yaml index dc266c2870..1479e310bd 100644 --- a/charts/tempo-distributed/templates/distributor/deployment-distributor.yaml +++ b/charts/tempo-distributed/templates/distributor/deployment-distributor.yaml @@ -64,7 +64,6 @@ spec: - args: - -target=distributor - -config.file=/conf/tempo.yaml - - -mem-ballast-size-mbs=1024 {{- with .Values.distributor.extraArgs }} {{- toYaml . | nindent 12 }} {{- end }} diff --git a/charts/tempo-distributed/templates/enterprise-federation-frontend/deployment-federation-frontend.yaml b/charts/tempo-distributed/templates/enterprise-federation-frontend/deployment-federation-frontend.yaml index 64a52725d3..a6211f0bd6 100644 --- a/charts/tempo-distributed/templates/enterprise-federation-frontend/deployment-federation-frontend.yaml +++ b/charts/tempo-distributed/templates/enterprise-federation-frontend/deployment-federation-frontend.yaml @@ -61,7 +61,6 @@ spec: - args: - -target=federation-frontend - -config.file=/conf/tempo.yaml - - -mem-ballast-size-mbs=1024 {{- with .Values.enterpriseFederationFrontend.extraArgs }} {{- toYaml . | nindent 12 }} {{- end }} diff --git a/charts/tempo-distributed/templates/ingester/statefulset-ingester.yaml b/charts/tempo-distributed/templates/ingester/statefulset-ingester.yaml index d89950e8e2..ea9face83c 100644 --- a/charts/tempo-distributed/templates/ingester/statefulset-ingester.yaml +++ b/charts/tempo-distributed/templates/ingester/statefulset-ingester.yaml @@ -72,7 +72,6 @@ spec: - args: - -target=ingester - -config.file=/conf/tempo.yaml - - -mem-ballast-size-mbs=1024 {{- if ne $zoneName ""}} - -ingester.availability-zone={{ $zoneName }} {{- end }} diff --git a/charts/tempo-distributed/templates/metrics-generator/deployment-metrics-generator.yaml b/charts/tempo-distributed/templates/metrics-generator/deployment-metrics-generator.yaml index 94b70f0220..f3d2032628 100644 --- a/charts/tempo-distributed/templates/metrics-generator/deployment-metrics-generator.yaml +++ b/charts/tempo-distributed/templates/metrics-generator/deployment-metrics-generator.yaml @@ -57,7 +57,6 @@ spec: - args: - -target=metrics-generator - -config.file=/conf/tempo.yaml - - -mem-ballast-size-mbs=1024 {{- with .Values.metricsGenerator.extraArgs }} {{- toYaml . | nindent 12 }} {{- end }} diff --git a/charts/tempo-distributed/templates/metrics-generator/statefulset-metrics-generator.yaml b/charts/tempo-distributed/templates/metrics-generator/statefulset-metrics-generator.yaml index bec1efcf0d..6e3d511f8b 100644 --- a/charts/tempo-distributed/templates/metrics-generator/statefulset-metrics-generator.yaml +++ b/charts/tempo-distributed/templates/metrics-generator/statefulset-metrics-generator.yaml @@ -63,7 +63,6 @@ spec: - args: - -target=metrics-generator - -config.file=/conf/tempo.yaml - - -mem-ballast-size-mbs=1024 {{- with .Values.metricsGenerator.extraArgs }} {{- toYaml . | nindent 12 }} {{- end }} diff --git a/charts/tempo-distributed/templates/querier/deployment-querier.yaml b/charts/tempo-distributed/templates/querier/deployment-querier.yaml index e804402397..224f320e6f 100644 --- a/charts/tempo-distributed/templates/querier/deployment-querier.yaml +++ b/charts/tempo-distributed/templates/querier/deployment-querier.yaml @@ -62,7 +62,6 @@ spec: - args: - -target=querier - -config.file=/conf/tempo.yaml - - -mem-ballast-size-mbs=1024 {{- with .Values.querier.extraArgs }} {{- toYaml . | nindent 12 }} {{- end }} diff --git a/charts/tempo-distributed/templates/query-frontend/deployment-query-frontend.yaml b/charts/tempo-distributed/templates/query-frontend/deployment-query-frontend.yaml index 1b92d6560b..9e36e769a7 100644 --- a/charts/tempo-distributed/templates/query-frontend/deployment-query-frontend.yaml +++ b/charts/tempo-distributed/templates/query-frontend/deployment-query-frontend.yaml @@ -62,7 +62,6 @@ spec: - args: - -target=query-frontend - -config.file=/conf/tempo.yaml - - -mem-ballast-size-mbs=1024 {{- with .Values.queryFrontend.extraArgs }} {{- toYaml . | nindent 12 }} {{- end }}