diff --git a/bootstrap/calico/release.yaml b/bootstrap/calico/release.yaml
index 616cefe70ca828d8cab75903bfc7c4ab45d49177..2ad8eb94819fe446c00bc82077f4d75142bfa82f 100644
--- a/bootstrap/calico/release.yaml
+++ b/bootstrap/calico/release.yaml
@@ -12,7 +12,6 @@ spec:
         kind: HelmRepository
         name: projectcalico
         namespace: default
-      # renovate: helmRepo=https://docs.projectcalico.org/charts depName=tigera-operator
       version: v3.22.0
   interval: 15m
   values:
diff --git a/infrastructure/metallb/release.yaml b/infrastructure/metallb/release.yaml
index 6a3fbcd4fbd4e84c88ea3e2c9636a00518406725..72679976b75e1d3bd70329470b5ba7202ad29200 100644
--- a/infrastructure/metallb/release.yaml
+++ b/infrastructure/metallb/release.yaml
@@ -11,7 +11,7 @@ spec:
       sourceRef:
         kind: HelmRepository
         name: metallb
-      # renovate: helmRepo=https://metallb.github.io/metallb depName=metallb
+        namespace: metallb-system
       version: 0.11.0
   interval: 5m
   values:
diff --git a/infrastructure/metallb/repository.yaml b/infrastructure/metallb/repository.yaml
index 8c29c2a74aa382cce73572d26868a150da5a45c5..cad02ef84ebb2f8a43c4b09a52a8858e552c92f9 100644
--- a/infrastructure/metallb/repository.yaml
+++ b/infrastructure/metallb/repository.yaml
@@ -2,6 +2,7 @@ apiVersion: source.toolkit.fluxcd.io/v1beta1
 kind: HelmRepository
 metadata:
   name: metallb
+  namespace: metallb-system
 spec:
   interval: 30m
   url: https://metallb.github.io/metallb
diff --git a/infrastructure/monitoring/release.yaml b/infrastructure/monitoring/release.yaml
index 757ff019adbc53dadd14d3863a80e6b4f89fff59..cf4afb75e1ea7cc0dcc1d63d295727528d6e83cd 100644
--- a/infrastructure/monitoring/release.yaml
+++ b/infrastructure/monitoring/release.yaml
@@ -12,7 +12,6 @@ spec:
         kind: HelmRepository
         name: prometheus-community
         namespace: monitoring-system
-      # renovate: helmRepo=https://prometheus-community.github.io/helm-charts depName=kube-prometheus-stack
       version: 30.2.0
   interval: 5m
   values:
diff --git a/infrastructure/nginx-system/release.yaml b/infrastructure/nginx-system/release.yaml
index ac83ee57f4482be0e784575d509b98a2ac238558..5339732b387c115560af20bf548a70877d9f1bd3 100644
--- a/infrastructure/nginx-system/release.yaml
+++ b/infrastructure/nginx-system/release.yaml
@@ -11,7 +11,7 @@ spec:
       sourceRef:
         kind: HelmRepository
         name: ingress-nginx
-      # renovate: helmRepo=https://kubernetes.github.io/ingress-nginx depName=ingress-nginx
+        namespace: nginx-system
       version: 4.0.16
   interval: 5m
   values:
diff --git a/infrastructure/nginx-system/repository.yaml b/infrastructure/nginx-system/repository.yaml
index af2d79bb0459850b4cdfd5dbf262aa3694144f69..b7c6c4df7462824ceb671d6c7459e091a156679d 100644
--- a/infrastructure/nginx-system/repository.yaml
+++ b/infrastructure/nginx-system/repository.yaml
@@ -2,6 +2,7 @@ apiVersion: source.toolkit.fluxcd.io/v1beta1
 kind: HelmRepository
 metadata:
   name: ingress-nginx
+  namespace: nginx-system
 spec:
   interval: 30m
   url: https://kubernetes.github.io/ingress-nginx
diff --git a/infrastructure/node-features/release.yaml b/infrastructure/node-features/release.yaml
index 651618ef144cfbe23e8b292d43a9dd0f43dcd6ea..0781a158a40efafc5cda231b58bee170ee010060 100644
--- a/infrastructure/node-features/release.yaml
+++ b/infrastructure/node-features/release.yaml
@@ -11,7 +11,7 @@ spec:
       sourceRef:
         kind: HelmRepository
         name: node-feature-discovery
-      # renovate: helmRepo=https://kubernetes-sigs.github.io/node-feature-discovery/charts depName=node-feature-discovery
+        namespace: node-features-system
       version: 0.10.0
   interval: 5m
   values:
diff --git a/infrastructure/node-features/repository.yaml b/infrastructure/node-features/repository.yaml
index 2777542a973842158e43ae775dd727043901296b..ab972eee4ed2ce042f11ade42492c8c8230ee7ec 100644
--- a/infrastructure/node-features/repository.yaml
+++ b/infrastructure/node-features/repository.yaml
@@ -2,6 +2,7 @@ apiVersion: source.toolkit.fluxcd.io/v1beta1
 kind: HelmRepository
 metadata:
   name: node-feature-discovery
+  namespace: node-features-system
 spec:
   interval: 30m
   url: https://kubernetes-sigs.github.io/node-feature-discovery/charts