forked from stashed/catalog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcatalog.json
65 lines (65 loc) · 1.08 KB
/
catalog.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"chart_registry": "appscode",
"chart_registry_url": "https://charts.appscode.com/stable/",
"addons": [
{
"name": "elasticsearch",
"versions": [
"5.6.4-v5",
"6.2.4-v5",
"6.3.0-v5",
"6.4.0-v5",
"6.5.3-v5",
"6.8.0-v5",
"7.2.0-v5",
"7.3.2-v5"
]
},
{
"name": "mariadb",
"versions": [
"10.5.8"
]
},
{
"name": "mongodb",
"versions": [
"3.4.17-v5",
"3.4.22-v5",
"3.6.8-v5",
"3.6.13-v5",
"4.0.3-v5",
"4.0.5-v5",
"4.0.11-v5",
"4.1.4-v5",
"4.1.7-v5",
"4.1.13-v5",
"4.2.3-v5"
]
},
{
"name": "mysql",
"versions": [
"5.7.25-v5",
"8.0.3-v5",
"8.0.14-v5"
]
},
{
"name": "percona-xtradb",
"versions": [
"5.7.0-v1"
]
},
{
"name": "postgres",
"versions": [
"9.6.19-v4",
"10.14.0-v4",
"11.9.0-v4",
"12.4.0-v4",
"13.1.0-v1"
]
}
]
}