-
Notifications
You must be signed in to change notification settings - Fork 2
/
vendir.yml
321 lines (308 loc) · 7.75 KB
/
vendir.yml
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
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
# See: https://github.com/k14s/vendir/blob/develop/docs/vendir-spec.md
apiVersion: vendir.k14s.io/v1alpha1
kind: Config
minimumRequiredVersion: 0.11.0
directories:
##########
# kapp-controller (https://github.com/vmware-tanzu/carvel-kapp-controller)
##########
- path: k8s/kapp-controller
contents:
- path: upstream
githubRelease:
slug: vmware-tanzu/carvel-kapp-controller
tag: v0.21.0
disableAutoChecksumValidation: true
includePaths:
- release.yml
- path: downstream
manual: {}
- path: config
manual: {}
##########
# cert-manager (https://github.com/jetstack/cert-manager)
##########
- path: k8s/cert-manager
contents:
- path: upstream/cert-manager
githubRelease:
slug: jetstack/cert-manager
tag: v1.4.0
disableAutoChecksumValidation: true
includePaths:
# - cert-manager.crds.yaml
- cert-manager.yaml
- path: downstream
manual: {}
- path: config
manual: {}
##########
# eduk8s (https://github.com/eduk8s/eduk8s)
##########
- path: k8s/eduk8s
contents:
- path: upstream/eduk8s
git:
url: https://github.com/eduk8s/eduk8s
ref: 21.05.10.1
includePaths:
- resources/crds-v1/**/*
- resources/operator/**/*
- path: downstream
manual: {}
- path: config
manual: {}
##########
# ingress (https://github.com/projectcontour/contour)/(https://github.com/kubernetes-sigs/external-dns)
##########
- path: k8s/ingress
contents:
- path: controller/upstream/contour
git:
url: https://github.com/projectcontour/contour
ref: v1.17.0
includePaths:
- examples/contour/**/*
- path: controller/downstream
manual: {}
- path: controller/config
manual: {}
#
- path: dns/upstream/external-dns
git:
url: https://github.com/kubernetes-sigs/external-dns
ref: v0.8.0
includePaths:
- kustomize/external-dns-*
- path: dns/downstream
manual: {}
- path: dns/config
manual: {}
#
- path: certs/upstream
manual: {}
- path: certs/downstream
manual: {}
- path: certs/config
manual: {}
#
- path: secret-operator/upstream
git:
url: https://github.com/failk8s/failk8s-operator
ref: master
includePaths:
- resources/*
- secret_copier/resources/*
- secret_injector/resources/*
- path: secret-operator/downstream
manual: {}
- path: secret-operator/config
manual: {}
##########
# knative (https://github.com/knative/serving)/(https://github.com/knative-sandbox/net-contour)/(https://github.com/knative-sandbox/net-certmanager)
##########
- path: k8s/knative
contents:
- path: upstream/serving
githubRelease:
slug: knative/serving
tag: v0.24.0
disableAutoChecksumValidation: true
includePaths:
# - serving-crds.yaml
- serving-core.yaml
- serving-nscert.yaml
- path: upstream/net-contour
githubRelease:
slug: knative-sandbox/net-contour
tag: v0.24.0
disableAutoChecksumValidation: true
includePaths:
- net-contour.yaml
- path: upstream/net-certmanager
githubRelease:
slug: knative-sandbox/net-certmanager
tag: v0.24.0
disableAutoChecksumValidation: true
includePaths:
- net-certmanager.yaml
- path: downstream
manual: {}
- path: config
manual: {}
##########
# kpack (https://github.com/pivotal/kpack)
##########
- path: k8s/kpack
contents:
- path: upstream/kpack
githubRelease:
slug: pivotal/kpack
tag: v0.3.1
disableAutoChecksumValidation: true
includePaths:
- release-0.3.1.yaml
- path: downstream
manual: {}
- path: config
manual: {}
##########
# kubeapps (https://github.com/kubeapps/kubeapps)
##########
- path: k8s/kubeapps
contents:
- path: upstream
manual: {}
- path: downstream
manual: {}
- path: config
manual: {}
##########
# registry (https://hub.docker.com/_/registry?tab=tags&page=1&ordering=last_updated)
##########
- path: k8s/registry
contents:
- path: upstream
manual: {}
- path: downstream
manual: {}
- path: config
manual: {}
##########
# tekton (https://github.com/tektoncd/pipeline)/(https://github.com/tektoncd/triggers)/(https://github.com/tektoncd/dashboard)
##########
- path: k8s/tekton
contents:
- path: upstream/pipeline
githubRelease:
slug: tektoncd/pipeline
tag: v0.26.0 #! v0.13.2
disableAutoChecksumValidation: true
includePaths:
- release.yaml
- path: upstream/triggers
githubRelease:
slug: tektoncd/triggers
tag: v0.14.2 #! v0.6.0
disableAutoChecksumValidation: true
includePaths:
- release.yaml
- path: upstream/dashboard
githubRelease:
slug: tektoncd/dashboard
tag: v0.18.1 #! v0.7.1
disableAutoChecksumValidation: true
includePaths:
- tekton-dashboard-release.yaml
- path: downstream
manual: {}
- path: config
manual: {}
##########
# testapp
##########
- path: k8s/testapp
contents:
- path: upstream
manual: {}
- path: downstream
manual: {}
- path: config
manual: {}
##########
# wavefront (https://github.com/wavefrontHQ/wavefront-collector-for-kubernetes)/(https://github.com/wavefrontHQ/wavefront-kubernetes)
##########
- path: k8s/wavefront
contents:
- path: upstream/collector
git:
url: https://github.com/wavefrontHQ/wavefront-collector-for-kubernetes
ref: v1.6.0
includePaths:
- deploy/kubernetes/**/*
- path: upstream/proxy
git:
url: https://github.com/wavefrontHQ/wavefront-kubernetes
ref: master
includePaths:
- wavefront-proxy/wavefront.yaml
- ksm-all-in-one/kube-state.yaml
- path: downstream
manual: {}
- path: config
manual: {}
##########
# eduk8s-labs
##########
- path: k8s/eduk8s-labs
contents:
- path: upstream/lab-container-basics
git:
url: https://github.com/eduk8s-labs/lab-container-basics
ref: master
includePaths:
- resources/workshop.yaml
- path: upstream/lab-python-containers
git:
url: https://github.com/eduk8s-labs/lab-python-containers
ref: master
includePaths:
- resources/workshop.yaml
- path: upstream/lab-image-security
git:
url: https://github.com/eduk8s-labs/lab-image-security
ref: master
includePaths:
- resources/workshop.yaml
- path: upstream/lab-k8s-fundamentals
git:
url: https://github.com/eduk8s-labs/lab-k8s-fundamentals
ref: master
includePaths:
- resources/workshop.yaml
- path: upstream/lab-getting-started-with-octant
git:
url: https://github.com/eduk8s-labs/lab-getting-started-with-octant
ref: master
includePaths:
- resources/workshop.yaml
- path: upstream/lab-getting-started-with-carvel
git:
url: https://github.com/eduk8s-labs/lab-getting-started-with-carvel
ref: master
includePaths:
- resources/workshop.yaml
- path: upstream/lab-spring-boot-k8s-getting-started
git:
url: https://github.com/eduk8s-labs/lab-spring-boot-k8s-getting-started
ref: master
includePaths:
- resources/workshop.yaml
- path: upstream/lab-spring-boot-k8s-probes
git:
url: https://github.com/eduk8s-labs/lab-spring-boot-k8s-probes
ref: master
includePaths:
- resources/workshop.yaml
- path: upstream/lab-spring-boot-k8s-skaffold
git:
url: https://github.com/eduk8s-labs/lab-spring-boot-k8s-skaffold
ref: master
includePaths:
- resources/workshop.yaml
- path: upstream/lab-tekton-fundamentals
git:
url: https://github.com/eduk8s-tests/lab-tekton-fundamentals
ref: master
includePaths:
- resources/workshop.yaml
- path: upstream/lab-kubeapps-testing
git:
url: https://github.com/eduk8s-tests/lab-kubeapps-testing
ref: master
includePaths:
- resources/workshop.yaml
- path: downstream
manual: {}
- path: config
manual: {}