From 9504c3dad94e85c3ebb44f50e4d313768a421b2e Mon Sep 17 00:00:00 2001
From: Goeran Poehner <goeran.poehner@gmail.com>
Date: Thu, 23 Mar 2023 16:49:19 +0100
Subject: [PATCH] Updated nextcloud chart for Nextcloud 26.0.0

---
 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 1bbd0f8c..44f51da2 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.12.10"
+version: "0.13.0"
 
 # This is the version number of the application being deployed.
-appVersion: "25.0.4-apache"
+appVersion: "26.0.0-apache"
 
 dependencies:
   - name: mariadb
diff --git a/charts/nextcloud/README.md b/charts/nextcloud/README.md
index 562d008f..7a0d4867 100644
--- a/charts/nextcloud/README.md
+++ b/charts/nextcloud/README.md
@@ -1,6 +1,6 @@
 # Nextcloud
 
-![Version: 0.12.10](https://img.shields.io/badge/Version-0.12.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 25.0.4-apache](https://img.shields.io/badge/AppVersion-25.0.4-informational?style=flat-square)
+![Version: 0.13.0](https://img.shields.io/badge/Version-0.13.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 26.0.0-apache](https://img.shields.io/badge/AppVersion-26.0.0-informational?style=flat-square)
 
 ## Changelog
 
diff --git a/charts/nextcloud/RELEASENOTES.md b/charts/nextcloud/RELEASENOTES.md
index 8fc4749b..f866b99f 100644
--- a/charts/nextcloud/RELEASENOTES.md
+++ b/charts/nextcloud/RELEASENOTES.md
@@ -37,4 +37,5 @@
 | 0.12.8 | 25.0.3-apache | Updated version detection for pod disruption budget |
 | 0.12.9 | 25.0.3-apache | Updated chart dependencies (mariadb 0.2.25 / postgres 0.2.24) |
 | 0.12.10 | 25.0.4-apache | Upgraded to Nextcloud 25.0.4 |
+| 0.13.0 | 26.0.0-apache | Upgraded to Nextcloud 26.0.0 |
 | | | |
-- 
GitLab