From f80f70e7d37198f33ff30ddc6afba14cc4804559 Mon Sep 17 00:00:00 2001 From: WrenIX Date: Wed, 18 Sep 2024 12:58:27 +0200 Subject: [PATCH] fix(matrix-synapse): update alpine helper --- matrix-synapse/Chart.yaml | 2 +- matrix-synapse/README.adoc | 4 ++-- matrix-synapse/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/matrix-synapse/Chart.yaml b/matrix-synapse/Chart.yaml index 810d59b..a6932cf 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.3.3 +version: 0.3.4 # renovate: image=ghcr.io/element-hq/synapse appVersion: 1.115.0 maintainers: diff --git a/matrix-synapse/README.adoc b/matrix-synapse/README.adoc index 8334c4b..d838e42 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.3.3-informational?style=flat-square[Version: 0.3.3] +image::https://img.shields.io/badge/Version-0.3.4-informational?style=flat-square[Version: 0.3.4] image::https://img.shields.io/badge/Version-application-informational?style=flat-square[Type: application] image::https://img.shields.io/badge/AppVersion-1.115.0-informational?style=flat-square[AppVersion: 1.115.0] == Maintainers @@ -569,7 +569,7 @@ helm uninstall matrix-synapse-release | volumePermissions.image.tag | string -| `"3.20.2"` +| `"3.20.3"` | | volumePermissions.resources diff --git a/matrix-synapse/values.yaml b/matrix-synapse/values.yaml index 457e331..3f9f812 100644 --- a/matrix-synapse/values.yaml +++ b/matrix-synapse/values.yaml @@ -794,7 +794,7 @@ volumePermissions: image: registry: docker.io repository: library/alpine - tag: 3.20.2 + tag: 3.20.3 pullPolicy: Always ## Optionally specify an array of imagePullSecrets.