From 705d05c0be4d3ea0bb205c1eeb3ab58310193e5e Mon Sep 17 00:00:00 2001
From: Varac <varac@varac.net>
Date: Wed, 4 Aug 2021 09:36:13 +0200
Subject: [PATCH] Update NC chart to 2.7.0, including NC 20.0.11

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index fe2130e9..f6978cc5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## [0.3.0] - 2021-08-04
+
+* Update NC chart to 2.7.0, including NC 20.0.11
+
 ## [0.2.9] - 2021-06-14
 
 * Add option to make `/var/lib/onlyoffice` a persistent directory
diff --git a/Chart.lock b/Chart.lock
index b575e008..05aa123c 100644
--- a/Chart.lock
+++ b/Chart.lock
@@ -1,7 +1,7 @@
 dependencies:
 - name: nextcloud
   repository: https://nextcloud.github.io/helm
-  version: 2.5.0
+  version: 2.7.0
 - name: rabbitmq
   repository: https://charts.bitnami.com/bitnami
   version: 6.18.2
@@ -11,5 +11,5 @@ dependencies:
 - name: postgresql
   repository: https://charts.bitnami.com/bitnami
   version: 8.6.4
-digest: sha256:45a6835cd932a249a277aedbc0e1356437787ff1b8f7e883b4a30925a65a1719
-generated: "2021-03-18T09:14:11.008796323+01:00"
+digest: sha256:041bf2da93047168e075cd7f97b8a7c67b7475f0edd8d4d4aede77a42a912e1f
+generated: "2021-08-04T09:34:59.649936752+02:00"
diff --git a/Chart.yaml b/Chart.yaml
index bb9c7fc3..ef9e2080 100644
--- a/Chart.yaml
+++ b/Chart.yaml
@@ -3,11 +3,11 @@ apiVersion: v2
 description: |
   A helm chart for installing NextCloud and setting up ONLYOFFICE integration
 name: nextcloud-onlyoffice
-version: 0.2.9
-appVersion: NC-19.0.3-OO-6.2.2.21
+version: 0.3.0
+appVersion: NC-20.0.11-OO-6.2.2.21
 dependencies:
   - name: nextcloud
-    version: 2.5.0
+    version: 2.7.0
     repository: "https://nextcloud.github.io/helm"
   - name: rabbitmq
     version: 6.18.2
-- 
GitLab