diff --git a/agent-go/executor/HarborExecutor.go b/agent-go/executor/HarborExecutor.go index d990757..6e99110 100644 --- a/agent-go/executor/HarborExecutor.go +++ b/agent-go/executor/HarborExecutor.go @@ -232,7 +232,7 @@ func (hOp *HarborOperator) SyncProjectExec(funcArgs []string) (bool, []string) { }, Description: "", ID: 4, - Insecure: false, + Insecure: true, Name: "cmii", // 源 Harbor 实例的注册表 ID,通常为 0 Type: "harbor", URL: "10.250.0.126:8033", @@ -262,7 +262,7 @@ func (hOp *HarborOperator) SyncProjectExec(funcArgs []string) (bool, []string) { }, Description: "", ID: 4, - Insecure: false, + Insecure: true, Name: "cmii", // 源 Harbor 实例的注册表 ID,通常为 0 Type: "harbor", URL: "10.250.0.100:8033",