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
2
2
name : tempo-distributed
3
3
description : Grafana Tempo in MicroService mode
4
4
type : application
5
- version : 1.41.0
5
+ version : 1.41.1
6
6
appVersion : 2.7.2
7
7
engine : gotpl
8
8
home : https://grafana.com/docs/tempo/latest/
Original file line number Diff line number Diff line change 1
1
# tempo-distributed
2
2
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 )
4
4
5
5
Grafana Tempo in MicroService mode
6
6
Original file line number Diff line number Diff line change 1
1
{{- if .Values.podDisruptionBudget -}}
2
+ {{- if gt (int .Values.ingester.replicas) 1 }}
2
3
apiVersion : {{ include "tempo.pdb.apiVersion" . }}
3
4
kind : PodDisruptionBudget
4
5
metadata :
12
13
app : {{ include "tempo.resourceName" (dict "ctx" . "component" "ingester") }}
13
14
{{ toYaml .Values.podDisruptionBudget | indent 2 }}
14
15
{{- end }}
16
+ {{- end }}
You can’t perform that action at this time.
0 commit comments