Skip to content

Commit 0025dc0

Browse files
ThomasVitalegithub-actions
andauthored
Update Buildpacks Catalog metadata and add version 0.12.1 (#402)
Co-authored-by: github-actions <github-actions@github.com>
1 parent 42808cf commit 0025dc0

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.12.1
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-07-29T20:18:02Z"
14+
template:
15+
spec:
16+
deploy:
17+
- kapp: {}
18+
fetch:
19+
- imgpkgBundle:
20+
image: ghcr.io/kadras-io/buildpacks-catalog@sha256:ca5814a09c022625c8ab514b456737e7c6f0975428771170aa233b7f92d4c7db
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.12.1

0 commit comments

Comments
 (0)