fix(matrix-synapse): upgrade postgresql - BREAKING CHANGES
This commit is contained in:
parent
d33ebc16e3
commit
ecd791d0cd
3 changed files with 7 additions and 7 deletions
|
@ -1,9 +1,9 @@
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: postgresql
|
- name: postgresql
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
version: 15.5.22
|
version: 16.0.0
|
||||||
- name: redis
|
- name: redis
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
version: 20.0.2
|
version: 20.1.6
|
||||||
digest: sha256:425e5d35b097df991598f45a6df69b7c63f7ec5ffc4a5a204314398bb257e307
|
digest: sha256:1e6f035c85e4d2b287318dc4f92bccf8ded11cb65c8a8ed84f30fe2acf407761
|
||||||
generated: "2024-08-17T02:33:53.047931205Z"
|
generated: "2024-10-02T13:03:54.305028309Z"
|
||||||
|
|
|
@ -4,7 +4,7 @@ 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: 0.3.9
|
version: 1.0.0
|
||||||
# renovate: image=ghcr.io/element-hq/synapse
|
# renovate: image=ghcr.io/element-hq/synapse
|
||||||
appVersion: 1.118.0
|
appVersion: 1.118.0
|
||||||
maintainers:
|
maintainers:
|
||||||
|
@ -13,7 +13,7 @@ maintainers:
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: postgresql
|
- name: postgresql
|
||||||
version: ^15.0.0
|
version: ^16.0.0
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: postgresql.enabled
|
condition: postgresql.enabled
|
||||||
- name: redis
|
- name: redis
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
= matrix-synapse
|
= matrix-synapse
|
||||||
|
|
||||||
image::https://img.shields.io/badge/Version-0.3.9-informational?style=flat-square[Version: 0.3.9]
|
image::https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square[Version: 1.0.0]
|
||||||
image::https://img.shields.io/badge/Version-application-informational?style=flat-square[Type: application]
|
image::https://img.shields.io/badge/Version-application-informational?style=flat-square[Type: application]
|
||||||
image::https://img.shields.io/badge/AppVersion-1.118.0-informational?style=flat-square[AppVersion: 1.118.0]
|
image::https://img.shields.io/badge/AppVersion-1.118.0-informational?style=flat-square[AppVersion: 1.118.0]
|
||||||
== Maintainers
|
== Maintainers
|
||||||
|
|
Loading…
Add table
Reference in a new issue