Skip to content

Commit

Permalink
Update sentry to 24.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Jansen <[email protected]>
  • Loading branch information
farodin91 committed Feb 2, 2024
1 parent 8a0df4d commit 72199b0
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 374 deletions.
4 changes: 2 additions & 2 deletions sentry/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: sentry
description: A Helm chart for Kubernetes
type: application
version: 21.1.0
appVersion: 23.11.2
version: 21.2.0
appVersion: 24.1.1
dependencies:
- name: memcached
repository: oci://registry-1.docker.io/bitnamicharts
Expand Down
1 change: 1 addition & 0 deletions sentry/templates/configmap-snuba.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ data:
"events",
"events_ro",
"metrics",
"metrics_summaries",
"migrations",
"outcomes",
"querylog",
Expand Down
149 changes: 0 additions & 149 deletions sentry/templates/deployment-sentry-ingest-metrics-consumer-perf.yaml

This file was deleted.

149 changes: 0 additions & 149 deletions sentry/templates/deployment-sentry-ingest-metrics-consumer-rh.yaml

This file was deleted.

3 changes: 3 additions & 0 deletions sentry/templates/deployment-sentry-ingest-monitors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ spec:
command: ["sentry"]
args:
- "run"
- "consumer"
- "ingest-monitors"
- "--consumer-group"
- "ingest-monitors"
env:
- name: C_FORCE_ROOT
Expand Down
3 changes: 3 additions & 0 deletions sentry/templates/deployment-sentry-ingest-profiles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ spec:
command: ["sentry"]
args:
- "run"
- "consumer"
- "ingest-profiles"
- "--consumer-group"
- "ingest-profiles"
env:
- name: C_FORCE_ROOT
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 72199b0

Please sign in to comment.