From 5876c0ce3e8ae03a4803f0da439ab13d923277fe Mon Sep 17 00:00:00 2001
From: xeruf <27jf@pm.me>
Date: Thu, 8 Feb 2024 16:39:54 +0100
Subject: [PATCH] sources/vikunja: fix oci url

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

diff --git a/infrastructure/sources/vikunja-helmrepository.yaml b/infrastructure/sources/vikunja-helmrepository.yaml
index e92f2a4..d3b32c8 100644
--- a/infrastructure/sources/vikunja-helmrepository.yaml
+++ b/infrastructure/sources/vikunja-helmrepository.yaml
@@ -6,4 +6,4 @@ metadata:
 spec:
   type: "oci"
   interval: 60m
-  url: oci://kolaente.dev/vikunja
+  url: oci://kolaente.dev/vikunja/vikunja
-- 
GitLab