fix(matrix-synapse): update dependencies
This commit is contained in:
parent
5af651081b
commit
7f84327519
4 changed files with 9 additions and 9 deletions
|
@ -1,9 +1,9 @@
|
|||
dependencies:
|
||||
- name: postgresql
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 15.1.2
|
||||
version: 15.5.22
|
||||
- name: redis
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 19.0.1
|
||||
digest: sha256:40b1817950d4e4acf6821c510445ddaafd92e9fbc36efe209f1654b4f019009d
|
||||
generated: "2024-03-21T15:00:36.134445178+01:00"
|
||||
version: 20.0.2
|
||||
digest: sha256:425e5d35b097df991598f45a6df69b7c63f7ec5ffc4a5a204314398bb257e307
|
||||
generated: "2024-08-17T02:33:53.047931205Z"
|
||||
|
|
|
@ -4,7 +4,7 @@ name: matrix-synapse
|
|||
description: Matrix reference homeserver
|
||||
icon: https://matrix.org/images/matrix-logo.svg
|
||||
type: application
|
||||
version: 0.2.6
|
||||
version: 0.2.7
|
||||
# renovate: image=ghcr.io/element-hq/synapse
|
||||
appVersion: 1.101.0
|
||||
maintainers:
|
||||
|
@ -17,6 +17,6 @@ dependencies:
|
|||
repository: https://charts.bitnami.com/bitnami
|
||||
condition: postgresql.enabled
|
||||
- name: redis
|
||||
version: ^19.0.0
|
||||
version: ^20.0.0
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
condition: redis.enabled
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
= matrix-synapse
|
||||
|
||||
image::https://img.shields.io/badge/Version-0.2.6-informational?style=flat-square[Version: 0.2.6]
|
||||
image::https://img.shields.io/badge/Version-0.2.7-informational?style=flat-square[Version: 0.2.7]
|
||||
image::https://img.shields.io/badge/Version-application-informational?style=flat-square[Type: application]
|
||||
image::https://img.shields.io/badge/AppVersion-1.101.0-informational?style=flat-square[AppVersion: 1.101.0]
|
||||
== Maintainers
|
||||
|
@ -624,7 +624,7 @@ helm uninstall matrix-synapse-release
|
|||
|
||||
| wellknown.image.tag
|
||||
| string
|
||||
| `"1.27.0"`
|
||||
| `"1.27.1"`
|
||||
|
|
||||
|
||||
| wellknown.nodeSelector
|
||||
|
|
|
@ -613,7 +613,7 @@ wellknown:
|
|||
image:
|
||||
registry: docker.io
|
||||
repository: library/nginx
|
||||
tag: 1.27.0
|
||||
tag: 1.27.1
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
replicaCount: 1
|
||||
|
|
Loading…
Add table
Reference in a new issue