Skip to content

Commit 4e1c6dc

Browse files
committed
Fix merge conflict
Signed-off-by: Jonas De Gendt <[email protected]>
2 parents d17cec5 + 32c82c0 commit 4e1c6dc

File tree

6 files changed

+8
-4
lines changed

6 files changed

+8
-4
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.2.9
3+
version: 9.2.10
44
appVersion: 12.0.2
55
kubeVersion: "^1.8.0-0"
66
description: The leading tool for querying and visualizing time series and metrics.

charts/grafana/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -959,7 +959,7 @@ sidecar:
959959
# -- The Docker registry
960960
registry: quay.io
961961
repository: kiwigrid/k8s-sidecar
962-
tag: 1.30.5
962+
tag: 1.30.3
963963
sha: ""
964964
imagePullPolicy: IfNotPresent
965965
resources: {}

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.42.4
5+
version: 1.43.1
66
appVersion: 2.8.1
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.42.4](https://img.shields.io/badge/Version-1.42.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.8.1](https://img.shields.io/badge/AppVersion-2.8.1-informational?style=flat-square)
3+
![Version: 1.43.1](https://img.shields.io/badge/Version-1.43.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.8.1](https://img.shields.io/badge/AppVersion-2.8.1-informational?style=flat-square)
44

55
Grafana Tempo in MicroService mode
66

charts/tempo-distributed/templates/compactor/keda-scaledObject.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,8 @@ spec:
2121
threshold: {{ .metadata.threshold | quote }}
2222
query: |
2323
{{- .metadata.query | nindent 8 }}
24+
{{- if .metadata.customHeaders }}
25+
customHeaders: {{ .metadata.customHeaders }}
26+
{{- end }}
2427
{{- end }}
2528
{{- end }}

charts/tempo-distributed/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -648,6 +648,7 @@ compactor:
648648
# ignoring(tenant) group_left count by (cluster, namespace)(
649649
# tempo_build_info{container="compactor", namespace=~".*"}
650650
# )
651+
# customHeaders: X-Scope-OrgID=<tenant-id>
651652

652653
# -- hostAliases to add
653654
hostAliases: []

0 commit comments

Comments
 (0)