From 89f53e2114fc8cc16c1d21661d08bb60efead94d Mon Sep 17 00:00:00 2001
From: groundhog2k <10630407+groundhog2k@users.noreply.github.com>
Date: Sun, 3 Oct 2021 09:15:49 +0200
Subject: [PATCH] Update nextcloud chart for Nextcloud 22.2.0 (#630)

---
 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 fac44b6f..15704861 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.7.1
+version: 0.8.0
 
 # This is the version number of the application being deployed.
-appVersion: "22.1.1-apache"
+appVersion: "22.2.0-apache"
 
 dependencies:
   - name: mariadb
diff --git a/charts/nextcloud/README.md b/charts/nextcloud/README.md
index f310e9cd..a15a7c02 100644
--- a/charts/nextcloud/README.md
+++ b/charts/nextcloud/README.md
@@ -1,6 +1,6 @@
 #  Nextcloud
 
-![Version: 0.7.1](https://img.shields.io/badge/Version-0.7.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 22.1.1-apache](https://img.shields.io/badge/AppVersion-22.1.1-informational?style=flat-square)
+![Version: 0.8.0](https://img.shields.io/badge/Version-0.8.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 22.2.0-apache](https://img.shields.io/badge/AppVersion-22.2.0-informational?style=flat-square)
 
 A Helm chart for Nextcloud on Kubernetes
 
-- 
GitLab