|
1 | 1 | # dendrite
|
2 | 2 |
|
3 |
| -  |
| 3 | +  |
4 | 4 |
|
5 | 5 | Dendrite Matrix Homeserver
|
6 | 6 |
|
@@ -163,9 +163,9 @@ For more information see:
|
163 | 163 | | federationapi.image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
|
164 | 164 | | federationapi.image.repository | string | `"matrixdotorg/dendrite-polylith"` | image repository |
|
165 | 165 | | federationapi.image.tag | string | chart.appVersion | image tag |
|
166 |
| -| 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 | |
| 166 | +| 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 | |
167 | 167 | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
|
168 |
| -| image.repository | string | `"matrixdotorg/dendrite-monolith"` | image repository | |
| 168 | +| image.repository | string | `"ghcr.io/matrix-org/dendrite-monolith"` | image repository | |
169 | 169 | | image.tag | string | chart.appVersion | image tag |
|
170 | 170 | | ingress.main | object | See values.yaml | (Monolith Only) Enable and configure ingress settings for the chart under this key. |
|
171 | 171 | | 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) |
|
@@ -239,16 +239,16 @@ For more information see:
|
239 | 239 |
|
240 | 240 | ## Changelog
|
241 | 241 |
|
242 |
| -### Version 6.2.0 |
| 242 | +### Version 6.3.0 |
243 | 243 |
|
244 | 244 | #### Added
|
245 | 245 |
|
246 |
| -* Configuration options for in-memory cache |
247 |
| -* Configuration option for .well-known/matrix/client |
| 246 | +N/A |
248 | 247 |
|
249 | 248 | #### Changed
|
250 | 249 |
|
251 |
| -* Upgraded dendrite to 0.9.1 |
| 250 | +* Changed the default dendrite image repo to use from Docker Hub to Github Containers. |
| 251 | +* Upgraded dendrite to 0.9.3 |
252 | 252 |
|
253 | 253 | #### Fixed
|
254 | 254 |
|
|
0 commit comments