From 35fba91c44015455661b02cd21b588454d979bab Mon Sep 17 00:00:00 2001 From: Angel Nunez Mencias Date: Wed, 26 Oct 2022 14:08:15 +0200 Subject: [PATCH 1/5] fixes #261 Signed-off-by: Angel Nunez Mencias --- charts/nextcloud/templates/_helpers.tpl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/charts/nextcloud/templates/_helpers.tpl b/charts/nextcloud/templates/_helpers.tpl index 12f73489..ca7a8d58 100644 --- a/charts/nextcloud/templates/_helpers.tpl +++ b/charts/nextcloud/templates/_helpers.tpl @@ -248,6 +248,9 @@ Create volume mounts for the nextcloud container as well as the cron sidecar con subPath: {{ $key }} {{- end }} {{- end }} +{{- if .Values.nextcloud.extraVolumeMounts }} +{{- toYaml .Values.nextcloud.extraVolumeMounts }} +{{- end }} {{- end }} {{- $nginxEnabled := .Values.nginx.enabled -}} {{- range $key, $value := .Values.nextcloud.phpConfigs }} From 513fc6dca6f11524eb71685f659f1bed4ce4afba Mon Sep 17 00:00:00 2001 From: tvories Date: Mon, 7 Nov 2022 14:07:38 -0700 Subject: [PATCH 2/5] fix: bump chart version, rebase, and yaml formatting Signed-off-by: tvories --- 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 dcd8ba02..b828b7aa 100644 --- a/charts/nextcloud/Chart.yaml +++ b/charts/nextcloud/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: nextcloud -version: 3.3.0 +version: 3.3.1 appVersion: 25.0.1 description: A file sharing server that puts the control and security of your own data back into your hands. keywords: From 930b3680a3c6f4f4e88c188d4dca3cc82df72739 Mon Sep 17 00:00:00 2001 From: tvories Date: Mon, 7 Nov 2022 14:32:46 -0700 Subject: [PATCH 3/5] fix: bump chart Signed-off-by: tvories --- 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 b828b7aa..92306b1c 100644 --- a/charts/nextcloud/Chart.yaml +++ b/charts/nextcloud/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: nextcloud -version: 3.3.1 +version: 3.3.2 appVersion: 25.0.1 description: A file sharing server that puts the control and security of your own data back into your hands. keywords: From 7a7d808562b94e7c9c2756f7d5110e3f25df0060 Mon Sep 17 00:00:00 2001 From: tvories Date: Mon, 7 Nov 2022 14:43:14 -0700 Subject: [PATCH 4/5] fix: revert back chart version to correct 3.3.1 Signed-off-by: tvories --- 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 92306b1c..b828b7aa 100644 --- a/charts/nextcloud/Chart.yaml +++ b/charts/nextcloud/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: nextcloud -version: 3.3.2 +version: 3.3.1 appVersion: 25.0.1 description: A file sharing server that puts the control and security of your own data back into your hands. keywords: From 61419607430c79f77fd7d2b1295cadd8ac444955 Mon Sep 17 00:00:00 2001 From: tvories Date: Mon, 7 Nov 2022 14:51:31 -0700 Subject: [PATCH 5/5] fix: bump to 3.3.2 since 3.3.1 was released Signed-off-by: tvories --- 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 b828b7aa..92306b1c 100644 --- a/charts/nextcloud/Chart.yaml +++ b/charts/nextcloud/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: nextcloud -version: 3.3.1 +version: 3.3.2 appVersion: 25.0.1 description: A file sharing server that puts the control and security of your own data back into your hands. keywords: