From 9fdf2bc7b2ea590326cb980f1a4ef63bc7e88b28 Mon Sep 17 00:00:00 2001
From: groundhog2k <10630407+groundhog2k@users.noreply.github.com>
Date: Mon, 19 Jul 2021 09:12:26 +0200
Subject: [PATCH] Update nextcloud chart for Nextcloud 21.0.3 (#505)

---
 charts/nextcloud/Chart.yaml | 4 ++--
 charts/nextcloud/README.md  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/charts/nextcloud/Chart.yaml b/charts/nextcloud/Chart.yaml
index 7130afb3..90ef4808 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.5.13
+version: 0.5.14
 
 # This is the version number of the application being deployed.
-appVersion: "21.0.2-apache"
+appVersion: "21.0.3-apache"
 
 dependencies:
   - name: mariadb
diff --git a/charts/nextcloud/README.md b/charts/nextcloud/README.md
index 17421e0b..e0843603 100644
--- a/charts/nextcloud/README.md
+++ b/charts/nextcloud/README.md
@@ -1,6 +1,6 @@
 #  Nextcloud
 
-![Version: 0.5.13](https://img.shields.io/badge/Version-0.5.13-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 21.0.2-apache](https://img.shields.io/badge/AppVersion-21.0.2-informational?style=flat-square)
+![Version: 0.5.14](https://img.shields.io/badge/Version-0.5.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 21.0.3-apache](https://img.shields.io/badge/AppVersion-21.0.3-informational?style=flat-square)
 
 A Helm chart for Nextcloud on Kubernetes
 
-- 
GitLab