From c66e9d17b4e588da4c50a1aeabaa2376f5458a77 Mon Sep 17 00:00:00 2001
From: Goeran Poehner <goeran.poehner@gmail.com>
Date: Sat, 28 Oct 2023 20:08:23 +0200
Subject: [PATCH] Updated nextcloud chart for Nextcloud 27.1.3

---
 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 271786bd..5ec01f82 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.15.2"
+version: "0.15.3"
 
 # This is the version number of the application being deployed.
-appVersion: "27.1.2-apache"
+appVersion: "27.1.3-apache"
 
 dependencies:
   - name: mariadb
diff --git a/charts/nextcloud/README.md b/charts/nextcloud/README.md
index 0239ec66..aeb0d748 100644
--- a/charts/nextcloud/README.md
+++ b/charts/nextcloud/README.md
@@ -1,6 +1,6 @@
 # Nextcloud
 
-![Version: 0.15.2](https://img.shields.io/badge/Version-0.15.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 27.1.2-apache](https://img.shields.io/badge/AppVersion-27.1.2-informational?style=flat-square)
+![Version: 0.15.3](https://img.shields.io/badge/Version-0.15.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 27.1.3-apache](https://img.shields.io/badge/AppVersion-27.1.3-informational?style=flat-square)
 
 ## Changelog
 
diff --git a/charts/nextcloud/RELEASENOTES.md b/charts/nextcloud/RELEASENOTES.md
index efd1fb14..934aca83 100644
--- a/charts/nextcloud/RELEASENOTES.md
+++ b/charts/nextcloud/RELEASENOTES.md
@@ -52,4 +52,5 @@
 | 0.15.0 | 27.1.0-apache | Upgraded to Nextcloud 27.1.0 |
 | 0.15.1 | 27.1.1-apache | Upgraded to Nextcloud 27.1.1 |
 | 0.15.2 | 27.1.2-apache | Upgraded to Nextcloud 27.1.2 |
+| 0.15.3 | 27.1.3-apache | Upgraded to Nextcloud 27.1.3 |
 | | | |
-- 
GitLab