matrix-media-repo: Update to 1.2.5

Adds an example for how to configure Sentry in the values.yaml
This commit is contained in:
Alexander Olofsson 2021-03-18 09:22:08 +01:00
parent ee9612bc5a
commit 2044d818fb
No known key found for this signature in database
GPG key ID: D439C9470CB04C73
2 changed files with 5 additions and 2 deletions

View file

@ -2,10 +2,10 @@
apiVersion: v2 apiVersion: v2
name: matrix-media-repo name: matrix-media-repo
description: Matrix media repository with multi-domain in mind. description: Matrix media repository with multi-domain in mind.
appVersion: 1.2.4 appVersion: 1.2.5
type: application type: application
version: 1.0.2 version: 1.0.3
maintainers: maintainers:
- name: Alexander Olofsson - name: Alexander Olofsson
email: ace@haxalot.com email: ace@haxalot.com

View file

@ -43,6 +43,9 @@ config:
# featureSupport: # featureSupport:
# MSC2448: # MSC2448:
# enabled: true # enabled: true
# sentry:
# enabled: true
# dsn: "https://examplekey@ingest.sentry.io/0"
## For setting extra parameters on the repo block, separated to avoid breaking ## For setting extra parameters on the repo block, separated to avoid breaking
## the defaults when merging multiple configurations. ## the defaults when merging multiple configurations.