From 8565cbb014d0044f33b5679f38374c7786e8a6a7 Mon Sep 17 00:00:00 2001
From: xeruf <27jf@pm.me>
Date: Thu, 8 Feb 2024 16:35:56 +0100
Subject: [PATCH] sources/vikunja: move to oci

---
 infrastructure/sources/vikunja-helmrepository.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/infrastructure/sources/vikunja-helmrepository.yaml b/infrastructure/sources/vikunja-helmrepository.yaml
index 4dfe7e6..e92f2a4 100644
--- a/infrastructure/sources/vikunja-helmrepository.yaml
+++ b/infrastructure/sources/vikunja-helmrepository.yaml
@@ -4,5 +4,6 @@ metadata:
   name: vikunja
   namespace: flux-system
 spec:
+  type: "oci"
   interval: 60m
-  url: https://kolaente.dev/api/packages/vikunja/helm
+  url: oci://kolaente.dev/vikunja
-- 
GitLab