From b82fdd214e4bda602fa03d8b840cacd932b1f4e2 Mon Sep 17 00:00:00 2001 From: Jean-Gab Date: Sat, 1 Apr 2023 11:19:30 -0400 Subject: [PATCH 1/4] Clarify the behavior of "internalDatabase" setting Clarify that internalDatabase must be enabled: false to activate other databases in nextcloud config. Simply enabling mariadb, external or postgres database will not actually configure nextcloud to use it unless internalDatabase.enabled is false. Signed-off-by: Jean-Gab --- charts/nextcloud/values.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/charts/nextcloud/values.yaml b/charts/nextcloud/values.yaml index 9bfb3cd2..5e1a58d9 100644 --- a/charts/nextcloud/values.yaml +++ b/charts/nextcloud/values.yaml @@ -228,7 +228,12 @@ nginx: # runAsNonRoot: true # readOnlyRootFilesystem: true +## +## Internal sqlite database configuration +## internalDatabase: + ## Wether to use the sqlite database. This takes precedence on other database settings + ## and must be false to use any other database type enabled: true name: nextcloud From 89fceac252203df859a0017d89cb9ab0404e6c9a Mon Sep 17 00:00:00 2001 From: Jean-Gab Date: Sat, 1 Apr 2023 11:34:48 -0400 Subject: [PATCH 2/4] Update README.md Signed-off-by: Jean-Gab --- charts/nextcloud/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/nextcloud/README.md b/charts/nextcloud/README.md index 9fbd308e..9402029a 100644 --- a/charts/nextcloud/README.md +++ b/charts/nextcloud/README.md @@ -113,7 +113,7 @@ The following table lists the configurable parameters of the nextcloud chart and | `nginx.securityContext` | Optional security context for the nginx container | `nil` | | `lifecycle.postStartCommand` | Specify deployment lifecycle hook postStartCommand | `nil` | | `lifecycle.preStopCommand` | Specify deployment lifecycle hook preStopCommand | `nil` | -| `internalDatabase.enabled` | Whether to use internal sqlite database | `true` | +| `internalDatabase.enabled` | Whether to use internal sqlite database. Must be disabled to use any other database | `true` | | `internalDatabase.database` | Name of the existing database | `nextcloud` | | `externalDatabase.enabled` | Whether to use external database | `false` | | `externalDatabase.type` | External database type: `mysql`, `postgresql` | `mysql` | From 83ef3d3b0ca1c5d7e316ab85bead80febfceecdb Mon Sep 17 00:00:00 2001 From: Jean-Gab Date: Sat, 1 Apr 2023 11:35:45 -0400 Subject: [PATCH 3/4] Bump chart patch version for comment only change Signed-off-by: Jean-Gab --- 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 476ad641..5078b67b 100644 --- a/charts/nextcloud/Chart.yaml +++ b/charts/nextcloud/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: nextcloud -version: 3.5.4 +version: 3.5.5 appVersion: 26.0.0 description: A file sharing server that puts the control and security of your own data back into your hands. keywords: From ed7707fbb32ddcfd3b860e82044fee07b20e05bb Mon Sep 17 00:00:00 2001 From: JesseBot Date: Sat, 29 Apr 2023 03:28:28 +0200 Subject: [PATCH 4/4] change chart version back to 3.5.11 Signed-off-by: JesseBot --- 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 183f77e3..52acfb58 100644 --- a/charts/nextcloud/Chart.yaml +++ b/charts/nextcloud/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: nextcloud -version: 3.5.12 +version: 3.5.11 appVersion: 26.0.1 description: A file sharing server that puts the control and security of your own data back into your hands. keywords: