Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 48 additions & 0 deletions repo/packages/buildpacks-catalog.packages.kadras.io/0.12.1.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
apiVersion: data.packaging.carvel.dev/v1alpha1
kind: Package
metadata:
creationTimestamp: null
name: buildpacks-catalog.packages.kadras.io.0.12.1
spec:
capacityRequirementsDescription: Container registry with at least 1GB available
space used by kpack to create builder images.
licenses:
- Apache 2.0
refName: buildpacks-catalog.packages.kadras.io
releaseNotes: https://github.com/kadras-io/buildpacks-catalog/releases
releasedAt: "2024-07-29T20:18:02Z"
template:
spec:
deploy:
- kapp: {}
fetch:
- imgpkgBundle:
image: ghcr.io/kadras-io/buildpacks-catalog@sha256:ca5814a09c022625c8ab514b456737e7c6f0975428771170aa233b7f92d4c7db
template:
- ytt:
paths:
- config
- kbld:
paths:
- '-'
- .imgpkg/images.yml
valuesSchema:
openAPIv3:
additionalProperties: false
properties:
kp_default_repository:
additionalProperties: false
description: Settings for the default container repository used by kpack.
Same as configured in the kpack package.
properties:
name:
default: ""
description: The default repository where to publish builder images
and dependencies.
example: ghcr.io/thomasvitale/buildpacks
minLength: 1
type: string
x-example-description: Repository on GitHub Container Registry
type: object
type: object
version: 0.12.1