Skip to content

Commit

Permalink
Feat: Update sentry to the last version
Browse files Browse the repository at this point in the history
  • Loading branch information
dromadaire54 committed Jul 10, 2024
1 parent ee83d4d commit 8285160
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/sentry/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: sentry
description: A Helm chart for Kubernetes
type: application
version: 23.11.0
version: 23.11.1
appVersion: 24.5.1
dependencies:
- name: memcached
Expand Down
2 changes: 1 addition & 1 deletion charts/sentry/templates/_helper-sentry-relay.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ config.yml: |-
- name: "bootstrap.servers"
value: {{ (include "sentry.kafka.bootstrap_servers_string" .) | quote }}
- name: "message.max.bytes"
value: 50000000 # 50MB or bust
value: 50000000 # 50MB or bust

{{- if $redisPass }}
redis: "redis://:{{ $redisPass }}@{{ $redisHost }}:{{ $redisPort }}"
Expand Down
2 changes: 1 addition & 1 deletion charts/sentry/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ asHook: true

# Global parameter for all deployments
global:
sidecars: []
sidecars: []
volumes: []

images:
Expand Down

0 comments on commit 8285160

Please sign in to comment.