diff --git a/values.yaml b/values.yaml
index 8ccc8ce71d6184afb64c16946e701075a4c3df63..d2d99ac30b12bf2c3f9a2d07e727770cf9e64753 100644
--- a/values.yaml
+++ b/values.yaml
@@ -7,6 +7,10 @@ nextcloud:
   # Enable and configure MariaDB chart
   mariadb:
     enabled: true
+    # Needed to fix https://open.greenhost.net/openappstack/nextcloud/issues/28#note_7070
+    volumePermissions:
+      image:
+        pullSecrets: []
 
   # Use 2 GB of storage for NC storage (maybe make configurable later?)
   persistence:
@@ -35,9 +39,9 @@ mariadb:
 
 onlyoffice:
   # Default values for onlyoffice.
-  
+
   replicaCount: 1
-  
+
   jwtSecret: "secret"
 
   # Port of onlyoffice server inside docker container.
@@ -45,21 +49,21 @@ onlyoffice:
 
   # URL to the server running onlyoffice, replace this with your own domain!
   server_name: onlyoffice.domain
-  
+
   image:
     repository: infrarednetwork/onlyoffice-documentserver
     tag: 5.4.0-2-1
     pullPolicy: Always
-  
+
   strategy: Recreate
-  
+
   nameOverride: ""
   fullnameOverride: ""
-  
+
   service:
     type: ClusterIP
     port: 9980
-  
+
   ingress:
     enabled: false
     annotations:
@@ -67,7 +71,7 @@ onlyoffice:
     paths: []
     hosts: []
     tls: []
-  
+
   resources: {}
     # limits:
     #  cpu: 100m
@@ -75,15 +79,15 @@ onlyoffice:
     # requests:
     #  cpu: 100m
     #  memory: 128Mi
-  
+
   nodeSelector: {}
-  
+
   tolerations: []
-  
+
   securityContext: {}
-  
+
   affinity: {}
-  
+
   livenessProbe:
     enabled: true
     initialDelaySeconds: 120
@@ -91,7 +95,7 @@ onlyoffice:
     periodSeconds: 10
     successThreshold: 1
     failureThreshold: 3
-  
+
   readinessProbe:
     enabled: true
     initialDelaySeconds: 30