Skip to content

Commit

Permalink
feat: add Kafka topics from upstream projects (Sentry and Snuba) for …
Browse files Browse the repository at this point in the history
…version 24.12.2 (#1678)
  • Loading branch information
patsevanton authored Jan 25, 2025
1 parent 4e6ba10 commit cf696b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/sentry/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: sentry
description: A Helm chart for Kubernetes
type: application
version: 26.11.2
appVersion: 24.11.2
appVersion: 24.12.2
dependencies:
- name: memcached
repository: oci://registry-1.docker.io/bitnamicharts
Expand Down
2 changes: 2 additions & 0 deletions charts/sentry/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2171,6 +2171,7 @@ kafka:
- name: ingest-attachments-dlq
- name: ingest-transactions
- name: ingest-transactions-dlq
- name: ingest-transactions-backlog
- name: ingest-events-dlq
- name: ingest-events
## If the number of exceptions increases, it is recommended to increase the number of partitions for ingest-events
Expand Down Expand Up @@ -2199,6 +2200,7 @@ kafka:
- name: buffered-segments-dlq
- name: uptime-configs
- name: uptime-results
- name: snuba-uptime-results
- name: task-worker
listeners:
client:
Expand Down

0 comments on commit cf696b7

Please sign in to comment.