From 9d0728a0945ea565275fcc6ee8b6367688732c13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20R=C3=BCger?= Date: Tue, 17 Aug 2021 23:55:54 +0200 Subject: [PATCH] Update to nextcloud 21 and chart dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Manuel RĂ¼ger --- charts/nextcloud/Chart.lock | 8 ++++---- charts/nextcloud/Chart.yaml | 8 ++++---- charts/nextcloud/values.yaml | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/charts/nextcloud/Chart.lock b/charts/nextcloud/Chart.lock index 11bf074d..7943137e 100644 --- a/charts/nextcloud/Chart.lock +++ b/charts/nextcloud/Chart.lock @@ -1,12 +1,12 @@ dependencies: - name: postgresql repository: https://charts.bitnami.com/bitnami - version: 10.5.3 + version: 10.9.2 - name: mariadb repository: https://charts.bitnami.com/bitnami version: 7.10.4 - name: redis repository: https://charts.bitnami.com/bitnami - version: 11.3.4 -digest: sha256:7141d51e71932e7f417e7132af078de09737e40a100b0fb431c842600fad4196 -generated: "2021-08-04T15:10:09.617017404+02:00" + version: 13.0.1 +digest: sha256:24de887f3499d4335cfe50486d5daf9181f4dd0bd7c60bfc31145a4080e805ba +generated: "2021-08-17T23:54:39.157565996+02:00" diff --git a/charts/nextcloud/Chart.yaml b/charts/nextcloud/Chart.yaml index 8b3958aa..ba17617c 100644 --- a/charts/nextcloud/Chart.yaml +++ b/charts/nextcloud/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: nextcloud -version: 2.7.3 -appVersion: 20.0.11 +version: 2.8.0 +appVersion: 21.0.4 description: A file sharing server that puts the control and security of your own data back into your hands. keywords: - nextcloud @@ -23,7 +23,7 @@ maintainers: email: jeff@billimek.com dependencies: - name: postgresql - version: 10.5.* + version: 10.9.* repository: https://charts.bitnami.com/bitnami condition: postgresql.enabled - name: mariadb @@ -31,6 +31,6 @@ dependencies: repository: https://charts.bitnami.com/bitnami condition: mariadb.enabled - name: redis - version: 11.3.* + version: 13.0.* repository: https://charts.bitnami.com/bitnami condition: redis.enabled diff --git a/charts/nextcloud/values.yaml b/charts/nextcloud/values.yaml index 8bdb19ce..854a38bc 100644 --- a/charts/nextcloud/values.yaml +++ b/charts/nextcloud/values.yaml @@ -3,7 +3,7 @@ ## image: repository: nextcloud - tag: 20.0.11-apache + tag: 21.0.4-apache pullPolicy: IfNotPresent # pullSecrets: # - myRegistrKeySecretName