Skip to content

Commit ee31d0b

Browse files
committed
Fix wrongly added dash
Signed-off-by: Martin Burgos <[email protected]>
1 parent f1d9e74 commit ee31d0b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

charts/tempo-distributed/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: tempo-distributed
33
description: Grafana Tempo in MicroService mode
44
type: application
5-
version: 1.53.1
5+
version: 1.53.2
66
appVersion: 2.9.0
77
engine: gotpl
88
home: https://grafana.com/docs/tempo/latest/

charts/tempo-distributed/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# tempo-distributed
22

3-
![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)
3+
![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)
44

55
Grafana Tempo in MicroService mode
66

charts/tempo-distributed/templates/_helpers.tpl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,10 @@ app.kubernetes.io/version: {{ .ctx.Chart.AppVersion | quote }}
9191
{{- end }}
9292
app.kubernetes.io/managed-by: {{ .ctx.Release.Service }}
9393
{{- if .ctx.Values.global.commonLabels }}
94-
{{- toYaml .ctx.Values.global.commonLabels | indent 0 }}
94+
{{ toYaml .ctx.Values.global.commonLabels | indent 0 }}
9595
{{- end }}
9696
{{- if .ctx.Values.global.labels }}
97-
{{- toYaml .ctx.Values.global.labels | indent 0 }}
97+
{{ toYaml .ctx.Values.global.labels | indent 0 }}
9898
{{- end }}
9999
{{- end -}}
100100

@@ -274,10 +274,10 @@ app.kubernetes.io/component: {{ .component }}
274274
app.kubernetes.io/part-of: memberlist
275275
{{- end -}}
276276
{{- if .ctx.Values.global.commonLabels }}
277-
{{- toYaml .ctx.Values.global.commonLabels | indent 0 }}
277+
{{ toYaml .ctx.Values.global.commonLabels | indent 0 }}
278278
{{- end }}
279279
{{- if .ctx.Values.global.podLabels }}
280-
{{- toYaml .ctx.Values.global.podLabels | indent 0 }}
280+
{{ toYaml .ctx.Values.global.podLabels | indent 0 }}
281281
{{- end }}
282282
{{- end -}}
283283

0 commit comments

Comments
 (0)