forked from vmware-tanzu/community-edition
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvendir.yml
34 lines (34 loc) · 888 Bytes
/
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
apiVersion: vendir.k14s.io/v1alpha1
kind: Config
minimumRequiredVersion: 0.12.0
directories:
- path: 0.5.0
contents:
- path: .
githubRelease:
slug: vmware-tanzu/package-for-kpack
tag: v0.5.0
disableAutoChecksumValidation: true
assetNames:
- "package.yaml"
- "README.md"
- path: 0.5.1
contents:
- path: .
githubRelease:
slug: vmware-tanzu/package-for-kpack
tag: v0.5.1
disableAutoChecksumValidation: true
assetNames:
- "package.yaml"
- "README.md"
- path: 0.5.2
contents:
- path: .
githubRelease:
slug: vmware-tanzu/package-for-kpack
tag: v0.5.2
disableAutoChecksumValidation: true
assetNames:
- "package.yaml"
- "README.md"