Skip to content

Commit 1d9dbf1

Browse files
Merge pull request #3832 from JBodkin-Amphora/main
[tempo-distributed] Add revisionHistoryLimit to tempo ingester and memcached
2 parents 0db5800 + a17e484 commit 1d9dbf1

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.52.10
5+
version: 1.53.0
66
appVersion: 2.9.0
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.52.10](https://img.shields.io/badge/Version-1.52.10-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.0](https://img.shields.io/badge/Version-1.53.0-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

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
@@ -28,6 +28,7 @@ spec:
2828
{{- if not .Values.ingester.autoscaling.enabled }}
2929
replicas: {{ $rolloutZone.replicas }}
3030
{{- end }}
31+
revisionHistoryLimit: {{ .Values.tempo.revisionHistoryLimit }}
3132
selector:
3233
matchLabels:
3334
{{- 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)