From 4f6fd66fe399b16880d41f085c8027c236124fcb Mon Sep 17 00:00:00 2001
From: Varac <varac@varac.net>
Date: Wed, 6 Oct 2021 17:17:31 +0200
Subject: [PATCH] Add renovate labels

Using:

    git clone https://github.com/k8s-at-home/renovate-helm-releases /tmp/renovate-helm-releases
    /tmp/renovate-helm-releases/renovate.py --cluster-path flux2
---
 flux2/apps/monitoring/eventrouter-release.yaml           | 1 +
 flux2/apps/monitoring/kube-prometheus-stack-release.yaml | 1 +
 flux2/apps/monitoring/loki-release.yaml                  | 1 +
 flux2/apps/monitoring/promtail-release.yaml              | 1 +
 flux2/apps/velero/release.yaml                           | 1 +
 flux2/core/base/metallb/release.yaml                     | 1 +
 flux2/core/base/nginx/release.yaml                       | 3 ++-
 flux2/infrastructure/cert-manager/release.yaml           | 1 +
 8 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/flux2/apps/monitoring/eventrouter-release.yaml b/flux2/apps/monitoring/eventrouter-release.yaml
index 3bc80fb59..cdea652a2 100644
--- a/flux2/apps/monitoring/eventrouter-release.yaml
+++ b/flux2/apps/monitoring/eventrouter-release.yaml
@@ -10,6 +10,7 @@ spec:
     spec:
       # https://github.com/helm/charts/tree/master/stable/eventrouter
       # In transitionto bitnami chart repo (https://github.com/bitnami/charts/pull/4698)
+      # renovate: registryUrl=https://helm-charts.wikimedia.org/stable/
       chart: eventrouter
       version: 0.3.6
       sourceRef:
diff --git a/flux2/apps/monitoring/kube-prometheus-stack-release.yaml b/flux2/apps/monitoring/kube-prometheus-stack-release.yaml
index 9b5563b7a..f58ee7886 100644
--- a/flux2/apps/monitoring/kube-prometheus-stack-release.yaml
+++ b/flux2/apps/monitoring/kube-prometheus-stack-release.yaml
@@ -9,6 +9,7 @@ spec:
   chart:
     spec:
       # https://artifacthub.io/packages/helm/prometheus-community/kube-prometheus-stack
+      # renovate: registryUrl=https://prometheus-community.github.io/helm-charts
       chart: kube-prometheus-stack
       version: 19.0.0
       sourceRef:
diff --git a/flux2/apps/monitoring/loki-release.yaml b/flux2/apps/monitoring/loki-release.yaml
index eb50dd8f7..711788046 100644
--- a/flux2/apps/monitoring/loki-release.yaml
+++ b/flux2/apps/monitoring/loki-release.yaml
@@ -9,6 +9,7 @@ spec:
   chart:
     spec:
       # https://artifacthub.io/packages/helm/grafana/loki
+      # renovate: registryUrl=https://grafana.github.io/helm-charts
       chart: loki
       version: 2.6.0
       sourceRef:
diff --git a/flux2/apps/monitoring/promtail-release.yaml b/flux2/apps/monitoring/promtail-release.yaml
index 23cc2d578..f3f8417da 100644
--- a/flux2/apps/monitoring/promtail-release.yaml
+++ b/flux2/apps/monitoring/promtail-release.yaml
@@ -9,6 +9,7 @@ spec:
   chart:
     spec:
       # https://artifacthub.io/packages/helm/grafana/promtail
+      # renovate: registryUrl=https://grafana.github.io/helm-charts
       chart: promtail
       version: 3.6.0
       sourceRef:
diff --git a/flux2/apps/velero/release.yaml b/flux2/apps/velero/release.yaml
index 99ccf81b6..16b50010b 100644
--- a/flux2/apps/velero/release.yaml
+++ b/flux2/apps/velero/release.yaml
@@ -8,6 +8,7 @@ spec:
   releaseName: velero
   chart:
     spec:
+      # renovate: registryUrl=https://vmware-tanzu.github.io/helm-charts
       chart: velero
       version: 2.23.1
       sourceRef:
diff --git a/flux2/core/base/metallb/release.yaml b/flux2/core/base/metallb/release.yaml
index b154b267d..4219fd58a 100644
--- a/flux2/core/base/metallb/release.yaml
+++ b/flux2/core/base/metallb/release.yaml
@@ -9,6 +9,7 @@ spec:
   chart:
     spec:
       # https://artifacthub.io/packages/helm/bitnami/metallb
+      # renovate: registryUrl=https://charts.bitnami.com/bitnami
       chart: metallb
       version: 2.4.3
       sourceRef:
diff --git a/flux2/core/base/nginx/release.yaml b/flux2/core/base/nginx/release.yaml
index 48aff5659..2120312ae 100644
--- a/flux2/core/base/nginx/release.yaml
+++ b/flux2/core/base/nginx/release.yaml
@@ -8,12 +8,13 @@ spec:
   chart:
     spec:
       # https://artifacthub.io/packages/helm/ingress-nginx/ingress-nginx
+      # renovate: registryUrl=https://kubernetes.github.io/ingress-nginx
       chart: ingress-nginx
       sourceRef:
         kind: HelmRepository
         name: ingress-nginx
         namespace: flux-system
-      version: "3.34.0"
+      version: 3.34.0
   interval: 1h0m0s
   install:
     remediation:
diff --git a/flux2/infrastructure/cert-manager/release.yaml b/flux2/infrastructure/cert-manager/release.yaml
index bcaa43760..acec5d7c0 100644
--- a/flux2/infrastructure/cert-manager/release.yaml
+++ b/flux2/infrastructure/cert-manager/release.yaml
@@ -7,6 +7,7 @@ spec:
   releaseName: cert-manager
   chart:
     spec:
+      # renovate: registryUrl=https://charts.jetstack.io
       chart: cert-manager
       sourceRef:
         kind: HelmRepository
-- 
GitLab