Register the replication adapter for Helm Hub

Register the replication adapter for Helm Hub

Signed-off-by: Wenkai Yin <yinw@vmware.com>
This commit is contained in:
Wenkai Yin 2019-07-30 16:28:06 +08:00
parent 4a4de4a9c1
commit 6464dcbd51
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 (