From 01b97565c274d2c31e8d69629ee94671602a4598 Mon Sep 17 00:00:00 2001 From: healthsyscn Date: Thu, 31 Dec 2020 15:19:43 -0600 Subject: [PATCH 1/2] Added redis password to config --- charts/nextcloud/templates/config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/nextcloud/templates/config.yaml b/charts/nextcloud/templates/config.yaml index 7fb2ade6..4176fa54 100644 --- a/charts/nextcloud/templates/config.yaml +++ b/charts/nextcloud/templates/config.yaml @@ -39,6 +39,7 @@ data: 'redis' => array( 'host' => getenv('REDIS_HOST'), 'port' => getenv('REDIS_HOST_PORT') ?: 6379, + 'password' => getenv('REDIS_HOST_PASSWORD'), ), ); } From 022eaa5391871b601cc4dd86c3a7e69c4622a95f Mon Sep 17 00:00:00 2001 From: Taylor Date: Fri, 5 Feb 2021 13:28:39 -0700 Subject: [PATCH 2/2] Bumped chart version number to 2.5.3 Signed-off-by: Taylor --- charts/nextcloud/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/nextcloud/Chart.yaml b/charts/nextcloud/Chart.yaml index 7fb726af..930b515c 100644 --- a/charts/nextcloud/Chart.yaml +++ b/charts/nextcloud/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: nextcloud -version: 2.5.0 +version: 2.5.3 appVersion: 19.0.3 description: A file sharing server that puts the control and security of your own data back into your hands. keywords: