Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
onedr0p opened this issue Dec 2, 2023 · 1 comment
Closed
Assignees
Labels
area/kubernetes Changes made in the kubernetes directory

Comments

@onedr0p
Copy link
Owner

onedr0p commented Dec 2, 2023

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
@onedr0p
Copy link
Owner Author

onedr0p commented Mar 18, 2024

Number 3 it is

@onedr0p onedr0p closed this as not planned Won't fix, can't repro, duplicate, stale Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Changes made in the kubernetes directory
Projects
None yet
Development

No branches or pull requests

1 participant