fix(matrix-synapse): update nginx for well-known

This commit is contained in:
WrenIX 2024-10-06 14:08:15 +02:00
parent 22bdadf946
commit af8f5968ac
Signed by: wrenix
GPG key ID: 7AFDB012974B1BB5
3 changed files with 4 additions and 4 deletions

View file

@ -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.5 version: 0.3.6
# renovate: image=ghcr.io/element-hq/synapse # renovate: image=ghcr.io/element-hq/synapse
appVersion: 1.116.0 appVersion: 1.116.0
maintainers: maintainers:

View file

@ -2,7 +2,7 @@
= matrix-synapse = matrix-synapse
image::https://img.shields.io/badge/Version-0.3.5-informational?style=flat-square[Version: 0.3.5] image::https://img.shields.io/badge/Version-0.3.6-informational?style=flat-square[Version: 0.3.6]
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.116.0-informational?style=flat-square[AppVersion: 1.116.0] image::https://img.shields.io/badge/AppVersion-1.116.0-informational?style=flat-square[AppVersion: 1.116.0]
== Maintainers == Maintainers
@ -629,7 +629,7 @@ helm uninstall matrix-synapse-release
| wellknown.image.tag | wellknown.image.tag
| string | string
| `"1.27.1"` | `"1.27.2"`
| |
| wellknown.nodeSelector | wellknown.nodeSelector

View file

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