onedr0p / home-ops

Wife approved HomeOps driven by Kubernetes and GitOps using Flux

Home Page:https://onedr0p.github.io/home-ops/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multi-cluster repo causes renovate to freak out over duplicate registry urls

onedr0p opened this issue · comments

The following warning is happening because both clusters have the same helm repository names

 WARN: Excess registryUrls found for datasource lookup - using first configured only (repository=onedr0p/home-ops)
       "datasource": "helm",
       "packageName": "reloader",
       "registryUrls": [
         "https://stakater.github.io/stakater-charts",
         "https://stakater.github.io/stakater-charts"
       ]

Possible solutions:

  1. Rename helm repo names in the storage cluster.
  2. Consolidate all clusters to use the same source helm repos ala https://github.com/kashalls/home-cluster/tree/70ae28b2afa2638941a1184f77ffe901a30125b5/kubernetes
  3. Continue to do nothing and ignore the renovate warnings

Number 3 it is