From 6ec457328e89c0dcf0139ab9b91f0b34a162b541 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Tue, 1 Feb 2022 23:18:52 +0100
Subject: [PATCH] chore: Fix renovate integration

---
 bootstrap/calico/release.yaml                | 1 -
 infrastructure/metallb/release.yaml          | 2 +-
 infrastructure/metallb/repository.yaml       | 1 +
 infrastructure/monitoring/release.yaml       | 1 -
 infrastructure/nginx-system/release.yaml     | 2 +-
 infrastructure/nginx-system/repository.yaml  | 1 +
 infrastructure/node-features/release.yaml    | 2 +-
 infrastructure/node-features/repository.yaml | 1 +
 8 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/bootstrap/calico/release.yaml b/bootstrap/calico/release.yaml
index 616cefe70..2ad8eb948 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 6a3fbcd4f..72679976b 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 8c29c2a74..cad02ef84 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 757ff019a..cf4afb75e 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 ac83ee57f..5339732b3 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 af2d79bb0..b7c6c4df7 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 651618ef1..0781a158a 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 2777542a9..ab972eee4 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
-- 
GitLab