From 0afce062788f06c3f2686bf554a18fdbc71af76e Mon Sep 17 00:00:00 2001 From: Alexander Olofsson Date: Fri, 8 Sep 2023 10:44:30 +0200 Subject: [PATCH] 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 --- charts/matrix-media-repo/Chart.yaml | 10 +++++++--- charts/matrix-media-repo/values.yaml | 6 +++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/charts/matrix-media-repo/Chart.yaml b/charts/matrix-media-repo/Chart.yaml index 0041f96..4131f2a 100644 --- a/charts/matrix-media-repo/Chart.yaml +++ b/charts/matrix-media-repo/Chart.yaml @@ -1,11 +1,15 @@ --- apiVersion: v2 name: matrix-media-repo -description: Matrix media repository with multi-domain in mind. -appVersion: 1.2.13 +description: | + 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 -version: 2.1.1 +version: 3.0.0 maintainers: - name: Alexander Olofsson email: ace@haxalot.com diff --git a/charts/matrix-media-repo/values.yaml b/charts/matrix-media-repo/values.yaml index 65f0720..99188ab 100644 --- a/charts/matrix-media-repo/values.yaml +++ b/charts/matrix-media-repo/values.yaml @@ -20,14 +20,14 @@ imagePullSecrets: [] config: datastores: - type: file - enabled: true + id: "examplefile" forKinds: ["thumbnails", "remote_media", "local_media", "archives"] opts: path: /media # # - type: s3 -# enabled: true -# forKinds: ["thumbnails", "remote_media", "local_media", "archives"] +# id: "examples3" +# forKinds: ["all"] # opts: # tempPath: "/tmp/mediarepo_s3_upload" # endpoint: sfo2.digitaloceanspaces.com