mirror of
https://github.com/goharbor/harbor.git
synced 2025-02-01 04:21:36 +01:00
Merge pull request #8490 from ywk253100/190730_helmhub
Register the replication adapter for Helm Hub
This commit is contained in:
commit
3dcecf7701
@ -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