diff --git a/charts/tempo-distributed/Chart.yaml b/charts/tempo-distributed/Chart.yaml index 8d0455b2fe..100fa77576 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.53.1 +version: 1.53.2 appVersion: 2.9.0 engine: gotpl home: https://grafana.com/docs/tempo/latest/ diff --git a/charts/tempo-distributed/README.md b/charts/tempo-distributed/README.md index c7f549f42b..b14deba82e 100644 --- a/charts/tempo-distributed/README.md +++ b/charts/tempo-distributed/README.md @@ -1,6 +1,6 @@ # tempo-distributed -![Version: 1.53.1](https://img.shields.io/badge/Version-1.53.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.9.0](https://img.shields.io/badge/AppVersion-2.9.0-informational?style=flat-square) +![Version: 1.53.2](https://img.shields.io/badge/Version-1.53.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.9.0](https://img.shields.io/badge/AppVersion-2.9.0-informational?style=flat-square) Grafana Tempo in MicroService mode diff --git a/charts/tempo-distributed/templates/_helpers.tpl b/charts/tempo-distributed/templates/_helpers.tpl index 0fdf75ef5f..1167893746 100644 --- a/charts/tempo-distributed/templates/_helpers.tpl +++ b/charts/tempo-distributed/templates/_helpers.tpl @@ -91,10 +91,10 @@ app.kubernetes.io/version: {{ .ctx.Chart.AppVersion | quote }} {{- end }} app.kubernetes.io/managed-by: {{ .ctx.Release.Service }} {{- if .ctx.Values.global.commonLabels }} -{{- toYaml .ctx.Values.global.commonLabels | indent 0 }} +{{ toYaml .ctx.Values.global.commonLabels | indent 0 }} {{- end }} {{- if .ctx.Values.global.labels }} -{{- toYaml .ctx.Values.global.labels | indent 0 }} +{{ toYaml .ctx.Values.global.labels | indent 0 }} {{- end }} {{- end -}} @@ -274,10 +274,10 @@ app.kubernetes.io/component: {{ .component }} app.kubernetes.io/part-of: memberlist {{- end -}} {{- if .ctx.Values.global.commonLabels }} -{{- toYaml .ctx.Values.global.commonLabels | indent 0 }} +{{ toYaml .ctx.Values.global.commonLabels | indent 0 }} {{- end }} {{- if .ctx.Values.global.podLabels }} -{{- toYaml .ctx.Values.global.podLabels | indent 0 }} +{{ toYaml .ctx.Values.global.podLabels | indent 0 }} {{- end }} {{- end -}}