This repository has been archived by the owner on Feb 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 115
/
vendir.yml
118 lines (111 loc) · 3.31 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
---
apiVersion: vendir.k14s.io/v1alpha1
kind: Config
minimumRequiredVersion: 0.11.0
directories:
- path: config/capi/_ytt_lib/capi-k8s-release
contents:
- path: .
git:
url: https://github.com/cloudfoundry/capi-k8s-release
ref: 1c12474bdb3c38e47cd95116e13f6c95b60d842a
includePaths:
- config/**/*
- templates/**/*
- values/**/*
- path: config/networking/_ytt_lib/cf-k8s-networking
contents:
- path: .
git:
url: https://github.com/cloudfoundry/cf-k8s-networking
ref: 49d6047a2270a79e266ea70bb0cab40de0f55633
includePaths:
- config/**/*
- path: config/logging/_ytt_lib/cf-k8s-logging
contents:
- path: .
githubRelease:
slug: cloudfoundry/cf-k8s-logging
tag: 0.7.0
disableAutoChecksumValidation: true
- path: config/metrics/_ytt_lib/metric-proxy
contents:
- path: .
githubRelease:
slug: cloudfoundry/metric-proxy
tag: 1.3.0
disableAutoChecksumValidation: true
- path: config/uaa/_ytt_lib/uaa-k8s-release
contents:
- path: .
git:
url: https://github.com/cloudfoundry/uaa-k8s-release
ref: 78ca1e1c245177c94501a0747852b528b53ab9da
includePaths:
- config/**/*
- path: config/kpack/_ytt_lib/kpack
contents:
- path: .
githubRelease:
slug: pivotal/kpack
tag: v0.5.4
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: {}
- path: config/quarks-secret/_ytt_lib
contents:
- path: quarks-secret
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: v5.0.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/**/*
- path: build/quarks-secret/_vendir
contents:
- path: .
git:
url: https://github.com/cloudfoundry-incubator/quarks-secret
ref: v1.0.758
includePaths:
- deploy/helm/quarks-secret/**/*