File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : tempo-distributed
33description : Grafana Tempo in MicroService mode
44type : application
5- version : 1.53.1
5+ version : 1.53.2
66appVersion : 2.9.0
77engine : gotpl
88home : https://grafana.com/docs/tempo/latest/
Original file line number Diff line number Diff line change 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
55Grafana Tempo in MicroService mode
66
Original file line number Diff line number Diff line change @@ -91,10 +91,10 @@ app.kubernetes.io/version: {{ .ctx.Chart.AppVersion | quote }}
9191{ {- end } }
9292app.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 }}
274274app.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
You can’t perform that action at this time.
0 commit comments