fix(matrix-synapse): update nginx to v1.27.0
This commit is contained in:
parent
09ed04bb3c
commit
836988f41c
3 changed files with 4 additions and 4 deletions
|
@ -4,7 +4,7 @@ name: matrix-synapse
|
|||
description: Matrix reference homeserver
|
||||
icon: https://matrix.org/images/matrix-logo.svg
|
||||
type: application
|
||||
version: 0.2.3
|
||||
version: 0.2.4
|
||||
# renovate: image=ghcr.io/element-hq/synapse
|
||||
appVersion: 1.101.0
|
||||
maintainers:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
= matrix-synapse
|
||||
|
||||
image::https://img.shields.io/badge/Version-0.2.3-informational?style=flat-square[Version: 0.2.3]
|
||||
image::https://img.shields.io/badge/Version-0.2.4-informational?style=flat-square[Version: 0.2.4]
|
||||
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.26.0"`
|
||||
| `"1.27.0"`
|
||||
|
|
||||
|
||||
| wellknown.nodeSelector
|
||||
|
|
|
@ -613,7 +613,7 @@ wellknown:
|
|||
image:
|
||||
registry: docker.io
|
||||
repository: library/nginx
|
||||
tag: 1.26.0
|
||||
tag: 1.27.0
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
replicaCount: 1
|
||||
|
|
Loading…
Add table
Reference in a new issue