fix(matrix-synapse): update appVersion
This commit is contained in:
parent
273b0a4650
commit
66d2c14f87
3 changed files with 6 additions and 6 deletions
|
@ -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.0.3
|
version: 0.1.0
|
||||||
# renovate: image=ghcr.io/element-hq/synapse
|
# renovate: image=ghcr.io/element-hq/synapse
|
||||||
appVersion: 1.101.0
|
appVersion: 1.101.0
|
||||||
maintainers:
|
maintainers:
|
||||||
|
@ -13,10 +13,10 @@ maintainers:
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: postgresql
|
- name: postgresql
|
||||||
version: ^12.1.4
|
version: ^14.0.0
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: postgresql.enabled
|
condition: postgresql.enabled
|
||||||
- name: redis
|
- name: redis
|
||||||
version: ^17.3.17
|
version: ^18.0.0
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: redis.enabled
|
condition: redis.enabled
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
= matrix-synapse
|
= matrix-synapse
|
||||||
|
|
||||||
image::https://img.shields.io/badge/Version-0.0.3-informational?style=flat-square[Version: 0.0.3]
|
image::https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square[Version: 0.1.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.101.0-informational?style=flat-square[AppVersion: 1.101.0]
|
image::https://img.shields.io/badge/AppVersion-1.101.0-informational?style=flat-square[AppVersion: 1.101.0]
|
||||||
== Maintainers
|
== Maintainers
|
||||||
|
@ -624,7 +624,7 @@ helm uninstall matrix-synapse-release
|
||||||
|
|
||||||
| wellknown.image.tag
|
| wellknown.image.tag
|
||||||
| string
|
| string
|
||||||
| `"1.25.3"`
|
| `"1.25.4"`
|
||||||
|
|
|
|
||||||
|
|
||||||
| wellknown.nodeSelector
|
| wellknown.nodeSelector
|
||||||
|
|
|
@ -613,7 +613,7 @@ wellknown:
|
||||||
image:
|
image:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: library/nginx
|
repository: library/nginx
|
||||||
tag: 1.25.3
|
tag: 1.25.4
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue