From 10ec2728c8f9519c15f190868963be6164f2cd75 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Sun, 10 Apr 2022 12:44:43 +0200
Subject: [PATCH] fix(nextcloud): Switch to own nextcloud helm fork

This patch switches the helm repository from the upstream helm chart to
my won, in order to utilise system cronjobs instead of webcron that
upstream supports and only option.
---
 apps/base/nextcloud/repository.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/base/nextcloud/repository.yaml b/apps/base/nextcloud/repository.yaml
index 902fb2833..7813e30cf 100644
--- a/apps/base/nextcloud/repository.yaml
+++ b/apps/base/nextcloud/repository.yaml
@@ -5,4 +5,4 @@ metadata:
   namespace: nextcloud
 spec:
   interval: 30m
-  url: https://nextcloud.github.io/helm/
+  url: https://sisheogorath.github.io/helm/
-- 
GitLab