Merge pull request #8490 from ywk253100/190730_helmhub

Register the replication adapter for Helm Hub
This commit is contained in:
Steven Zou 2019-07-30 17:32:03 +08:00 committed by GitHub
commit 3dcecf7701
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -42,6 +42,8 @@ import (
_ "github.com/goharbor/harbor/src/replication/adapter/azurecr"
// register the AliACR adapter
_ "github.com/goharbor/harbor/src/replication/adapter/aliacr"
// register the Helm Hub adapter
_ "github.com/goharbor/harbor/src/replication/adapter/helmhub"
)
// Replication implements the job interface

View File

@ -43,6 +43,8 @@ import (
_ "github.com/goharbor/harbor/src/replication/adapter/azurecr"
// register the AliACR adapter
_ "github.com/goharbor/harbor/src/replication/adapter/aliacr"
// register the Helm Hub adapter
_ "github.com/goharbor/harbor/src/replication/adapter/helmhub"
)
var (