From 80b36d0c6efcc384a12a12b91a1431e8f128b54f Mon Sep 17 00:00:00 2001 From: zeaslity Date: Thu, 16 Nov 2023 14:46:57 +0800 Subject: [PATCH] [ Server ] [ Harbor ] - sync status - 2 --- agent-go/executor/HarborExecutor.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/agent-go/executor/HarborExecutor.go b/agent-go/executor/HarborExecutor.go index 4354ab9..ddbcee4 100644 --- a/agent-go/executor/HarborExecutor.go +++ b/agent-go/executor/HarborExecutor.go @@ -296,10 +296,6 @@ func (hOp *HarborOperator) SyncProjectExec(funcArgs []string) (bool, []string) { }, Enabled: true, Filters: []*model.ReplicationFilter{ - { - Type: "name", - Value: "cmii/**", // 根据需要同步的仓库进行调整 - }, { Type: "name", Value: "rancher/**", // 根据需要同步的仓库进行调整