From 92aa16302254230a112d3039d91f3b88aac7914d Mon Sep 17 00:00:00 2001
From: Maarten de Waard <maarten@greenhost.nl>
Date: Wed, 26 Oct 2022 11:04:06 +0200
Subject: [PATCH] update Chart.yaml and changelog

---
 CHANGELOG.md | 5 +++++
 Chart.yaml   | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2d72c762..aee29177 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
 # Changelog
 
+## [0.15.0] - 2022-10-26
+
+* Migrate post install and upgrade jobs to a postStartCommand inside the
+  Nextcloud pod
+
 ## [0.14.1] - 2022-10-20
 
 * Remove default passwords in values.yaml and values-local.yaml.example
diff --git a/Chart.yaml b/Chart.yaml
index 88cea52f..dcb0524f 100644
--- a/Chart.yaml
+++ b/Chart.yaml
@@ -4,7 +4,7 @@ description: |
   A helm chart for installing NextCloud and setting up ONLYOFFICE integration
 name: nextcloud-onlyoffice
 appVersion: NC-24.0.5-OO-7.2.0.204
-version: 0.14.2
+version: 0.15.0
 icon: https://cdn.rawgit.com/docker-library/docs/defa5ffc7123177acd60ddef6e16bddf694cc35f/nextcloud/logo.svg
 dependencies:
   # https://artifacthub.io/packages/helm/nextcloud/nextcloud
-- 
GitLab