fix(matrix-synapse): update dependencies nginx

This commit is contained in:
WrenIX 2025-04-24 00:13:21 +02:00
parent 6a1ddb48cd
commit d7dfed5ece
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
icon: https://matrix.org/images/matrix-logo.svg
type: application
version: "1.0.26"
version: "1.0.27"
# renovate: image=ghcr.io/element-hq/synapse
appVersion: "1.128.0"
maintainers:

View file

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

View file

@ -615,7 +615,7 @@ wellknown:
image:
registry: docker.io
repository: library/nginx
tag: 1.27.4
tag: 1.27.5
pullPolicy: IfNotPresent
replicaCount: 1