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

Commit

Permalink
chore: Auto-update chart README [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
k8s-at-home[bot] committed Aug 18, 2022
1 parent 7f68a48 commit 9ebe6d0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions charts/incubator/dendrite/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# dendrite

![Version: 6.2.0](https://img.shields.io/badge/Version-6.2.0-informational?style=flat-square) ![AppVersion: v0.9.1](https://img.shields.io/badge/AppVersion-v0.9.1-informational?style=flat-square)
![Version: 6.3.0](https://img.shields.io/badge/Version-6.3.0-informational?style=flat-square) ![AppVersion: v0.9.3](https://img.shields.io/badge/AppVersion-v0.9.3-informational?style=flat-square)

Dendrite Matrix Homeserver

Expand Down Expand Up @@ -163,9 +163,9 @@ For more information see:
| federationapi.image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| federationapi.image.repository | string | `"matrixdotorg/dendrite-polylith"` | image repository |
| federationapi.image.tag | string | chart.appVersion | image tag |
| image | object | `{"pullPolicy":"IfNotPresent","repository":"matrixdotorg/dendrite-monolith","tag":null}` | IMPORTANT NOTE This chart inherits from our common library chart. You can check the default values/options here: https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common/values.yaml |
| image | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/matrix-org/dendrite-monolith","tag":null}` | IMPORTANT NOTE This chart inherits from our common library chart. You can check the default values/options here: https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common/values.yaml |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"matrixdotorg/dendrite-monolith"` | image repository |
| image.repository | string | `"ghcr.io/matrix-org/dendrite-monolith"` | image repository |
| image.tag | string | chart.appVersion | image tag |
| ingress.main | object | See values.yaml | (Monolith Only) Enable and configure ingress settings for the chart under this key. |
| keyserver | object | See values.yaml | Configure the key server. For more information see [the sample dendrite configuration](https://github.com/matrix-org/dendrite/blob/main/dendrite-sample.polylith.yaml) |
Expand Down Expand Up @@ -239,16 +239,16 @@ For more information see:

## Changelog

### Version 6.2.0
### Version 6.3.0

#### Added

* Configuration options for in-memory cache
* Configuration option for .well-known/matrix/client
N/A

#### Changed

* Upgraded dendrite to 0.9.1
* Changed the default dendrite image repo to use from Docker Hub to Github Containers.
* Upgraded dendrite to 0.9.3

#### Fixed

Expand Down

0 comments on commit 9ebe6d0

Please sign in to comment.