fix(matrix-synapse): update

This commit is contained in:
WrenIX 2024-12-06 23:32:44 +01:00
parent e12fb35a84
commit ebb3dd435e
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.4"
version: "1.0.5"
# renovate: image=ghcr.io/element-hq/synapse
appVersion: 1.120.2
maintainers:

View file

@ -7,7 +7,7 @@ description: "Matrix reference homeserver"
# matrix-synapse
![Version: 1.0.4](https://img.shields.io/badge/Version-1.0.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.120.2](https://img.shields.io/badge/AppVersion-1.120.2-informational?style=flat-square)
![Version: 1.0.5](https://img.shields.io/badge/Version-1.0.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.120.2](https://img.shields.io/badge/AppVersion-1.120.2-informational?style=flat-square)
Matrix reference homeserver
@ -154,7 +154,7 @@ helm uninstall matrix-synapse-release
| volumePermissions.image.pullPolicy | string | `"Always"` | |
| volumePermissions.image.registry | string | `"docker.io"` | |
| volumePermissions.image.repository | string | `"library/alpine"` | |
| volumePermissions.image.tag | string | `"3.20.3"` | |
| volumePermissions.image.tag | string | `"3.21.0"` | |
| volumePermissions.resources | object | `{}` | |
| volumePermissions.uid | int | `666` | |
| wellknown.affinity | object | `{}` | |

View file

@ -794,7 +794,7 @@ volumePermissions:
image:
registry: docker.io
repository: library/alpine
tag: 3.20.3
tag: 3.21.0
pullPolicy: Always
## Optionally specify an array of imagePullSecrets.