Skip to content

Commit c831ea7

Browse files
ThomasVitalegithub-actions
andauthored
Update Buildpacks Catalog metadata and add version 0.11.0 (#385)
Co-authored-by: github-actions <github-actions@github.com>
1 parent 4d2bc0e commit c831ea7

File tree

1 file changed

+48
-0
lines changed
  • repo/packages/buildpacks-catalog.packages.kadras.io

1 file changed

+48
-0
lines changed
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
apiVersion: data.packaging.carvel.dev/v1alpha1
2+
kind: Package
3+
metadata:
4+
creationTimestamp: null
5+
name: buildpacks-catalog.packages.kadras.io.0.11.0
6+
spec:
7+
capacityRequirementsDescription: Container registry with at least 1GB available
8+
space used by kpack to create builder images.
9+
licenses:
10+
- Apache 2.0
11+
refName: buildpacks-catalog.packages.kadras.io
12+
releaseNotes: https://github.com/kadras-io/buildpacks-catalog/releases
13+
releasedAt: "2024-05-17T20:27:08Z"
14+
template:
15+
spec:
16+
deploy:
17+
- kapp: {}
18+
fetch:
19+
- imgpkgBundle:
20+
image: ghcr.io/kadras-io/buildpacks-catalog@sha256:1ea45451738bb0547246cccd8d40d00bc1c895b6eb5514c2b411110a613b0fc9
21+
template:
22+
- ytt:
23+
paths:
24+
- config
25+
- kbld:
26+
paths:
27+
- '-'
28+
- .imgpkg/images.yml
29+
valuesSchema:
30+
openAPIv3:
31+
additionalProperties: false
32+
properties:
33+
kp_default_repository:
34+
additionalProperties: false
35+
description: Settings for the default container repository used by kpack.
36+
Same as configured in the kpack package.
37+
properties:
38+
name:
39+
default: ""
40+
description: The default repository where to publish builder images
41+
and dependencies.
42+
example: ghcr.io/thomasvitale/buildpacks
43+
minLength: 1
44+
type: string
45+
x-example-description: Repository on GitHub Container Registry
46+
type: object
47+
type: object
48+
version: 0.11.0

0 commit comments

Comments
 (0)