-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathmigrate_ex_config.yaml
More file actions
58 lines (58 loc) · 1.32 KB
/
migrate_ex_config.yaml
File metadata and controls
58 lines (58 loc) · 1.32 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
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: 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
destinationRegistry: dst
- artifactType: NPM
sourceRegistry: src
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/**