-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathrelease-config.json
More file actions
44 lines (42 loc) · 899 Bytes
/
release-config.json
File metadata and controls
44 lines (42 loc) · 899 Bytes
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
{
"config": {
"charts-base-path": "deployments/helm-charts"
},
"images": [
{
"name": "amp-console",
"dir": "console"
},
{
"name": "amp-api",
"dir": "agent-manager-service"
},
{
"name": "amp-traces-observer",
"dir": "traces-observer-service"
},
{
"name": "amp-quick-start",
"dir": "deployments/quick-start"
},
{
"name": "amp-evaluation-monitor",
"dir": "evaluation-job",
"context": "."
}
],
"python-instrumentation-provider": [
{
"versions": ["3.10", "3.11", "3.12", "3.13"]
}
],
"charts": [
"wso2-agent-manager",
"wso2-amp-observability-extension",
"wso2-amp-platform-resources-extension",
"wso2-amp-secrets-extension",
"wso2-amp-thunder-extension",
"wso2-amp-evaluation-extension",
"wso2-amp-api-platform-gateway-extension"
]
}