matrix-media-repo: Update to 1.3.0
This requires changes to the datastore configuration, so a nota bene is attached to link to the relevant documentation
This commit is contained in:
parent
999d158866
commit
0afce06278
2 changed files with 10 additions and 6 deletions
|
@ -1,11 +1,15 @@
|
||||||
---
|
---
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: matrix-media-repo
|
name: matrix-media-repo
|
||||||
description: Matrix media repository with multi-domain in mind.
|
description: |
|
||||||
appVersion: 1.2.13
|
Matrix media repository with multi-domain in mind.
|
||||||
|
|
||||||
|
NB; Before updating the Chart to 3.0.0, make sure to read
|
||||||
|
https://docs.t2bot.io/matrix-media-repo/upgrading/130.html
|
||||||
|
appVersion: 1.3.0
|
||||||
|
|
||||||
type: application
|
type: application
|
||||||
version: 2.1.1
|
version: 3.0.0
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: Alexander Olofsson
|
- name: Alexander Olofsson
|
||||||
email: ace@haxalot.com
|
email: ace@haxalot.com
|
||||||
|
|
|
@ -20,14 +20,14 @@ imagePullSecrets: []
|
||||||
config:
|
config:
|
||||||
datastores:
|
datastores:
|
||||||
- type: file
|
- type: file
|
||||||
enabled: true
|
id: "examplefile"
|
||||||
forKinds: ["thumbnails", "remote_media", "local_media", "archives"]
|
forKinds: ["thumbnails", "remote_media", "local_media", "archives"]
|
||||||
opts:
|
opts:
|
||||||
path: /media
|
path: /media
|
||||||
#
|
#
|
||||||
# - type: s3
|
# - type: s3
|
||||||
# enabled: true
|
# id: "examples3"
|
||||||
# forKinds: ["thumbnails", "remote_media", "local_media", "archives"]
|
# forKinds: ["all"]
|
||||||
# opts:
|
# opts:
|
||||||
# tempPath: "/tmp/mediarepo_s3_upload"
|
# tempPath: "/tmp/mediarepo_s3_upload"
|
||||||
# endpoint: sfo2.digitaloceanspaces.com
|
# endpoint: sfo2.digitaloceanspaces.com
|
||||||
|
|
Loading…
Reference in a new issue