-
-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathvendir.yml
More file actions
161 lines (159 loc) · 6.82 KB
/
vendir.yml
File metadata and controls
161 lines (159 loc) · 6.82 KB
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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
apiVersion: vendir.k14s.io/v1alpha1
kind: Config
minimumRequiredVersion: 0.26.0
directories:
- path: carvel-packages/installer/bundle/config/ytt/_ytt_lib/packages/kyverno/upstream
contents:
- path: "."
githubRelease:
slug: kyverno/kyverno
tag: v1.15.1
assetNames:
- install.yaml
disableAutoChecksumValidation: true
includePaths:
- install.yaml
- path: carvel-packages/installer/bundle/config/ytt/_ytt_lib/packages/educates/_ytt_lib/kyverno-restricted/upstream
contents:
- path: "."
git:
url: https://github.com/kyverno/policies
ref: origin/release-1.15
includePaths:
- "pod-security-cel/restricted/**"
excludePaths:
- "**/kustomization.yaml"
- "**/kyverno-test.yaml"
- "**/0*.yaml"
- "**/9*.yaml"
- "**/pod*.yaml"
- "**/resource.yaml"
- "**/artifacthub-pkg.yml"
- "**/.chainsaw-test/**"
- "**/.kyverno-test/**"
- path: carvel-packages/installer/bundle/config/ytt/_ytt_lib/packages/educates/_ytt_lib/kyverno-baseline/upstream
contents:
- path: "."
git:
url: https://github.com/kyverno/policies
ref: origin/release-1.15
includePaths:
- "pod-security-cel/baseline/**"
excludePaths:
- "**/kustomization.yaml"
- "**/kyverno-test.yaml"
- "**/0*.yaml"
- "**/9*.yaml"
- "**/pod*.yaml"
- "**/resource.yaml"
- "**/artifacthub-pkg.yml"
- "**/.chainsaw-test/**"
- "**/.kyverno-test/**"
- path: carvel-packages/installer/bundle/config/ytt/_ytt_lib/packages/educates/_ytt_lib/kyverno-policies/upstream
contents:
- path: "."
git:
url: https://github.com/kyverno/policies
ref: origin/release-1.15
includePaths:
- "best-practices-cel/disallow-empty-ingress-host/disallow-empty-ingress-host.yaml"
- "best-practices-cel/disallow-cri-sock-mount/disallow-cri-sock-mount.yaml"
- "best-practices-cel/restrict-service-external-ips/restrict-service-external-ips.yaml"
- "best-practices-cel/restrict-node-port/restrict-node-port.yaml"
- "nginx-ingress-cel/disallow-ingress-nginx-custom-snippets/disallow-ingress-nginx-custom-snippets.yaml"
- "nginx-ingress-cel/restrict-annotations/restrict-annotations.yaml"
- "nginx-ingress-cel/restrict-ingress-paths/restrict-ingress-paths.yaml"
- "other-cel/disallow-localhost-services/disallow-localhost-services.yaml"
- "other-cel/prevent-cr8escape/prevent-cr8escape.yaml"
#! - "other-cel/restrict-ingress-defaultbackend/restrict-ingress-defaultbackend.yaml"
- "other-cel/restrict-loadbalancer/restrict-loadbalancer.yaml"
#! - "other-cel/unique-ingress-host-and-path/unique-ingress-host-and-path.yaml"
- path: carvel-packages/installer/bundle/config/ytt/_ytt_lib/packages/cert-manager/upstream
contents:
- path: .
githubRelease:
slug: cert-manager/cert-manager
tag: v1.14.7
disableAutoChecksumValidation: true
includePaths:
- cert-manager.yaml
#! Note that we download Contour twice, once for use in Educates package and
#! once for use by the virtual clusters code in session-manager. Make sure the
#! version is updated on both and operation of both use cases checked.
- path: carvel-packages/installer/bundle/config/ytt/_ytt_lib/packages/contour/upstream
contents:
- path: .
git:
url: https://github.com/projectcontour/contour
ref: v1.30.2
newRootPath: examples/contour
- path: session-manager/packages/contour/upstream
contents:
- path: .
git:
url: https://github.com/projectcontour/contour
ref: v1.30.2
newRootPath: examples/contour
- path: carvel-packages/installer/bundle/config/ytt/_ytt_lib/packages/external-dns/upstream
contents:
- path: .
git:
url: https://github.com/kubernetes-sigs/external-dns
ref: v0.14.2
includePaths:
- kustomize/external-dns-*
newRootPath: kustomize
- path: carvel-packages/installer/bundle/config/ytt/_ytt_lib/packages/kapp-controller/upstream
contents:
- path: .
githubRelease:
slug: carvel-dev/kapp-controller
tag: v0.55.1
disableAutoChecksumValidation: true
includePaths:
- release.yml
- path: workshop-images/base-environment/opt/eduk8s/etc/themes/educates-standalone/static/static/libraries/bootstrap
contents:
- path: "."
http:
url: https://github.com/twbs/bootstrap/releases/download/v5.3.8/bootstrap-5.3.8-dist.zip
newRootPath: bootstrap-5.3.8-dist
includePaths:
- "bootstrap-5.3.8-dist/css/bootstrap.min.css"
- "bootstrap-5.3.8-dist/js/bootstrap.bundle.min.js"
- path: workshop-images/base-environment/opt/eduk8s/etc/themes/educates-standalone/static/static/libraries/font-awesome
contents:
- path: "."
http:
url: https://github.com/FortAwesome/Font-Awesome/releases/download/6.5.1/fontawesome-free-6.5.1-web.zip
newRootPath: fontawesome-free-6.5.1-web
includePaths:
- fontawesome-free-6.5.1-web/css/all.min.css
- fontawesome-free-6.5.1-web/webfonts/fa-brands-400.woff2
- fontawesome-free-6.5.1-web/webfonts/fa-brands-400.ttf
- fontawesome-free-6.5.1-web/webfonts/fa-regular-400.woff2
- fontawesome-free-6.5.1-web/webfonts/fa-regular-400.ttf
- fontawesome-free-6.5.1-web/webfonts/fa-solid-900.woff2
- fontawesome-free-6.5.1-web/webfonts/fa-solid-900.ttf
- fontawesome-free-6.5.1-web/webfonts/fa-v4compatibility.woff2
- fontawesome-free-6.5.1-web/webfonts/fa-v4compatibility.ttf
- path: workshop-images/base-environment/opt/eduk8s/etc/themes/educates-standalone/static/static/libraries/jquery
contents:
- path: "."
http:
url: https://cdn.jsdelivr.net/npm/jquery@3.7.1/dist/jquery.min.js
- path: workshop-images/base-environment/opt/eduk8s/etc/themes/educates-standalone/static/static/libraries/underscore
contents:
- path: "."
http:
url: https://cdn.jsdelivr.net/npm/underscore@1.13.8/underscore-umd-min.js
- path: workshop-images/base-environment/opt/eduk8s/etc/themes/educates-standalone/static/static/libraries/jsonform
contents:
- path: "."
http:
url: https://cdn.jsdelivr.net/npm/jsonform@2.2.5/lib/jsonform.min.js
- path: workshop-images/base-environment/opt/eduk8s/etc/themes/educates-standalone/static/static/libraries/js-yaml
contents:
- path: "."
http:
url: https://cdn.jsdelivr.net/npm/js-yaml@4.1.1/dist/js-yaml.min.js