From d0db4cec82fecd6652ceae32843c889c9bd8051b Mon Sep 17 00:00:00 2001
From: Varac <varac@varac.net>
Date: Tue, 22 Mar 2022 17:30:21 +0100
Subject: [PATCH] Bump chart version to 0.7.16

---
 CHANGELOG.md | 11 ++++++++---
 Chart.yaml   |  4 ++--
 2 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 485ac34d..16941bdc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+## [0.7.16] - 2022-03-24
+
+* Fix some issues listed on the Administration/Overview tab
+* Add maintenance tasks and app updated to post-install/-upgrade helm hook
+
 ## [0.7.0] - 2022-02-22
 
 * Replace ONLYOFFICE's postgresql database by mariadb. When upgrading, please
@@ -10,7 +15,7 @@
 ## [0.5.3] - 2021-12-01
 
 * Chart is now available on via helm repository:
-  https://open.greenhost.net/api/v4/projects/1/packages/helm/stable
+  <https://open.greenhost.net/api/v4/projects/1/packages/helm/stable>
 
 ## [0.5.2] - 2021-11-03
 
@@ -44,10 +49,10 @@
 
 * Replace pod probes by exec ones to actually check healthcheck status
 * Update NC chart to 2.9.0
-  - This in turn updates the mariadb dependency chart from 7.10 to 9.6, which
+  * This in turn updates the mariadb dependency chart from 7.10 to 9.6, which
     brings along some changes to helm value names: see [their upgrade
     notes](https://github.com/bitnami/charts/tree/master/bitnami/mariadb/#to-800).
-  - Also, this requires Helm version 3.7 or higher to install (or upgrade).
+  * Also, this requires Helm version 3.7 or higher to install (or upgrade).
 
 ## [0.3.3] - 2021-09-02
 
diff --git a/Chart.yaml b/Chart.yaml
index 38f0a4a0..64ab75fb 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.7.15
-appVersion: NC-20.0.11-OO-6.2.2.21
+version: 0.7.16
+appVersion: NC-23.0.2-OO-7.0.1.37
 icon: https://cdn.rawgit.com/docker-library/docs/defa5ffc7123177acd60ddef6e16bddf694cc35f/nextcloud/logo.svg
 dependencies:
   # https://artifacthub.io/packages/helm/nextcloud/nextcloud
-- 
GitLab