This repository has been archived by the owner on Oct 10, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 192
/
Copy pathpackage-values.yaml
174 lines (169 loc) · 6.55 KB
/
package-values.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
#@data/values
---
repositories:
management:
version: null
sha256: latest
name: management
domain: tanzu.vmware.com
registry: registry
packageSpec:
syncPeriod: 5m
deploy:
kappWaitTimeout: 5m
kubeAPIQPS: 20
kubeAPIBurst: 30
packages:
- name: featuregates
displayName: featuregates
#! Relative path to package bundle
path: packages/management/featuregates
domain: tanzu.vmware.com
version: latest
#! Gets replaced with imgpkg sha256 at build, this should be name:version
sha256: "featuregates:latest"
- name: cliplugins
displayName: cliplugins
#! Relative path to package bundle
path: packages/management/cliplugins
domain: tanzu.vmware.com
version: latest
#! Gets replaced with imgpkg sha256 at build, this should be name:version
sha256: "cliplugins:latest"
- name: core-management-plugins
displayName: core-management-plugins
#! Relative path to package bundle
path: packages/management/core-management-plugins
domain: tanzu.vmware.com
version: latest
#! Gets replaced with imgpkg sha256 at build, this should be name:version
sha256: "core-management-plugins:latest"
- name: addons-manager-v2
displayName: addons-manager-v2
#! Relative path to package bundle
path: packages/management/addons-manager-v2
domain: tanzu.vmware.com
version: latest
#! Gets replaced with imgpkg sha256 at build, this should be name:version
sha256: "addons-manager-v2:latest"
- name: tkg
displayName: tkg
#! Relative path to package bundle
path: packages/management/tkg
domain: tanzu.vmware.com
version: latest
#! Gets replaced with imgpkg sha256 at build, this should be name:version
sha256: "tkg:latest"
- name: tkg-clusterclass
displayName: tkg-clusterclass
#! Relative path to package bundle
path: packages/management/tkg-clusterclass
domain: tanzu.vmware.com
version: latest
#! Gets replaced with imgpkg sha256 at build, this should be name:version
sha256: "tkg-clusterclass:latest"
- name: tkg-clusterclass-docker
displayName: tkg-clusterclass-docker
#! Relative path to package bundle
path: packages/management/tkg-clusterclass-docker
domain: tanzu.vmware.com
version: latest
#! Gets replaced with imgpkg sha256 at build, this should be name:version
sha256: "tkg-clusterclass-docker:latest"
- name: tkg-clusterclass-azure
displayName: tkg-clusterclass-azure
#! Relative path to package bundle
path: packages/management/tkg-clusterclass-azure
domain: tanzu.vmware.com
version: latest
#! Gets replaced with imgpkg sha256 at build, this should be name:version
sha256: "tkg-clusterclass-azure:latest"
- name: tkg-clusterclass-vsphere
displayName: tkg-clusterclass-vsphere
#! Relative path to package bundle
path: packages/management/tkg-clusterclass-vsphere
domain: tanzu.vmware.com
version: latest
#! Gets replaced with imgpkg sha256 at build, this should be name:version
sha256: "tkg-clusterclass-vsphere:latest"
- name: tkg-clusterclass-aws
displayName: tkg-clusterclass-aws
#! Relative path to package bundle
path: packages/management/tkg-clusterclass-aws
domain: tanzu.vmware.com
version: latest
#! Gets replaced with imgpkg sha256 at build, this should be name:version
sha256: "tkg-clusterclass-aws:latest"
- name: tkr-aws-machine-webhook
displayName: tkr-aws-machine-webhook
#! Relative path to package bundle
path: packages/management/tkr-aws-machine-webhook
domain: tanzu.vmware.com
version: latest
#! Gets replaced with imgpkg sha256 at build, this should be name:version
sha256: "tkr-aws-machine-webhook:latest"
- name: tkr-azure-machine-webhook
displayName: tkr-azure-machine-webhook
#! Relative path to package bundle
path: packages/management/tkr-azure-machine-webhook
domain: tanzu.vmware.com
version: latest
#! Gets replaced with imgpkg sha256 at build, this should be name:version
sha256: "tkr-azure-machine-webhook:latest"
- name: tkr-docker-machine-webhook
displayName: tkr-docker-machine-webhook
#! Relative path to package bundle
path: packages/management/tkr-docker-machine-webhook
domain: tanzu.vmware.com
version: latest
#! Gets replaced with imgpkg sha256 at build, this should be name:version
sha256: "tkr-docker-machine-webhook:latest"
- name: tkr-vsphere-machine-webhook
displayName: tkr-vsphere-machine-webhook
#! Relative path to package bundle
path: packages/management/tkr-vsphere-machine-webhook
domain: tanzu.vmware.com
version: latest
#! Gets replaced with imgpkg sha256 at build, this should be name:version
sha256: "tkr-vsphere-machine-webhook:latest"
- name: tkr-service
displayName: tkr-service
#! Relative path to package bundle
path: packages/management/tkr-service
domain: tanzu.vmware.com
version: latest
#! Gets replaced with imgpkg sha256 at build, this should be name:version
sha256: "tkr-service:latest"
- name: framework
displayName: framework
#! Relative path to package bundle
path: packages/management/framework
domain: tanzu.vmware.com
version: latest
#! Gets replaced with imgpkg sha256 at build, this should be name:version
sha256: "framework:latest"
standalone:
version: null
sha256: null
name: standalone
domain: tanzu.vmware.com
packageSpec:
syncPeriod: 5m
deploy:
kappWaitTimeout: 5m
kubeAPIQPS: 20
kubeAPIBurst: 30
packages:
- name: standalone-plugins
displayName: standalone-plugins
#! Relative path to package bundle
path: packages/standalone/standalone-plugins
domain: tanzu.vmware.com
version: latest
#! Gets replaced with imgpkg sha256 at build, this should be name:version
sha256: "standalone-plugins:latest"
- name: capabilities
path: packages/management/capabilities
domain: tanzu.vmware.com
version: latest
sha256: "capabilities:latest"