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
46 changes: 46 additions & 0 deletions repo/packages/buildpacks-catalog.packages.kadras.io/0.5.1.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
apiVersion: data.packaging.carvel.dev/v1alpha1
kind: Package
metadata:
creationTimestamp: null
name: buildpacks-catalog.packages.kadras.io.0.5.1
spec:
capacityRequirementsDescription: Container registry with > 1GB available space
licenses:
- Apache 2.0
refName: buildpacks-catalog.packages.kadras.io
releaseNotes: https://github.com/kadras-io/buildpacks-catalog/releases
releasedAt: "2023-03-20T23:20:19Z"
template:
spec:
deploy:
- kapp: {}
fetch:
- imgpkgBundle:
image: ghcr.io/kadras-io/buildpacks-catalog@sha256:4c13e22ca17e61d553f04e049c21800995fd8dabc4a526b4326bd6a09a406ab7
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/kpack-build
type: string
x-example-description: Repository on GitHub Container Registry
type: object
type: object
version: 0.5.1