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:
parent
ee9612bc5a
commit
2044d818fb
2 changed files with 5 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue