From 601f610a86cfc8388976010f5a3236a6f271feb7 Mon Sep 17 00:00:00 2001 From: WrenIX Date: Fri, 21 Feb 2025 08:31:46 +0100 Subject: [PATCH] fix(matrix-synapse): update dependencies redis --- matrix-synapse/Chart.lock | 8 ++++---- matrix-synapse/Chart.yaml | 4 ++-- matrix-synapse/README.md | 8 ++++---- matrix-synapse/values.yaml | 4 ++-- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/matrix-synapse/Chart.lock b/matrix-synapse/Chart.lock index 137587e..b6c92c9 100644 --- a/matrix-synapse/Chart.lock +++ b/matrix-synapse/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: postgresql repository: oci://docker.io/bitnamicharts - version: 16.4.9 + version: 16.4.13 - name: redis repository: oci://docker.io/bitnamicharts - version: 20.7.1 -digest: sha256:58d42351d4fd7baa486d1b34f9b55ecf895b23bc9bb7144aab92dd3ba9d9b60f -generated: "2025-02-20T03:39:21.555070485+01:00" + version: 20.8.0 +digest: sha256:7448610da56aab3367e4c4619ef7f84b5367337477c659ca412cb00f479ddb61 +generated: "2025-02-21T08:31:38.004185879+01:00" diff --git a/matrix-synapse/Chart.yaml b/matrix-synapse/Chart.yaml index 4017b92..211c192 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.15" +version: "1.0.16" # renovate: image=ghcr.io/element-hq/synapse appVersion: 1.124.0 maintainers: @@ -17,6 +17,6 @@ dependencies: repository: "oci://docker.io/bitnamicharts" condition: postgresql.enabled - name: redis - version: "20.7.1" + version: "20.8.0" repository: "oci://docker.io/bitnamicharts" condition: redis.enabled diff --git a/matrix-synapse/README.md b/matrix-synapse/README.md index 35a5bc2..5134269 100644 --- a/matrix-synapse/README.md +++ b/matrix-synapse/README.md @@ -7,7 +7,7 @@ description: "Matrix reference homeserver" # matrix-synapse -![Version: 1.0.15](https://img.shields.io/badge/Version-1.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.124.0](https://img.shields.io/badge/AppVersion-1.124.0-informational?style=flat-square) +![Version: 1.0.16](https://img.shields.io/badge/Version-1.0.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.124.0](https://img.shields.io/badge/AppVersion-1.124.0-informational?style=flat-square) Matrix reference homeserver @@ -44,7 +44,7 @@ helm uninstall matrix-synapse-release | Repository | Name | Version | |------------|------|---------| | oci://docker.io/bitnamicharts | postgresql | ^16.3.1 | -| oci://docker.io/bitnamicharts | redis | 20.7.1 | +| oci://docker.io/bitnamicharts | redis | 20.8.0 | ## Values @@ -157,7 +157,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.2"` | | +| volumePermissions.image.tag | string | `"3.21.3"` | | | volumePermissions.resources | object | `{}` | | | volumePermissions.uid | int | `666` | | | wellknown.affinity | object | `{}` | | @@ -169,7 +169,7 @@ helm uninstall matrix-synapse-release | wellknown.image.pullPolicy | string | `"IfNotPresent"` | | | wellknown.image.registry | string | `"docker.io"` | | | wellknown.image.repository | string | `"library/nginx"` | | -| wellknown.image.tag | string | `"1.27.3"` | | +| wellknown.image.tag | string | `"1.27.4"` | | | wellknown.nodeSelector | object | `{}` | | | wellknown.podAnnotations | list | `[]` | | | wellknown.podLabels | object | `{}` | | diff --git a/matrix-synapse/values.yaml b/matrix-synapse/values.yaml index 71505eb..7ddc3cd 100644 --- a/matrix-synapse/values.yaml +++ b/matrix-synapse/values.yaml @@ -613,7 +613,7 @@ wellknown: image: registry: docker.io repository: library/nginx - tag: 1.27.3 + tag: 1.27.4 pullPolicy: IfNotPresent replicaCount: 1 @@ -793,7 +793,7 @@ volumePermissions: image: registry: docker.io repository: library/alpine - tag: 3.21.2 + tag: 3.21.3 pullPolicy: Always ## Optionally specify an array of imagePullSecrets.