Skip to content

Commit f17f2ab

Browse files
JBodkin-AmphoraJames Bodkin
authored andcommitted
Add revisionHistoryLimit to tempo ingester and memcached
Signed-off-by: James Bodkin <[email protected]>
1 parent dc7572f commit f17f2ab

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
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.47.0
5+
version: 1.47.1
66
appVersion: 2.8.2
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.47.0](https://img.shields.io/badge/Version-1.47.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.8.2](https://img.shields.io/badge/AppVersion-2.8.2-informational?style=flat-square)
3+
![Version: 1.47.1](https://img.shields.io/badge/Version-1.47.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.8.2](https://img.shields.io/badge/AppVersion-2.8.2-informational?style=flat-square)
44

55
Grafana Tempo in MicroService mode
66

charts/tempo-distributed/templates/ingester/statefulset-ingester.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ spec:
2525
{{- if not .Values.ingester.autoscaling.enabled }}
2626
replicas: {{ $rolloutZone.replicas }}
2727
{{- end }}
28+
revisionHistoryLimit: {{ .Values.tempo.revisionHistoryLimit }}
2829
selector:
2930
matchLabels:
3031
{{- include "ingester.selectorLabels" $dict | nindent 6}}

charts/tempo-distributed/templates/memcached/statefulset-memcached.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ metadata:
1313
{{- end }}
1414
spec:
1515
replicas: {{ .Values.memcached.replicas }}
16+
revisionHistoryLimit: {{ .Values.tempo.revisionHistoryLimit }}
1617
selector:
1718
matchLabels:
1819
{{- include "tempo.selectorLabels" $dict | nindent 6 }}

0 commit comments

Comments
 (0)