From 996aa1574f3d6724e4a26e29cc8c48f843d89f33 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?=
 <10630407+groundhog2k@users.noreply.github.com>
Date: Thu, 20 Oct 2022 18:20:45 +0200
Subject: [PATCH] Upgrade nextcloud chart for Nextcloud 25.0.0 (#1180)

Fixes #1177
---
 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 3de50826..284999b4 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.11.15
+version: 0.12.0
 
 # This is the version number of the application being deployed.
-appVersion: "24.0.6-apache"
+appVersion: "25.0.0-apache"
 
 dependencies:
   - name: mariadb
diff --git a/charts/nextcloud/README.md b/charts/nextcloud/README.md
index 2391288f..72de1733 100644
--- a/charts/nextcloud/README.md
+++ b/charts/nextcloud/README.md
@@ -1,6 +1,6 @@
 # Nextcloud
 
-![Version: 0.11.15](https://img.shields.io/badge/Version-0.11.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 24.0.6-apache](https://img.shields.io/badge/AppVersion-24.0.6-informational?style=flat-square)
+![Version: 0.12.0](https://img.shields.io/badge/Version-0.12.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 25.0.0-apache](https://img.shields.io/badge/AppVersion-25.0.0-informational?style=flat-square)
 
 ## Changelog
 
diff --git a/charts/nextcloud/RELEASENOTES.md b/charts/nextcloud/RELEASENOTES.md
index e91af5d1..841d5af8 100644
--- a/charts/nextcloud/RELEASENOTES.md
+++ b/charts/nextcloud/RELEASENOTES.md
@@ -26,4 +26,5 @@
 | 0.11.13 | 24.0.5-apache | Implemented support for image.registry option |
 | 0.11.14 | 24.0.5-apache | Updated chart dependencies (mariadb 0.2.23 / postgres 0.2.12 / redis 0.5.8) |
 | 0.11.15 | 24.0.6-apache | Upgraded to Nextcloud 24.0.6 |
+| 0.12.0 | 25.0.0-apache | Upgraded to Nextcloud 25.0.0 |
 | | | |
-- 
GitLab