From 5999fcb4bc71711b05361788b5243b494bdbcd52 Mon Sep 17 00:00:00 2001
From: Varac <varac@varac.net>
Date: Tue, 30 Aug 2022 14:03:10 +0200
Subject: [PATCH] Bump chart version to 0.13.0

---
 CHANGELOG.md | 6 ++++++
 Chart.lock   | 3 ---
 Chart.yaml   | 6 +-----
 3 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6ae5a455..9a7c7872 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 5a5db319..cdd276ed 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 a7f1f2ba..b18b77fb 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"
-- 
GitLab