fix(matrix-synapse): update appVersion
This commit is contained in:
parent
752835c1f8
commit
82dff2e8b3
4 changed files with 9 additions and 11 deletions
|
@ -1,9 +1,9 @@
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: postgresql
|
- name: postgresql
|
||||||
repository: oci://docker.io/bitnamicharts
|
repository: oci://docker.io/bitnamicharts
|
||||||
version: 16.4.14
|
version: 16.5.0
|
||||||
- name: redis
|
- name: redis
|
||||||
repository: oci://docker.io/bitnamicharts
|
repository: oci://docker.io/bitnamicharts
|
||||||
version: 20.10.0
|
version: 20.11.3
|
||||||
digest: sha256:e8cf542eb88e71ef9c0d7287baefda6ac90dd9ea8297299a063427563795c0b4
|
digest: sha256:8a61a3820918d505a6f8a790167a594035d019047226ee48407f428fc6fd9e6c
|
||||||
generated: "2025-03-02T21:34:41.123953109+01:00"
|
generated: "2025-03-12T16:54:44.083376472+01:00"
|
||||||
|
|
|
@ -4,9 +4,9 @@ name: matrix-synapse
|
||||||
description: Matrix reference homeserver
|
description: Matrix reference homeserver
|
||||||
icon: https://matrix.org/images/matrix-logo.svg
|
icon: https://matrix.org/images/matrix-logo.svg
|
||||||
type: application
|
type: application
|
||||||
version: "1.0.18"
|
version: "1.0.19"
|
||||||
# renovate: image=ghcr.io/element-hq/synapse
|
# renovate: image=ghcr.io/element-hq/synapse
|
||||||
appVersion: 1.125.0
|
appVersion: 1.126.0
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: WrenIX
|
- name: WrenIX
|
||||||
url: https://wrenix.eu
|
url: https://wrenix.eu
|
||||||
|
@ -17,6 +17,6 @@ dependencies:
|
||||||
repository: "oci://docker.io/bitnamicharts"
|
repository: "oci://docker.io/bitnamicharts"
|
||||||
condition: postgresql.enabled
|
condition: postgresql.enabled
|
||||||
- name: redis
|
- name: redis
|
||||||
version: "20.10.0"
|
version: "20.11.3"
|
||||||
repository: "oci://docker.io/bitnamicharts"
|
repository: "oci://docker.io/bitnamicharts"
|
||||||
condition: redis.enabled
|
condition: redis.enabled
|
||||||
|
|
|
@ -7,7 +7,7 @@ description: "Matrix reference homeserver"
|
||||||
|
|
||||||
# matrix-synapse
|
# matrix-synapse
|
||||||
|
|
||||||
  
|
  
|
||||||
|
|
||||||
Matrix reference homeserver
|
Matrix reference homeserver
|
||||||
|
|
||||||
|
@ -44,7 +44,7 @@ helm uninstall matrix-synapse-release
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| oci://docker.io/bitnamicharts | postgresql | ^16.3.1 |
|
| oci://docker.io/bitnamicharts | postgresql | ^16.3.1 |
|
||||||
| oci://docker.io/bitnamicharts | redis | 20.10.0 |
|
| oci://docker.io/bitnamicharts | redis | 20.11.3 |
|
||||||
|
|
||||||
## Values
|
## Values
|
||||||
|
|
||||||
|
@ -114,7 +114,6 @@ helm uninstall matrix-synapse-release
|
||||||
| redis.auth.existingSecret | string | `""` | name of an existing secret with Redis credentials (instead of auth.password), must be created ahead of time |
|
| redis.auth.existingSecret | string | `""` | name of an existing secret with Redis credentials (instead of auth.password), must be created ahead of time |
|
||||||
| redis.auth.existingSecretPasswordKey | string | `""` | Password key to be retrieved from existing secret |
|
| redis.auth.existingSecretPasswordKey | string | `""` | Password key to be retrieved from existing secret |
|
||||||
| redis.auth.password | string | `"synapse"` | XXX Change me! |
|
| redis.auth.password | string | `"synapse"` | XXX Change me! |
|
||||||
| redis.auth.usePasswordFiles | bool | `false` | |
|
|
||||||
| redis.enabled | bool | `true` | |
|
| redis.enabled | bool | `true` | |
|
||||||
| redis.global.storageClass | string | `""` | |
|
| redis.global.storageClass | string | `""` | |
|
||||||
| redis.master.persistence.enabled | bool | `true` | |
|
| redis.master.persistence.enabled | bool | `true` | |
|
||||||
|
|
|
@ -723,7 +723,6 @@ redis:
|
||||||
enabled: true
|
enabled: true
|
||||||
# -- XXX Change me!
|
# -- XXX Change me!
|
||||||
password: synapse
|
password: synapse
|
||||||
usePasswordFiles: false
|
|
||||||
# -- name of an existing secret with Redis credentials (instead of auth.password), must be created ahead of time
|
# -- name of an existing secret with Redis credentials (instead of auth.password), must be created ahead of time
|
||||||
existingSecret: ""
|
existingSecret: ""
|
||||||
# -- Password key to be retrieved from existing secret
|
# -- Password key to be retrieved from existing secret
|
||||||
|
|
Loading…
Add table
Reference in a new issue