From f2c9e6d72a71f4ab184878f6b2aa64e6799a9d64 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?= <goeran.poehner@gmail.com>
Date: Fri, 22 Dec 2023 11:23:47 +0100
Subject: [PATCH] Updated nextcloud chart for Nextcloud 28.0.1

---
 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 bc04312c..9732a5eb 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.16.0"
+version: "0.16.1"
 
 # This is the version number of the application being deployed.
-appVersion: "28.0.0-apache"
+appVersion: "28.0.1-apache"
 
 dependencies:
   - name: mariadb
diff --git a/charts/nextcloud/README.md b/charts/nextcloud/README.md
index 90b9aebc..a1f4854f 100644
--- a/charts/nextcloud/README.md
+++ b/charts/nextcloud/README.md
@@ -1,6 +1,6 @@
 # Nextcloud
 
-![Version: 0.16.0](https://img.shields.io/badge/Version-0.16.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 28.0.0-apache](https://img.shields.io/badge/AppVersion-28.0.0-informational?style=flat-square)
+![Version: 0.16.1](https://img.shields.io/badge/Version-0.16.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 28.0.1-apache](https://img.shields.io/badge/AppVersion-28.0.1-informational?style=flat-square)
 
 ## Changelog
 
diff --git a/charts/nextcloud/RELEASENOTES.md b/charts/nextcloud/RELEASENOTES.md
index 463ba395..7a15a08a 100644
--- a/charts/nextcloud/RELEASENOTES.md
+++ b/charts/nextcloud/RELEASENOTES.md
@@ -55,4 +55,5 @@
 | 0.15.3 | 27.1.3-apache | Upgraded to Nextcloud 27.1.3 |
 | 0.15.4 | 27.1.4-apache | Upgraded to Nextcloud 27.1.4 |
 | 0.16.0 | 28.0.0-apache | Upgraded to Nextcloud 28.0.0 |
+| 0.16.1 | 28.0.1-apache | Upgraded to Nextcloud 28.0.1 |
 | | | |
-- 
GitLab