From 3a6020f88e4667e92ea6c83c2ae046230352d78d Mon Sep 17 00:00:00 2001
From: Goeran Poehner <goeran.poehner@gmail.com>
Date: Fri, 9 Sep 2022 17:05:03 +0200
Subject: [PATCH] Updated nextcloud chart for Nextcloud 24.0.5

---
 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 1be7d269..06cc6d99 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.10
+version: 0.11.11
 
 # This is the version number of the application being deployed.
-appVersion: "24.0.4-apache"
+appVersion: "24.0.5-apache"
 
 dependencies:
   - name: mariadb
diff --git a/charts/nextcloud/README.md b/charts/nextcloud/README.md
index 81a7e4f9..e2d195d9 100644
--- a/charts/nextcloud/README.md
+++ b/charts/nextcloud/README.md
@@ -1,6 +1,6 @@
 # Nextcloud
 
-![Version: 0.11.10](https://img.shields.io/badge/Version-0.11.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 24.0.4-apache](https://img.shields.io/badge/AppVersion-24.0.4-informational?style=flat-square)
+![Version: 0.11.11](https://img.shields.io/badge/Version-0.11.11-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 24.0.5-apache](https://img.shields.io/badge/AppVersion-24.0.5-informational?style=flat-square)
 
 ## Changelog
 
diff --git a/charts/nextcloud/RELEASENOTES.md b/charts/nextcloud/RELEASENOTES.md
index 5a23f7d3..a621a788 100644
--- a/charts/nextcloud/RELEASENOTES.md
+++ b/charts/nextcloud/RELEASENOTES.md
@@ -21,4 +21,5 @@
 | 0.11.8 | 24.0.4-apache | Upgraded to Nextcloud 24.0.4 |
 | 0.11.9 | 24.0.4-apache | Updated chart dependencies (postgres 0.2.21) |
 | 0.11.10 | 24.0.4-apache | Updated chart dependencies (mariadb 0.2.22) |
+| 0.11.11 | 24.0.5-apache | Upgraded to Nextcloud 24.0.5 |
 | | | |
-- 
GitLab