Skip to content

Commit 92ea28f

Browse files
Merge branch 'main' into tempo-ingress-no-gateway
Signed-off-by: Sheikh-Abubaker <[email protected]>
2 parents 584d5ab + 7cb7fcf commit 92ea28f

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

charts/grafana/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: grafana
3-
version: 9.0.0
3+
version: 9.0.1
44
appVersion: 12.0.0
55
kubeVersion: "^1.8.0-0"
66
description: The leading tool for querying and visualizing time series and metrics.

charts/grafana/templates/image-renderer-servicemonitor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{- if .Values.imageRenderer.serviceMonitor.enabled }}
1+
{{- if and .Values.imageRenderer.enabled .Values.imageRenderer.serviceMonitor.enabled }}
22
---
33
apiVersion: monitoring.coreos.com/v1
44
kind: ServiceMonitor

charts/rollout-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: rollout-operator
33
description: "Grafana rollout-operator"
44
type: application
5-
version: 0.28.0
6-
appVersion: v0.26.0
5+
version: 0.29.0
6+
appVersion: v0.27.0
77
home: https://github.com/grafana/rollout-operator
88
kubeVersion: ^1.10.0-0

charts/rollout-operator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Helm chart for deploying [Grafana rollout-operator](https://github.com/grafana/r
44

55
# rollout-operator
66

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)
88

99
Grafana rollout-operator
1010

charts/tempo-distributed/templates/compactor/deployment-compactor.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ metadata:
1212
{{- end }}
1313
spec:
1414
minReadySeconds: {{ .Values.compactor.minReadySeconds }}
15+
{{- if not .Values.compactor.autoscaling.enabled }}
1516
replicas: {{ .Values.compactor.replicas }}
17+
{{- end }}
1618
revisionHistoryLimit: {{ .Values.tempo.revisionHistoryLimit }}
1719
selector:
1820
matchLabels:

0 commit comments

Comments
 (0)