forked from cloudfoundry/cf-for-k8s
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvendir.yml
99 lines (94 loc) · 3.01 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
---
apiVersion: vendir.k14s.io/v1alpha1
kind: Config
minimumRequiredVersion: 0.8.0
directories:
- path: config/_ytt_lib
contents:
- path: github.com/cloudfoundry/cf-k8s-networking
git:
url: https://github.com/cloudfoundry/cf-k8s-networking
ref: v0.0.6
includePaths:
- config/*
- config/crd/**/*
- config/istio-generated/**/*
- config/istio-config/**/*
- config/istio/generated/**/*
- config/routecontroller/**/*
- path: github.com/cloudfoundry/capi-k8s-release
git:
url: https://github.com/cloudfoundry/capi-k8s-release
ref: 624901cc813c1c8ff83e8bef88882cb97438ab6b
includePaths:
- templates/**/*
- values/**/*
- path: github.com/cloudfoundry/cf-k8s-logging/config
githubRelease:
slug: cloudfoundry/cf-k8s-logging
tag: 0.2.1
disableAutoChecksumValidation: true
- path: github.com/cloudfoundry/metric-proxy
git:
url: https://github.com/cloudfoundry/metric-proxy
ref: bd072aeb0c8dfd847997ab6fb84d9e6660b0ef01
includePaths:
- config/**/*
- path: github.com/cloudfoundry/uaa
git:
url: https://github.com/cloudfoundry/uaa
ref: v74.23.0
includePaths:
- k8s/templates/**/*
- path: github.com/pivotal/kpack
githubRelease:
slug: pivotal/kpack
tag: v0.0.9
disableAutoChecksumValidation: true
includePaths:
- release-*.yaml
# 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/<eirini|minio|postgres> directories
- path: config/eirini/_ytt_lib
contents:
- path: eirini
manual: {}
- path: config/minio/_ytt_lib
contents:
- path: minio
manual: {}
- path: config/postgres/_ytt_lib
contents:
- path: postgres
manual: {}
# When adding a helm chart to our set of components:
# 1. Find the chart you need from https://hub.helm.sh/charts/stable
# 2. Note the latest (or desired) version from the "Chart Versions" section on the right.
# 3. Navigate to the corresponding directory of https://github.com/helm/charts/tree/master/stable or related repo
# 4. Look at the history or blame log of the Chart.yaml file to find when the version was bumped to the version you found earlier.
# 5. The SHA of the commit that bumped the version will be the SHA you use as the 'ref' of the git section below.
- path: build/minio/_vendir
contents:
- path: .
git:
url: https://github.com/helm/charts
ref: 921eb8a969fb9d7b7b7d13904f740c76748ec2c9 # version: 5.0.30
includePaths:
- stable/minio/**/*
- path: build/eirini/_vendir
contents:
- path: .
githubRelease:
slug: cloudfoundry-incubator/eirini-release
tag: v1.7.0
disableAutoChecksumValidation: true
unpackArchive:
path: eirini.tgz
- path: build/postgres/_vendir
contents:
- path: .
git:
url: https://github.com/bitnami/charts
ref: f9cb0102f1e03d9ee7f09dbb65e9d7cdc25f84fe # version: 8.10.6
includePaths:
- bitnami/postgresql/**/*