[agent-operator] - minio refresh

This commit is contained in:
zeaslity
2024-04-22 16:20:55 +08:00
parent c6ee9ed859
commit c8bfb2b133
7 changed files with 232 additions and 96 deletions

View File

@@ -38,13 +38,13 @@ public class TestImageSyncScheduler {
public void runImageSync() {
ArrayList<String> CmiiAppNameList = new ArrayList<>(List.of(
"cmii-uav-process:5.4.0-041901"
// "cmii-uav-process:5.4.0-041901"
));
ArrayList<String> ImageFullNameList = new ArrayList<>(List.of(
// "harbor.cdcyy.com.cn/cmii/cmii-live-operator:5.2.0",
// "harbor.cdcyy.com.cn/cmii/cmii/srs:v5.0.195"
// "harbor.cdcyy.com.cn/cmii/cmii-uav-industrial-portfolio:5.54.0-cqly-041601"
"harbor.cdcyy.com.cn/cmii/cmii-uav-platform:5.3.0-cqly-042202"
));
Boolean downloadAndCompressOnly = false;