From 94664171facf024c7d060f62e0ea26a80a96e462 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Sat, 11 Sep 2021 21:22:05 +0200 Subject: [PATCH] chore: update nextcloud to latest postgresql and common --- charts/stable/nextcloud/Chart.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/nextcloud/Chart.yaml b/charts/stable/nextcloud/Chart.yaml index c2b8ae4b9f8..aa657596ce2 100644 --- a/charts/stable/nextcloud/Chart.yaml +++ b/charts/stable/nextcloud/Chart.yaml @@ -3,11 +3,11 @@ appVersion: 22.1.1 dependencies: - name: common repository: https://truecharts.org/ - version: 7.0.1 + version: 7.0.3 - condition: postgresql.enabled name: postgresql repository: https://truecharts.org/ - version: 2.0.0 + version: 2.1.0 - condition: redis.enabled name: redis repository: https://charts.bitnami.com/bitnami @@ -33,4 +33,4 @@ sources: - https://github.com/nextcloud/docker - https://github.com/nextcloud/helm type: application -version: 4.0.3 +version: 4.0.4