diff --git a/charts/sentry/templates/sentry/_helper-sentry.tpl b/charts/sentry/templates/sentry/_helper-sentry.tpl index c3c155af9..1aa12afb6 100644 --- a/charts/sentry/templates/sentry/_helper-sentry.tpl +++ b/charts/sentry/templates/sentry/_helper-sentry.tpl @@ -152,6 +152,8 @@ sentry.conf.py: |- # General # ########### + # Disable sends anonymous usage statistics + SENTRY_BEACON = False secret_key = env('SENTRY_SECRET_KEY') if not secret_key: diff --git a/charts/sentry/values.yaml b/charts/sentry/values.yaml index e5778b010..30abe1524 100644 --- a/charts/sentry/values.yaml +++ b/charts/sentry/values.yaml @@ -1806,7 +1806,7 @@ openai: {} # existingSecretKey: "" # by default "api-token" nginx: - enabled: true # true, if Safari compatibility is needed + enabled: true # true, if Safari compatibility is needed containerPort: 8080 existingServerBlockConfigmap: '{{ template "sentry.fullname" . }}' resources: {}