From 7f68a483a36f95270692e3680a1f8176b79b0257 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Skyler=20M=C3=A4ntysaari?= Date: Thu, 18 Aug 2022 20:41:47 +0300 Subject: [PATCH] [dendrite] Upgrade app version and change default value to Github Containers (#1743) * [dendrite] Upgrade Dendrite to 0.9.2 * [dendrite] Change default repository It was Docker Hub, now it's Github Containers. * [dendrite]: appversion to 0.9.3. Co-authored-by: Winston R. Milling * [dendrite]: Update the description of change. Co-authored-by: Winston R. Milling Co-authored-by: Winston R. Milling --- charts/incubator/dendrite/Chart.yaml | 12 +++++------- charts/incubator/dendrite/values.yaml | 2 +- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/charts/incubator/dendrite/Chart.yaml b/charts/incubator/dendrite/Chart.yaml index b28b01fb..db37734d 100644 --- a/charts/incubator/dendrite/Chart.yaml +++ b/charts/incubator/dendrite/Chart.yaml @@ -1,9 +1,9 @@ --- apiVersion: v2 -appVersion: v0.9.1 +appVersion: v0.9.3 description: Dendrite Matrix Homeserver name: dendrite -version: 6.2.0 +version: 6.3.0 kubeVersion: ">=1.16.0-0" keywords: - dendrite @@ -81,9 +81,7 @@ dependencies: condition: dendrite.polylithEnabled annotations: artifacthub.io/changes: |- - - kind: added - description: Configuration options for in-memory cache - - kind: added - description: Configuration option for .well-known/matrix/client - kind: changed - description: Upgraded dendrite to 0.9.1 + description: Changed the default dendrite image repo to use from Docker Hub to Github Containers. + - kind: changed + description: Upgraded dendrite to 0.9.3 diff --git a/charts/incubator/dendrite/values.yaml b/charts/incubator/dendrite/values.yaml index 2da570dd..2310f9e5 100644 --- a/charts/incubator/dendrite/values.yaml +++ b/charts/incubator/dendrite/values.yaml @@ -8,7 +8,7 @@ --- image: # -- image repository - repository: matrixdotorg/dendrite-monolith + repository: ghcr.io/matrix-org/dendrite-monolith # -- image tag # @default -- chart.appVersion tag: