-
Notifications
You must be signed in to change notification settings - Fork 52
/
vendir.yml
43 lines (40 loc) · 1.1 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
apiVersion: vendir.k14s.io/v1alpha1
kind: Config
minimumRequiredVersion: 0.11.0
directories:
- path: vendor
contents:
- path: github.com/cloudfoundry/cf-k8s-networking
git:
url: https://github.com/cloudfoundry/cf-for-k8s
refSelection:
semver:
constraints: ">0.2.0 <0.4.0"
includePaths:
- config/**/*
- path: without-prereleases
git:
url: https://github.com/cloudfoundry/cf-for-k8s
refSelection:
semver:
constraints: "<1.0.0"
includePaths:
- config/kpack/**/*
- path: with-filtered-prerelease
git:
url: https://github.com/cloudfoundry/cf-for-k8s
refSelection:
semver:
constraints: "<1.0.0"
prereleases:
identifiers: [rc]
includePaths:
- config/kpack/**/*
- path: github-release-tag-selection
githubRelease:
slug: carvel-dev/kapp-controller
tagSelection:
semver:
# version 0.1.0 and 0.2.0 don't show up in the first page (of 40 results), we paginate to fetch them
constraints: ">0.0.0 <0.3.0"
assetNames: ["release.yml"]