forked from cloudfoundry/concourse-infra-for-fiwg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
vendir.yml
51 lines (47 loc) · 1.22 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
---
apiVersion: vendir.k14s.io/v1alpha1
kind: Config
minimumRequiredVersion: 0.11.0
directories:
- path: config/credhub/_ytt_lib/credhub
contents:
- path: .
git:
url: https://github.com/cloudfoundry-incubator/credhub
ref: efe8a24
includePaths:
- kubernetes/**/*
- path: config/uaa/_ytt_lib/uaa
contents:
- path: .
git:
url: https://github.com/cloudfoundry/uaa
ref: v75.1.0
includePaths:
- k8s/templates/**/*
# the components in this section below are handled by their corresponding build scripts
# the manual param tells vendir to not override/touch the contents of these config/_ytt_lib/<concourse> directories
- path: config/concourse/_ytt_lib
contents:
- path: concourse
manual: {}
- path: config/quarks-secret/_ytt_lib
contents:
- path: quarks-secret
manual: {}
- path: build/concourse/_vendir/
contents:
- path: .
helmChart:
name: concourse
version: "16.0.1"
repository:
url: https://concourse-charts.storage.googleapis.com/
- path: build/quarks-secret/_vendir/
contents:
- path: .
helmChart:
name: quarks-secret
version: "1.0.758"
repository:
url: https://cloudfoundry-incubator.github.io/quarks-helm