diff --git a/values.yaml b/values.yaml
index 366240a360528d3321b8a63af317a78298fe64c7..b4b5a80742db34d8c748017ddaa975453765c465 100644
--- a/values.yaml
+++ b/values.yaml
@@ -156,7 +156,9 @@ onlyoffice:
     failureThreshold: 120
 
 redis:
-  usePassword: false
+  auth:
+    # Disable redis password authentication altogether.
+    enabled: false
   architecture: standalone
 
 postgresql: