-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathmigrate_ex_config.yaml
More file actions
75 lines (75 loc) · 1.8 KB
/
Copy pathmigrate_ex_config.yaml
File metadata and controls
75 lines (75 loc) · 1.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
version: 1.0.0
concurrency: 5
overwrite: false
source:
endpoint: ${SRC_ENDPOINT}
type: ${SRC_TYPE}
credentials:
username: ${SRC_USER}
password: ${SRC_PASS}
insecure: true
destination:
endpoint: ${DST_ENDPOINT}
type: HAR
credentials:
username: ${DST_USER}
password: ${DST_PASS}
mappings:
- artifactType: HELM_LEGACY
sourceRegistry: src
destinationRegistry: dst
- artifactType: HELM_HTTP
sourceRegistry: src
destinationRegistry: dst
- artifactType: MAVEN
sourceRegistry: src
destinationRegistry: dst
- artifactType: PYTHON
sourceRegistry: src
destinationRegistry: dst
- artifactType: HELM
sourceRegistry: src
destinationRegistry: dst
- artifactType: MAVEN
sourceRegistry: src
excludePatterns:
- com/*
- foo/*
destinationRegistry: dst
- artifactType: GENERIC
sourceRegistry: src
destinationRegistry: dst
- artifactType: NUGET
sourceRegistry: src
dateFilter:
match: ANY
createdAfter: 2023-01-01T00:00:00.000Z
downloadedAfter: 2026-06-01T00:00:00.000Z
destinationRegistry: dst
- artifactType: NPM
sourceRegistry: src
dateFilter:
match: ALL
createdAfter: 2023-01-01T00:00:00.000Z
downloadedAfter: 2026-06-01T00:00:00.000Z
destinationRegistry: npm
- artifactType: GO
sourceRegistry: src
destinationRegistry: dst
- artifactType: CONDA
sourceRegistry: src
destinationRegistry: dst
- artifactType: COMPOSER
sourceRegistry: src
destinationRegistry: dst
- artifactType: DART
sourceRegistry: src
destinationRegistry: dst
includePatterns:
- packages/sample_dart_pkg/**
- artifactType: SWIFT
sourceRegistry: src
destinationRegistry: dst
- artifactType: PUPPET
sourceRegistry: src
destinationRegistry: dst