fix(matrix-synapse): update dependencies nginx
This commit is contained in:
parent
6a1ddb48cd
commit
d7dfed5ece
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: "1.0.26"
|
||||
version: "1.0.27"
|
||||
# renovate: image=ghcr.io/element-hq/synapse
|
||||
appVersion: "1.128.0"
|
||||
maintainers:
|
||||
|
|
|
@ -7,7 +7,7 @@ description: "Matrix reference homeserver"
|
|||
|
||||
# matrix-synapse
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
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 | `{}` | |
|
||||
|
|
|
@ -615,7 +615,7 @@ wellknown:
|
|||
image:
|
||||
registry: docker.io
|
||||
repository: library/nginx
|
||||
tag: 1.27.4
|
||||
tag: 1.27.5
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
replicaCount: 1
|
||||
|
|
Loading…
Add table
Reference in a new issue