Skip to content

Commit 5a9f5d7

Browse files
authored
fix: Add missing global sidecar to ingestConsumerTransactions deployment (#1705)
1 parent 2a9f128 commit 5a9f5d7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

charts/sentry/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: sentry
33
description: A Helm chart for Kubernetes
44
type: application
5-
version: 26.14.0
5+
version: 26.14.1
66
appVersion: 25.1.0
77
dependencies:
88
- name: memcached

charts/sentry/templates/sentry/ingest/transactions/deployment-sentry-ingest-consumer-transactions.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,9 @@ spec:
161161
{{- end }}
162162
{{- if .Values.sentry.ingestConsumerTransactions.sidecars }}
163163
{{ toYaml .Values.sentry.ingestConsumerTransactions.sidecars | indent 6 }}
164+
{{- end }}
165+
{{- if .Values.global.sidecars }}
166+
{{ toYaml .Values.global.sidecars | indent 6 }}
164167
{{- end }}
165168
{{- if .Values.serviceAccount.enabled }}
166169
serviceAccountName: {{ .Values.serviceAccount.name }}-ingest-consumer-transactions

0 commit comments

Comments
 (0)