diff --git a/charts/nextcloud/Chart.yaml b/charts/nextcloud/Chart.yaml
index e2ee5e3859e54ed83908793addd60a0dd3bbd4e8..b2ea9f340f036c100991df7bc81d9d206135e4ba 100644
--- a/charts/nextcloud/Chart.yaml
+++ b/charts/nextcloud/Chart.yaml
@@ -8,7 +8,7 @@ maintainers:
   - name: groundhog2k
 
 # This is the chart version.
-version: 0.2.3
+version: 0.2.4
 
 # This is the version number of the application being deployed.
 appVersion: "20.0.2-apache"
diff --git a/charts/nextcloud/README.md b/charts/nextcloud/README.md
index 9c083b049c31cc0f27a0981453fb520530c67b92..d29bcb4bc8bfb53d447a457adfc7cb28b1b954c3 100644
--- a/charts/nextcloud/README.md
+++ b/charts/nextcloud/README.md
@@ -1,6 +1,6 @@
 #  Nextcloud
 
-![Version: 0.2.3](https://img.shields.io/badge/Version-0.2.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 20.0.2-apache](https://img.shields.io/badge/AppVersion-20.0.2-informational?style=flat-square)
+![Version: 0.2.4](https://img.shields.io/badge/Version-0.2.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 20.0.2-apache](https://img.shields.io/badge/AppVersion-20.0.2-informational?style=flat-square)
 
 A Helm chart for Nextcloud on Kubernetes
 
@@ -161,7 +161,7 @@ $ helm uninstall my-release
 | settings.admin.name | string | `nil` | Nextcloud administrator user |
 | settings.admin.password | string | `nil` | Nextcloud admin user password |
 | settings.update | bool | `false` | Enable update |
-| settings.databaseUpdateDelay | int | `30` | Delay for database update after nextcloud upgrade |
+| settings.databaseUpdateDelay | int | `120` | Delay for database update after nextcloud upgrade |
 | settings.maxFileUploadSize | string | `64M` | Maximum file upload size |
 | settings.memoryLimit | string | `512M` | PHP memory limit |
 | settings.disableRewriteIP | bool | `false` | Disable rewriting IP address |
diff --git a/charts/nextcloud/values.yaml b/charts/nextcloud/values.yaml
index badd1eaeacae0daec36e4282f4d39a01107f51be..dea02936633de396475f316377773be8c5053935 100644
--- a/charts/nextcloud/values.yaml
+++ b/charts/nextcloud/values.yaml
@@ -172,8 +172,8 @@ externalCache:
 settings:
   ## Enable update processing (default: false - set to true when "helm upgrade .." is used)
   update: false
-  ## Delay before database update steps are initiated (default: 30 seconds)
-  databaseUpdateDelay: 480
+  ## Delay before database update steps are initiated (default: 120 seconds)
+  databaseUpdateDelay: 120
   ## Maximum file upload size (default: 64M)
   maxFileUploadSize: 64M
   ## PHP memory limit (default: 512M)