forked from gardener/garden-setup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdependency-versions.yaml
62 lines (62 loc) · 1.83 KB
/
dependency-versions.yaml
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
{
"versions": {
"gardener": {
"core": {
"repo": "https://github.com/gardener/gardener.git",
"version": "v0.35.2"
},
"extensions": {
"dns-external": {
"repo": "https://github.com/gardener/external-dns-management.git",
"version": "v0.7.6"
},
"networking-calico": {
"repo": "https://github.com/gardener/gardener-extensions.git",
"version": "v1.2.0"
},
"os-coreos": {
"repo": "https://github.com/gardener/gardener-extensions.git",
"version": "v1.2.0"
},
"os-suse-jeos": {
"repo": "https://github.com/gardener/gardener-extensions.git",
"version": "v1.2.0"
},
"os-ubuntu": {
"repo": "https://github.com/gardener/gardener-extensions.git",
"version": "v1.2.0"
},
"provider-aws": {
"repo": "https://github.com/gardener/gardener-extensions.git",
"version": "v1.2.0"
},
"provider-azure": {
"repo": "https://github.com/gardener/gardener-extensions.git",
"version": "v1.2.0"
},
"provider-gcp": {
"repo": "https://github.com/gardener/gardener-extensions.git",
"version": "v1.2.0"
},
"provider-openstack": {
"repo": "https://github.com/gardener/gardener-extensions.git",
"version": "v1.2.0"
},
"shoot-cert-service": {
"repo": "https://github.com/gardener/gardener-extensions.git",
"version": "v1.2.0"
}
}
},
"dashboard": {
"core": {
"repo": "https://github.com/gardener/dashboard.git",
"version": "1.37.0"
},
"identity": {
"repo": "(( dashboard.core.repo ))",
"version": "(( dashboard.core.version ))"
}
}
}
}