-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathstaging.json
46 lines (46 loc) · 1.31 KB
/
staging.json
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
{
"Desc": "staging description",
"SchemaVersion": 1,
"ImageVersions": {
"management-service-bootstrap": {
"image": "orbsnetworkstaging/management-service:bootstrap",
"comment": "for use by a node deployment/installation tool"
},
"management-service": {
"image": "orbsnetworkstaging/management-service:v2.7.7-immediate"
},
"matic-reader": {
"image": "orbsnetworkstaging/management-service:v2.6.0-immediate"
},
"node": {
"image": "orbsnetworkstaging/node:v2.0.15"
},
"node-canary": {
"image": "orbsnetworkstaging/node:v2.0.15"
},
"signer": {
"image": "orbsnetworkstaging/signer:v2.6.0-immediate"
},
"ethereum-writer": {
"image": "orbsnetworkstaging/ethereum-writer:v1.7.3-immediate"
},
"matic-writer": {
"image": "orbsnetworkstaging/ethereum-writer:v1.7.0-immediate"
},
"logs-service": {
"image": "orbsnetworkstaging/logs-service:v1.1.4"
},
"vm-notifications": {
"image": "orbsnetworkstaging/vm-notifications:v1.0.2"
},
"vm-keepers": {
"image": "orbsnetworkstaging/keepers:v1.4.2-immediate"
},
"vm-twap": {
"image": "orbsnetworkstaging/vm-twap:v1.19.14-immediate"
},
"vm-lambda": {
"image": "orbsnetworkstaging/vm-lambda:v0.0.41-immediate"
}
}
}