From 59cb13f3fd6e2df70953c961635f559d57dce46a Mon Sep 17 00:00:00 2001
From: Arie Peterson <arie@greenhost.nl>
Date: Fri, 22 Nov 2024 10:50:07 +0100
Subject: [PATCH] Increase version to 0.15.32 and update CHANGELOG

---
 CHANGELOG.md | 7 +++++++
 Chart.yaml   | 4 ++--
 values.yaml  | 2 ++
 3 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4c6ca33..17f37e1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
 # Changelog
 
+## 0.15.32 - 2024-11-22
+
+* Update nextcloud helm chart to v6.3.0.
+  - In particular this upgrades Nextcloud to 30.0.2.
+* Update onlyoffice app to 9.5.0.
+* Update rabbitmq to v15.0.3.
+
 ## 0.15.31 - 2024-10-17
 
 * Update nextcloud helm chart to v6.1.0.
diff --git a/Chart.yaml b/Chart.yaml
index 9e9790e..262bb77 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
-appVersion: NC-30.0.0-OO-7.2.2.56
-version: 0.15.31
+appVersion: NC-30.0.2-OO-7.2.2.56
+version: 0.15.32
 icon: https://cdn.rawgit.com/docker-library/docs/defa5ffc7123177acd60ddef6e16bddf694cc35f/nextcloud/logo.svg
 dependencies:
   # https://artifacthub.io/packages/helm/nextcloud/nextcloud
diff --git a/values.yaml b/values.yaml
index 0b8f534..f8683a0 100644
--- a/values.yaml
+++ b/values.yaml
@@ -1,4 +1,6 @@
 ---
+# Upstream nextcloud chart.
+# https://github.com/nextcloud/helm/
 nextcloud:
   debug: false
   # Disable use of internal database
-- 
GitLab