From 3d5b9b562616cfd087f87e5a886797e6b35ad75c Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Wed, 9 Nov 2022 01:01:55 +0100
Subject: [PATCH] fix(mastodon): Try newest experimental branch

---
 apps/base/mastodon/repository.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/apps/base/mastodon/repository.yaml b/apps/base/mastodon/repository.yaml
index a2010d285..a0d1f04d7 100644
--- a/apps/base/mastodon/repository.yaml
+++ b/apps/base/mastodon/repository.yaml
@@ -6,9 +6,9 @@ metadata:
   namespace: mastodon
 spec:
   interval: 5m0s
-  url: https://git.shivering-isles.com/github-mirror/mastodon/mastodon
+  url: https://github.com/SISheogorath/mastodon.git
   ref:
-    branch: main
+    branch: feature/rollingPods
   ignore: |
     # exclude all
     /*
-- 
GitLab