fix(matrix-synapse): update appVersion

This commit is contained in:
WrenIX 2024-11-30 00:19:23 +01:00
parent 910947134c
commit 8dc0ef5abb
Signed by: wrenix
GPG key ID: 7AFDB012974B1BB5
4 changed files with 5 additions and 1181 deletions

View file

@ -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.2" version: "1.0.3"
# renovate: image=ghcr.io/element-hq/synapse # renovate: image=ghcr.io/element-hq/synapse
appVersion: 1.119.0 appVersion: 1.120.0
maintainers: maintainers:
- name: WrenIX - name: WrenIX
url: https://wrenix.eu url: https://wrenix.eu

File diff suppressed because it is too large Load diff

View file

@ -7,7 +7,7 @@ description: "Matrix reference homeserver"
# matrix-synapse # matrix-synapse
![Version: 1.0.2](https://img.shields.io/badge/Version-1.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.119.0](https://img.shields.io/badge/AppVersion-1.119.0-informational?style=flat-square) ![Version: 1.0.3](https://img.shields.io/badge/Version-1.0.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.120.0](https://img.shields.io/badge/AppVersion-1.120.0-informational?style=flat-square)
Matrix reference homeserver Matrix reference homeserver
@ -166,7 +166,7 @@ helm uninstall matrix-synapse-release
| wellknown.image.pullPolicy | string | `"IfNotPresent"` | | | wellknown.image.pullPolicy | string | `"IfNotPresent"` | |
| wellknown.image.registry | string | `"docker.io"` | | | wellknown.image.registry | string | `"docker.io"` | |
| wellknown.image.repository | string | `"library/nginx"` | | | wellknown.image.repository | string | `"library/nginx"` | |
| wellknown.image.tag | string | `"1.27.2"` | | | wellknown.image.tag | string | `"1.27.3"` | |
| wellknown.nodeSelector | object | `{}` | | | wellknown.nodeSelector | object | `{}` | |
| wellknown.podAnnotations | list | `[]` | | | wellknown.podAnnotations | list | `[]` | |
| wellknown.podLabels | object | `{}` | | | wellknown.podLabels | object | `{}` | |

View file

@ -613,7 +613,7 @@ wellknown:
image: image:
registry: docker.io registry: docker.io
repository: library/nginx repository: library/nginx
tag: 1.27.2 tag: 1.27.3
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
replicaCount: 1 replicaCount: 1