[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 <Winston@Milli.ng>

* [dendrite]: Update the description of change.

Co-authored-by: Winston R. Milling <Winston@Milli.ng>

Co-authored-by: Winston R. Milling <Winston@Milli.ng>
This commit is contained in:
Skyler Mäntysaari 2022-08-18 20:41:47 +03:00 committed by GitHub
parent da8b09cf86
commit 7f68a483a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 8 deletions

View File

@ -1,9 +1,9 @@
--- ---
apiVersion: v2 apiVersion: v2
appVersion: v0.9.1 appVersion: v0.9.3
description: Dendrite Matrix Homeserver description: Dendrite Matrix Homeserver
name: dendrite name: dendrite
version: 6.2.0 version: 6.3.0
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
keywords: keywords:
- dendrite - dendrite
@ -81,9 +81,7 @@ dependencies:
condition: dendrite.polylithEnabled condition: dendrite.polylithEnabled
annotations: annotations:
artifacthub.io/changes: |- artifacthub.io/changes: |-
- kind: added
description: Configuration options for in-memory cache
- kind: added
description: Configuration option for .well-known/matrix/client
- kind: changed - 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

View File

@ -8,7 +8,7 @@
--- ---
image: image:
# -- image repository # -- image repository
repository: matrixdotorg/dendrite-monolith repository: ghcr.io/matrix-org/dendrite-monolith
# -- image tag # -- image tag
# @default -- chart.appVersion # @default -- chart.appVersion
tag: tag: