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 diff --git a/charts/tempo/templates/statefulset.yaml b/charts/tempo/templates/statefulset.yaml index 36224e6e41..f011b2ac99 100644 --- a/charts/tempo/templates/statefulset.yaml +++ b/charts/tempo/templates/statefulset.yaml @@ -125,8 +125,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 }}