Improve regitries UI to cover new registries

Signed-off-by: AllForNothing <sshijun@vmware.com>
This commit is contained in:
AllForNothing 2020-12-14 14:07:36 +08:00
parent 90f9bea965
commit 8de8122119

View File

@ -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";