Skip to content
This repository was archived by the owner on Nov 25, 2024. It is now read-only.

Commit 09f15a3

Browse files
committed
[Helm] Update Postgres image to 16.2.0, update readme
1 parent ad3a3e7 commit 09f15a3

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

helm/dendrite/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# dendrite
33

4-
![Version: 0.13.8](https://img.shields.io/badge/Version-0.13.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.13.6](https://img.shields.io/badge/AppVersion-0.13.6-informational?style=flat-square)
4+
![Version: 0.14.0](https://img.shields.io/badge/Version-0.14.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.13.6](https://img.shields.io/badge/AppVersion-0.13.6-informational?style=flat-square)
55
Dendrite Matrix Homeserver
66

77
Status: **NOT PRODUCTION READY**
@@ -37,7 +37,7 @@ Create a folder `appservices` and place your configurations in there. The confi
3737

3838
| Repository | Name | Version |
3939
|------------|------|---------|
40-
| https://charts.bitnami.com/bitnami | postgresql | 12.1.7 |
40+
| https://charts.bitnami.com/bitnami | postgresql | 14.2.3 |
4141
## Values
4242

4343
| Key | Type | Default | Description |
@@ -60,7 +60,7 @@ Create a folder `appservices` and place your configurations in there. The confi
6060
| persistence.search.storageClass | string | `nil` | The storage class to use for volume claims. Defaults to persistence.storageClass If defined, storageClassName: <storageClass> If set to "-", storageClassName: "", which disables dynamic provisioning If undefined (the default) or set to null, no storageClassName spec is set, choosing the default provisioner. (gp2 on AWS, standard on GKE, AWS & OpenStack) |
6161
| extraVolumes | list | `[]` | Add additional volumes to the Dendrite Pod |
6262
| extraVolumeMounts | list | `[]` | Configure additional mount points volumes in the Dendrite Pod |
63-
| strategy.type | string | `"RollingUpdate"` | Strategy to use for rolling updates (e.g. Recreate, RollingUpdate) If you are using ReadWriteOnce volumes, you should probably use Recreate |
63+
| strategy.type | string | `"Recreate"` | Strategy to use for rolling updates (e.g. Recreate, RollingUpdate) If you are using ReadWriteOnce volumes, you should probably use Recreate |
6464
| strategy.rollingUpdate.maxUnavailable | string | `"25%"` | Maximum number of pods that can be unavailable during the update process |
6565
| strategy.rollingUpdate.maxSurge | string | `"25%"` | Maximum number of pods that can be scheduled above the desired number of pods |
6666
| dendrite_config.version | int | `2` | |
@@ -142,7 +142,7 @@ Create a folder `appservices` and place your configurations in there. The confi
142142
| dendrite_config.logging | list | `[{"level":"info","type":"std"}]` | Default logging configuration |
143143
| postgresql.enabled | bool | See value.yaml | Enable and configure postgres as the database for dendrite. |
144144
| postgresql.image.repository | string | `"bitnami/postgresql"` | |
145-
| postgresql.image.tag | string | `"15.1.0"` | |
145+
| postgresql.image.tag | string | `"16.2.0"` | |
146146
| postgresql.auth.username | string | `"dendrite"` | |
147147
| postgresql.auth.password | string | `"changeme"` | |
148148
| postgresql.auth.database | string | `"dendrite"` | |
@@ -189,3 +189,5 @@ grafana:
189189
```
190190
PS: The label `release=kube-prometheus-stack` is setup with the helmchart of the Prometheus Operator. For Grafana Dashboards it may be necessary to enable scanning in the correct namespaces (or ALL), enabled by `sidecar.dashboards.searchNamespace` in [Helmchart of grafana](https://artifacthub.io/packages/helm/grafana/grafana) (which is part of PrometheusOperator, so `grafana.sidecar.dashboards.searchNamespace`)
191191

192+
----------------------------------------------
193+
Autogenerated from chart metadata using [helm-docs v1.13.0](https://github.com/norwoodj/helm-docs/releases/v1.13.0)

helm/dendrite/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ postgresql:
375375
enabled: false
376376
image:
377377
repository: bitnami/postgresql
378-
tag: "15.1.0"
378+
tag: "16.2.0"
379379
auth:
380380
username: dendrite
381381
password: changeme

0 commit comments

Comments
 (0)