diff --git a/values.yaml b/values.yaml
index b7b0bc3827aa62ff234db6329ec5e9ef5ebc51d2..5154edf8116c60734f34b4d2c27ddc30c1541533 100644
--- a/values.yaml
+++ b/values.yaml
@@ -20,6 +20,14 @@ nextcloud:
         CREATE DATABASE {{ .Values.global.onlyofficeDb.name }};
         GRANT ALL PRIVILEGES ON {{ .Values.global.onlyofficeDb.name }}.* TO '{{ .Values.global.onlyofficeDb.user }}'@'%';
 
+  redis:
+    enabled: true
+    auth:
+      enabled: false
+      usePassword: false
+      password: ''
+    architecture: standalone
+
   # Use 2 GB of storage for NC storage (maybe make configurable later?)
   persistence:
     enabled: true
@@ -189,12 +197,6 @@ onlyoffice:
     successThreshold: 1
     failureThreshold: 120
 
-redis:
-  auth:
-    # Disable redis password authentication altogether.
-    enabled: false
-  architecture: standalone
-
 rabbitmq:
   auth:
     password: password