From 59d61d8fe95ea8ea8acd023869b428fa6d8f5c75 Mon Sep 17 00:00:00 2001 From: WrenIX Date: Tue, 7 Jan 2025 15:45:21 +0100 Subject: [PATCH] fix(matrix-synapse): update helper --- matrix-synapse/Chart.yaml | 2 +- matrix-synapse/README.md | 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 7a5263d..927b794 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: "1.0.7" +version: "1.0.8" # renovate: image=ghcr.io/element-hq/synapse appVersion: 1.121.1 maintainers: diff --git a/matrix-synapse/README.md b/matrix-synapse/README.md index 802a8cd..fa040f3 100644 --- a/matrix-synapse/README.md +++ b/matrix-synapse/README.md @@ -7,7 +7,7 @@ description: "Matrix reference homeserver" # matrix-synapse -![Version: 1.0.7](https://img.shields.io/badge/Version-1.0.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.121.1](https://img.shields.io/badge/AppVersion-1.121.1-informational?style=flat-square) +![Version: 1.0.8](https://img.shields.io/badge/Version-1.0.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.121.1](https://img.shields.io/badge/AppVersion-1.121.1-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.21.0"` | | +| volumePermissions.image.tag | string | `"3.21.1"` | | | volumePermissions.resources | object | `{}` | | | volumePermissions.uid | int | `666` | | | wellknown.affinity | object | `{}` | | diff --git a/matrix-synapse/values.yaml b/matrix-synapse/values.yaml index 7d4042f..3661bab 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.21.0 + tag: 3.21.1 pullPolicy: Always ## Optionally specify an array of imagePullSecrets.