fix(matrix-synapse): update alpine v3.20.2

This commit is contained in:
WrenIX 2024-08-04 15:14:21 +02:00
parent 4e92238ebd
commit 46cd9fc3f5
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: 0.2.5
version: 0.2.6
# renovate: image=ghcr.io/element-hq/synapse
appVersion: 1.101.0
maintainers:

View file

@ -2,7 +2,7 @@
= matrix-synapse
image::https://img.shields.io/badge/Version-0.2.5-informational?style=flat-square[Version: 0.2.5]
image::https://img.shields.io/badge/Version-0.2.6-informational?style=flat-square[Version: 0.2.6]
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
@ -569,7 +569,7 @@ helm uninstall matrix-synapse-release
| volumePermissions.image.tag
| string
| `"3.20.1"`
| `"3.20.2"`
|
| volumePermissions.resources

View file

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