Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

Commit

Permalink
[dendrite] Upgrade app version and change default value to Github Con…
Browse files Browse the repository at this point in the history
…tainers (#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 <[email protected]>

* [dendrite]: Update the description of change.

Co-authored-by: Winston R. Milling <[email protected]>

Co-authored-by: Winston R. Milling <[email protected]>
  • Loading branch information
samip5 and wrmilling authored Aug 18, 2022
1 parent da8b09c commit 7f68a48
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
12 changes: 5 additions & 7 deletions charts/incubator/dendrite/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion charts/incubator/dendrite/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
---
image:
# -- image repository
repository: matrixdotorg/dendrite-monolith
repository: ghcr.io/matrix-org/dendrite-monolith
# -- image tag
# @default -- chart.appVersion
tag:
Expand Down

0 comments on commit 7f68a48

Please sign in to comment.