Merge pull request #13755 from AllForNothing/new-registry

Improve regitries UI to cover new registries
This commit is contained in:
Will Sun 2020-12-14 14:45:23 +08:00 committed by GitHub
commit 949379f7bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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