fix(matrix-synapse): update dependencies redis

This commit is contained in:
WrenIX 2025-02-21 08:31:46 +01:00
parent 227e81515a
commit 601f610a86
Signed by: wrenix
GPG key ID: 7AFDB012974B1BB5
4 changed files with 12 additions and 12 deletions

View file

@ -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"

View file

@ -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

View file

@ -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 | `{}` | |

View file

@ -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.