From e90311a76663652078009b90df701f1601db31e1 Mon Sep 17 00:00:00 2001 From: Fernando Llaca Date: Fri, 15 Nov 2024 17:44:26 +0100 Subject: [PATCH] fix: update redis helm dependency to 19.6.4 (#656) Latest non-major version update Signed-off-by: Fernando Llaca --- charts/nextcloud/Chart.lock | 6 +++--- charts/nextcloud/Chart.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/nextcloud/Chart.lock b/charts/nextcloud/Chart.lock index f6ac2d62..4e7f3ffe 100644 --- a/charts/nextcloud/Chart.lock +++ b/charts/nextcloud/Chart.lock @@ -7,6 +7,6 @@ dependencies: version: 18.2.0 - name: redis repository: oci://registry-1.docker.io/bitnamicharts - version: 19.5.0 -digest: sha256:4efc098feeb7f4486b7166f1c71b9c54bfee0797663a3339f379d397297303c7 -generated: "2024-06-03T09:51:56.321676+02:00" + version: 19.6.4 +digest: sha256:2c7c0141a7d883c1efa1a16ea4d4e785b07dcc5b96203349a6fe67cab6b6a88c +generated: "2024-11-10T22:51:52.62824116+01:00" diff --git a/charts/nextcloud/Chart.yaml b/charts/nextcloud/Chart.yaml index 10bdc1e3..6edf7833 100644 --- a/charts/nextcloud/Chart.yaml +++ b/charts/nextcloud/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: nextcloud -version: 6.2.2 +version: 6.2.3 appVersion: 30.0.2 description: A file sharing server that puts the control and security of your own data back into your hands. keywords: @@ -31,6 +31,6 @@ dependencies: repository: oci://registry-1.docker.io/bitnamicharts condition: mariadb.enabled - name: redis - version: 19.5.0 + version: 19.6.4 repository: oci://registry-1.docker.io/bitnamicharts condition: redis.enabled