diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6ae5a455b5880ee4d60cacc31a5b95c802930ab6..9a7c7872c6f0424ce31653d30c99b8e6f4c27e2c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
 # Changelog
 
+## [0.13.0] - 2022-08-25
+
+* Enable redis for NC, managed by the NC dependency redis chart.
+  Onlyoffice will share the same Redis instance.
+  https://open.greenhost.net/stackspin/nextcloud/-/issues/1066
+
 ## [0.12.2] - 2022-09-28
 
 * Fix bug with installing "contacts" app
diff --git a/Chart.lock b/Chart.lock
index 5a5db3195f03683fed63154e59944c6b79dc30a5..cdd276ed36f6062a4caec1dc8f533613708bb17c 100644
--- a/Chart.lock
+++ b/Chart.lock
@@ -5,8 +5,5 @@ dependencies:
 - name: rabbitmq
   repository: https://charts.bitnami.com/bitnami
   version: 10.3.7
-- name: redis
-  repository: https://charts.bitnami.com/bitnami
-  version: 17.3.1
 digest: sha256:6aaaccf66ca39d4b9b03275e4d544def160cd4b852742e76dc386a87f9f6253f
 generated: "2022-10-04T22:07:48.945898501Z"
diff --git a/Chart.yaml b/Chart.yaml
index a7f1f2bafb440b826ae662ac2f69c78bea73ac9f..b18b77fb67da93fca8f6ea1c52edddcc29e5c1d3 100644
--- a/Chart.yaml
+++ b/Chart.yaml
@@ -3,8 +3,8 @@ apiVersion: v2
 description: |
   A helm chart for installing NextCloud and setting up ONLYOFFICE integration
 name: nextcloud-onlyoffice
-version: 0.12.4
 appVersion: NC-24.0.5-OO-7.2.0.204
+version: 0.13.0
 icon: https://cdn.rawgit.com/docker-library/docs/defa5ffc7123177acd60ddef6e16bddf694cc35f/nextcloud/logo.svg
 dependencies:
   # https://artifacthub.io/packages/helm/nextcloud/nextcloud
@@ -15,7 +15,3 @@ dependencies:
   - name: rabbitmq
     version: 10.3.7
     repository: "https://charts.bitnami.com/bitnami"
-  # https://artifacthub.io/packages/helm/bitnami/redis
-  - name: redis
-    version: 17.3.1
-    repository: "https://charts.bitnami.com/bitnami"