forked from krissada983/paas-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
vendir.yml
115 lines (97 loc) · 2.63 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
apiVersion: vendir.k14s.io/v1alpha1
kind: Config
directories:
- path: vendor/helm
contents:
# - path: rundeck
# helmChart:
# name: incubator/rundeck
# version: 0.3.6
# repository:
# url: https://charts.helm.sh/incubator
# Default repository has been deprecated
- path: default-repo
helmChart:
name: stable/redis
repository:
url: https://charts.helm.sh/stable
- path: contour
helmChart:
name: contour
version: "1.2.1"
repository:
url: https://charts.bitnami.com/bitnami
- path: vendor/bosh
contents:
- path: cf-deployment
git:
url: https://github.com/cloudfoundry/cf-deployment
ref: v15.5.0
excludePaths:
- .git/**/*
- path: prometheus-boshrelease
git:
url: https://github.com/bosh-prometheus/prometheus-boshrelease
ref: v26.4.0
includePaths:
- manifests/**/*
- path: cf-for-k8s
git:
url: https://github.com/cloudfoundry/cf-for-k8s
ref: v1.1.0
excludePaths:
- .git/**/*
- path: cf-mysql-deployment
git:
url: https://github.com/orange-cloudfoundry/cf-mysql-deployment.git
ref: v36.19.0
excludePaths:
- .git/**/*
- path: elastic-stack-bosh-deployment
git:
url: https://github.com/bosh-elastic-stack/elastic-stack-bosh-deployment
ref: 7.2.0_2019-07-17
excludePaths:
- .git/**/*
- path: shield-boshrelease
git:
url: https://github.com/shieldproject/shield-boshrelease
ref: v8.5.0
includePaths:
- manifests/**/*
- path: concourse-bosh-deployment
git:
url: https://github.com/concourse/concourse-bosh-deployment
ref: v6.5.1
excludePaths:
- .git/**/*
- path: logsearch-boshrelease/
git:
url: https://github.com/cloudfoundry-community/logsearch-boshrelease/
ref: v211.1.1
includePaths:
- deployment/**/*
- path: cf-networking-examples
git:
url: https://github.com/cloudfoundry/cf-networking-examples
ref: 8e3be5faa135746cfd1e05bc618fe18053eab2b5
excludePaths:
- .git/**/*
- path: bosh-deployment
git:
url: https://github.com/cloudfoundry/bosh-deployment
ref: 58230887b47539d144c96eb8bf430df8f64a5a25
excludePaths:
- .git/**/*
- path: rabbitmq-server
git:
url: https://github.com/rabbitmq/rabbitmq-server.git
ref: 3542f65fcc2085e70403810b3ea2e5711f11e043
includePaths:
- deps/rabbitmq_prometheus/docker/grafana/dashboards/**/*
- path: ci-buildpack-cached
git:
url: https://github.com/orange-cloudfoundry/ci-buildpack-cached
ref: origin/concourse-5-support
excludePaths:
- .git/**/*