From 8de8122119c8fac50ce521d3d88c48401d17e596 Mon Sep 17 00:00:00 2001 From: AllForNothing Date: Mon, 14 Dec 2020 14:07:36 +0800 Subject: [PATCH] Improve regitries UI to cover new registries Signed-off-by: AllForNothing --- src/portal/src/lib/services/endpoint.service.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/portal/src/lib/services/endpoint.service.ts b/src/portal/src/lib/services/endpoint.service.ts index 6107cf9fe..54401211b 100644 --- a/src/portal/src/lib/services/endpoint.service.ts +++ b/src/portal/src/lib/services/endpoint.service.ts @@ -25,7 +25,10 @@ const ADAPTERS_MAP = { "artifact-hub": "Artifact Hub", "huawei-SWR": "Huawei SWR", "jfrog-artifactory": "JFrog Artifactory", - "quay": "Quay" + "quay": "Quay", + "dtr": "DTR", + "tencent-tcr": "Tencent TCR", + "github-ghcr": "Github GHCR" }; export const HELM_HUB: string = "helm-hub";