File tree Expand file tree Collapse file tree 5 files changed +7
-5
lines changed Expand file tree Collapse file tree 5 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
name : rollout-operator
3
3
description : " Grafana rollout-operator"
4
4
type : application
5
- version : 0.28 .0
6
- appVersion : v0.26 .0
5
+ version : 0.29 .0
6
+ appVersion : v0.27 .0
7
7
home : https://github.com/grafana/rollout-operator
8
8
kubeVersion : ^1.10.0-0
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Helm chart for deploying [Grafana rollout-operator](https://github.com/grafana/r
4
4
5
5
# rollout-operator
6
6
7
- ![ Version: 0.28 .0] ( https://img.shields.io/badge/Version-0.28 .0-informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v0.26 .0] ( https://img.shields.io/badge/AppVersion-v0.26 .0-informational?style=flat-square )
7
+ ![ Version: 0.29 .0] ( https://img.shields.io/badge/Version-0.29 .0-informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v0.27 .0] ( https://img.shields.io/badge/AppVersion-v0.27 .0-informational?style=flat-square )
8
8
9
9
Grafana rollout-operator
10
10
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.39.4
5
+ version : 1.39.5
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.39.4 ] ( https://img.shields.io/badge/Version-1.39.4 -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.39.5 ] ( https://img.shields.io/badge/Version-1.39.5 -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 @@ -12,7 +12,9 @@ metadata:
12
12
{{- end }}
13
13
spec :
14
14
minReadySeconds : {{ .Values.compactor.minReadySeconds }}
15
+ {{- if not .Values.compactor.autoscaling.enabled }}
15
16
replicas : {{ .Values.compactor.replicas }}
17
+ {{- end }}
16
18
revisionHistoryLimit : {{ .Values.tempo.revisionHistoryLimit }}
17
19
selector :
18
20
matchLabels :
You can’t perform that action at this time.
0 commit comments