From 5e0e2daaa55c9ffbd809f1fc81e5b5b54e04e28b Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 24 Feb 2024 22:54:10 +0000 Subject: [PATCH] Update Buildpacks Catalog metadata and add version 0.10.0 --- .../0.10.0.yml | 47 +++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 repo/packages/buildpacks-catalog.packages.kadras.io/0.10.0.yml diff --git a/repo/packages/buildpacks-catalog.packages.kadras.io/0.10.0.yml b/repo/packages/buildpacks-catalog.packages.kadras.io/0.10.0.yml new file mode 100644 index 0000000..95f2268 --- /dev/null +++ b/repo/packages/buildpacks-catalog.packages.kadras.io/0.10.0.yml @@ -0,0 +1,47 @@ +apiVersion: data.packaging.carvel.dev/v1alpha1 +kind: Package +metadata: + creationTimestamp: null + name: buildpacks-catalog.packages.kadras.io.0.10.0 +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-02-24T22:52:57Z" + template: + spec: + deploy: + - kapp: {} + fetch: + - imgpkgBundle: + image: ghcr.io/kadras-io/buildpacks-catalog@sha256:1744f0b5b68bf80abc5fd4557be82a721d39919557dd8f0fc78177ea66e020e8 + 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 + type: string + x-example-description: Repository on GitHub Container Registry + type: object + type: object + version: 0.10.0