diff --git a/matrix-synapse/Chart.yaml b/matrix-synapse/Chart.yaml index 31d8e4b..c3a0aca 100644 --- a/matrix-synapse/Chart.yaml +++ b/matrix-synapse/Chart.yaml @@ -4,7 +4,7 @@ name: matrix-synapse description: Matrix reference homeserver icon: https://matrix.org/images/matrix-logo.svg type: application -version: 0.2.4 +version: 0.2.5 # renovate: image=ghcr.io/element-hq/synapse appVersion: 1.101.0 maintainers: diff --git a/matrix-synapse/README.adoc b/matrix-synapse/README.adoc index 9cedc13..718d700 100644 --- a/matrix-synapse/README.adoc +++ b/matrix-synapse/README.adoc @@ -2,7 +2,7 @@ = matrix-synapse -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-0.2.5-informational?style=flat-square[Version: 0.2.5] 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.0"` +| `"3.20.1"` | | volumePermissions.resources diff --git a/matrix-synapse/values.yaml b/matrix-synapse/values.yaml index e1c9b2b..278f3fe 100644 --- a/matrix-synapse/values.yaml +++ b/matrix-synapse/values.yaml @@ -790,7 +790,7 @@ volumePermissions: image: registry: docker.io repository: library/alpine - tag: 3.20.0 + tag: 3.20.1 pullPolicy: Always ## Optionally specify an array of imagePullSecrets.