From d502e7d5ec9175b8d0f9d9108b3ab078f7725cfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Werner=20Donn=C3=A9?= Date: Mon, 23 Dec 2024 17:04:57 +0100 Subject: [PATCH 1/2] Fixes the tempo-query command-line arguments. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes the tempo-query command-line arguments. Signed-off-by: Werner Donné --- charts/tempo/templates/statefulset.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/tempo/templates/statefulset.yaml b/charts/tempo/templates/statefulset.yaml index 0cdb9bd358..6eb67ff94b 100644 --- a/charts/tempo/templates/statefulset.yaml +++ b/charts/tempo/templates/statefulset.yaml @@ -121,8 +121,8 @@ spec: {{- end }} {{- if .Values.tempoQuery.enabled }} - args: - - --query.base-path=/ - - --grpc-storage-plugin.configuration-file=/conf/tempo-query.yaml + - -config + - /conf/tempo-query.yaml {{- range $key, $value := .Values.tempoQuery.extraArgs }} - "-{{ $key }}{{ if $value }}={{ $value }}{{ end }}" {{- end }} From cc40de5f81cfe60466cff9b6508ebedadb2bbe1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Werner=20Donn=C3=A9?= Date: Tue, 28 Jan 2025 12:11:38 +0100 Subject: [PATCH 2/2] Update version Chart.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Werner Donné --- charts/tempo/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/tempo/Chart.yaml b/charts/tempo/Chart.yaml index 45d8cb4360..b59044ed8c 100644 --- a/charts/tempo/Chart.yaml +++ b/charts/tempo/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: tempo description: Grafana Tempo Single Binary Mode type: application -version: 1.18.1 +version: 1.18.2 appVersion: 2.7.0 engine: gotpl home: https://grafana.net