diff --git a/infrastructure/longhorn/release.yaml b/infrastructure/longhorn/release.yaml
index 040141d27ca9a75889909c4e4e0b4cd955f5c5cf..f7e06aa7a87334e6c435b6a852d4e36001ad5f67 100644
--- a/infrastructure/longhorn/release.yaml
+++ b/infrastructure/longhorn/release.yaml
@@ -11,7 +11,7 @@ spec:
       sourceRef:
         kind: HelmRepository
         name: longhorn
-      # renovate: helmRepo=https://charts.longhorn.io depName=longhorn
+        namespace: longhorn-system
       version: 1.2.3
   interval: 5m
   install:
diff --git a/infrastructure/longhorn/repository.yaml b/infrastructure/longhorn/repository.yaml
index eb223c432e273d2c3e2bc9d68980bb3eb62cdf8a..3fa272c461599c0b6f1087d8bbac8650c21e5a9f 100644
--- a/infrastructure/longhorn/repository.yaml
+++ b/infrastructure/longhorn/repository.yaml
@@ -2,6 +2,7 @@ apiVersion: source.toolkit.fluxcd.io/v1beta1
 kind: HelmRepository
 metadata:
   name: longhorn
+  namespace: longhorn-system
 spec:
   interval: 30m
   url: https://charts.longhorn.io