mirror of
https://github.com/goharbor/harbor.git
synced 2025-02-01 04:21:36 +01:00
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:
parent
4a4de4a9c1
commit
6464dcbd51
@ -42,6 +42,8 @@ import (
|
|||||||
_ "github.com/goharbor/harbor/src/replication/adapter/azurecr"
|
_ "github.com/goharbor/harbor/src/replication/adapter/azurecr"
|
||||||
// register the AliACR adapter
|
// register the AliACR adapter
|
||||||
_ "github.com/goharbor/harbor/src/replication/adapter/aliacr"
|
_ "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
|
// Replication implements the job interface
|
||||||
|
@ -43,6 +43,8 @@ import (
|
|||||||
_ "github.com/goharbor/harbor/src/replication/adapter/azurecr"
|
_ "github.com/goharbor/harbor/src/replication/adapter/azurecr"
|
||||||
// register the AliACR adapter
|
// register the AliACR adapter
|
||||||
_ "github.com/goharbor/harbor/src/replication/adapter/aliacr"
|
_ "github.com/goharbor/harbor/src/replication/adapter/aliacr"
|
||||||
|
// register the Helm Hub adapter
|
||||||
|
_ "github.com/goharbor/harbor/src/replication/adapter/helmhub"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
Loading…
Reference in New Issue
Block a user