From 02a7e6467c69bb46e1f777ba6c318f2baaa0c222 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Mon, 23 Oct 2023 22:30:18 +0200
Subject: [PATCH] chore(nextcloud): Upgrade to 27.1.2

---
 charts/nextcloud/Chart.yaml | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/charts/nextcloud/Chart.yaml b/charts/nextcloud/Chart.yaml
index 42a2b7592..46012128b 100644
--- a/charts/nextcloud/Chart.yaml
+++ b/charts/nextcloud/Chart.yaml
@@ -1,8 +1,5 @@
 apiVersion: v2
 name: nextcloud
-version: 3.4.2
-# renovate: image=docker.io/library/nextcloud
-appVersion: "27.1.1"
 description: A file sharing server that puts the control and security of your own data back into your hands.
 keywords:
 - nextcloud
@@ -18,6 +15,12 @@ sources:
 maintainers:
 - name: Sheogorath
   url: https://shivering-isles.com
+
+
+version: 3.4.3
+# renovate: image=docker.io/library/nextcloud
+appVersion: "27.1.2"
+
 dependencies:
 - name: postgresql
   version: 11.9.13
-- 
GitLab