From 82c11025be9e192087202ced423685a977d88537 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?=
 <10630407+groundhog2k@users.noreply.github.com>
Date: Sun, 20 Feb 2022 11:00:10 +0100
Subject: [PATCH] Upgrade nextcloud chart for Nextcloud 23.0.2 (#889)

---
 charts/nextcloud/Chart.yaml      | 4 ++--
 charts/nextcloud/README.md       | 2 +-
 charts/nextcloud/RELEASENOTES.md | 1 +
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/charts/nextcloud/Chart.yaml b/charts/nextcloud/Chart.yaml
index 4484c730..44cb6fbc 100644
--- a/charts/nextcloud/Chart.yaml
+++ b/charts/nextcloud/Chart.yaml
@@ -8,10 +8,10 @@ maintainers:
   - name: groundhog2k
 
 # This is the chart version.
-version: 0.10.5
+version: 0.10.6
 
 # This is the version number of the application being deployed.
-appVersion: "23.0.1-apache"
+appVersion: "23.0.2-apache"
 
 dependencies:
   - name: mariadb
diff --git a/charts/nextcloud/README.md b/charts/nextcloud/README.md
index 7d9e527e..b30be27a 100644
--- a/charts/nextcloud/README.md
+++ b/charts/nextcloud/README.md
@@ -1,6 +1,6 @@
 # Nextcloud
 
-![Version: 0.10.5](https://img.shields.io/badge/Version-0.10.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 23.0.1-apache](https://img.shields.io/badge/AppVersion-23.0.1-informational?style=flat-square)
+![Version: 0.10.6](https://img.shields.io/badge/Version-0.10.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 23.0.2-apache](https://img.shields.io/badge/AppVersion-23.0.2-informational?style=flat-square)
 
 ## Changelog
 
diff --git a/charts/nextcloud/RELEASENOTES.md b/charts/nextcloud/RELEASENOTES.md
index 94202827..670f0165 100644
--- a/charts/nextcloud/RELEASENOTES.md
+++ b/charts/nextcloud/RELEASENOTES.md
@@ -6,4 +6,5 @@
 | 0.10.3 | 23.0.0-apache | Updated chart dependencies |
 | 0.10.4 | 23.0.1-apache | Upgraded to Nextcloud 23.0.1 |
 | 0.10.5 | 23.0.1-apache | Updated chart dependencies (mariadb 0.2.18 / postgres 0.2.17) |
+| 0.10.6 | 23.0.2-apache | Upgraded to Nextcloud 23.0.2 |
 | | | |
-- 
GitLab