Skip to content

Commit 8df94c4

Browse files
ThomasVitalegithub-actions
andauthored
Update Buildpacks Catalog metadata and add version 0.5.0 (#145)
Co-authored-by: github-actions <github-actions@github.com>
1 parent e024397 commit 8df94c4

File tree

2 files changed

+64
-0
lines changed

2 files changed

+64
-0
lines changed
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
apiVersion: data.packaging.carvel.dev/v1alpha1
2+
kind: Package
3+
metadata:
4+
creationTimestamp: null
5+
name: buildpacks-catalog.packages.kadras.io.0.5.0
6+
spec:
7+
capacityRequirementsDescription: Container registry with > 1GB available space
8+
licenses:
9+
- Apache 2.0
10+
refName: buildpacks-catalog.packages.kadras.io
11+
releaseNotes: https://github.com/kadras-io/buildpacks-catalog/releases
12+
releasedAt: "2023-03-20T16:49:46Z"
13+
template:
14+
spec:
15+
deploy:
16+
- kapp: {}
17+
fetch:
18+
- imgpkgBundle:
19+
image: ghcr.io/kadras-io/buildpacks-catalog@sha256:f6dc63199b4f3b98ee155f2380268cb8819529aab3b777672279f3d414fbf51a
20+
template:
21+
- ytt:
22+
paths:
23+
- config
24+
- kbld:
25+
paths:
26+
- '-'
27+
- .imgpkg/images.yml
28+
valuesSchema:
29+
openAPIv3:
30+
additionalProperties: false
31+
properties:
32+
kp_default_repository:
33+
additionalProperties: false
34+
description: Settings for the default container repository used by kpack.
35+
Same as configured in the kpack package.
36+
properties:
37+
name:
38+
default: ""
39+
description: The default repository where to publish builder images
40+
and dependencies.
41+
example: ghcr.io/thomasvitale/kpack-build
42+
type: string
43+
x-example-description: Repository on GitHub Container Registry
44+
type: object
45+
type: object
46+
version: 0.5.0
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
apiVersion: data.packaging.carvel.dev/v1alpha1
2+
kind: PackageMetadata
3+
metadata:
4+
creationTimestamp: null
5+
name: buildpacks-catalog.packages.kadras.io
6+
spec:
7+
categories:
8+
- build
9+
displayName: buildpacks-catalog
10+
longDescription: A set of buildpacks, stacks, and builders to use with kpack, a
11+
Kubernetes-native implementation of Cloud Native Buildpacks. It supports multiple
12+
languages and frameworks.
13+
maintainers:
14+
- name: Thomas Vitale
15+
providerName: Kadras
16+
shortDescription: A set of buildpacks, stacks, and builders to use with kpack.
17+
supportDescription: Go to https://kadras.io for documentation and https://github.com/kadras-io/buildpacks-catalog
18+
for community support.

0 commit comments

Comments
 (0)