diff --git a/flux2/infrastructure/sources/wekan.yaml b/flux2/infrastructure/sources/wekan.yaml
index 966a533551a4dbc33fea5bcb884fb6c921814ddc..1c9082d54173cf999d457a27829d1f83c558a252 100644
--- a/flux2/infrastructure/sources/wekan.yaml
+++ b/flux2/infrastructure/sources/wekan.yaml
@@ -6,11 +6,12 @@ metadata:
 spec:
   # The interval at which to check the upstream for updates
   interval: 1h
-  # The repository URL, can be a HTTP/S or SSH address
-  url: https://github.com/wekan/wekan
+  # Until Chart apiVersion update PR is not merged, use varac:master for now
+  url: https://github.com/varac/wekan
   # The Git reference to checkout and monitor for changes
   # (defaults to master)
   # For all available options, see:
   # https://toolkit.fluxcd.io/components/source/api/#source.toolkit.fluxcd.io/v1beta1.GitRepositoryRef
   ref:
-    tag: v5.41
+    branch: update_helmchart
+    # tag: 5.41