From 3092e42fad12ce64bcc68093c4f728db1b680438 Mon Sep 17 00:00:00 2001
From: Guillaume Berche <guillaume.berche@orange.com>
Date: Sat, 23 Sep 2023 09:21:24 +0200
Subject: [PATCH] feat: override docker and helm package metadata  (#19901)

Co-authored-by: Rhys Arkins <rhys@arkins.net>
---
 lib/modules/datasource/metadata-manual.ts | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/lib/modules/datasource/metadata-manual.ts b/lib/modules/datasource/metadata-manual.ts
index f475f5e807..66c0252574 100644
--- a/lib/modules/datasource/metadata-manual.ts
+++ b/lib/modules/datasource/metadata-manual.ts
@@ -66,6 +66,13 @@ export const manualSourceUrls: Record<string, Record<string, string>> = {
   },
   docker: {
     'amd64/registry': 'https://github.com/distribution/distribution',
+    'amd64/traefik': 'https://github.com/containous/traefik',
+    'confluentinc/ksqldb-cli': 'https://github.com/confluentinc/ksql',
+    'confluentinc/ksqldb-server': 'https://github.com/confluentinc/ksql',
+    'crossplanecontrib/provider-helm':
+      'https://github.com/crossplane-contrib/provider-helm',
+    'crossplanecontrib/provider-kubernetes':
+      'https://github.com/crossplane-contrib/provider-kubernetes',
     'coredns/coredns': 'https://github.com/coredns/coredns',
     'docker/compose': 'https://github.com/docker/compose',
     'drone/drone': 'https://github.com/drone/drone',
@@ -90,6 +97,16 @@ export const manualSourceUrls: Record<string, Record<string, string>> = {
     'mcr.microsoft.com/dotnet/sdk': 'https://github.com/dotnet/sdk',
     node: 'https://github.com/nodejs/node',
     registry: 'https://github.com/distribution/distribution',
+    traefik: 'https://github.com/containous/traefik',
+    'kudobuilder/kuttl': 'https://github.com/kudobuilder/kuttl',
+    'prom/blackbox-exporter': 'https://github.com/prometheus/blackbox_exporter',
+    'xpkg.upbound.io/upbound/provider-gcp':
+      'https://github.com/upbound/provider-gcp',
+  },
+  helm: {
+    crossplane: 'https://github.com/crossplane/crossplane',
+    interoperator: 'https://github.com/cloudfoundry/service-fabrik-broker',
+    kyverno: 'https://github.com/kyverno/kyverno',
   },
   kubernetes: {
     node: 'https://github.com/nodejs/node',
-- 
GitLab