File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
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.41.0
5+ version : 1.41.1
66appVersion : 2.7.2
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.41.0 ] ( https://img.shields.io/badge/Version-1.41.0 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 2.7.2] ( https://img.shields.io/badge/AppVersion-2.7.2-informational?style=flat-square )
3+ ![ Version: 1.41.1 ] ( https://img.shields.io/badge/Version-1.41.1 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 2.7.2] ( https://img.shields.io/badge/AppVersion-2.7.2-informational?style=flat-square )
44
55Grafana Tempo in MicroService mode
66
Original file line number Diff line number Diff line change 11{{- if .Values.podDisruptionBudget -}}
2+ {{- if gt (int .Values.ingester.replicas) 1 }}
23apiVersion : {{ include "tempo.pdb.apiVersion" . }}
34kind : PodDisruptionBudget
45metadata :
1213 app : {{ include "tempo.resourceName" (dict "ctx" . "component" "ingester") }}
1314{{ toYaml .Values.podDisruptionBudget | indent 2 }}
1415{{- end }}
16+ {{- end }}
You can’t perform that action at this time.
0 commit comments