From 38b445f0c54640079678b3246429b841d1298f82 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 29 Jul 2024 20:19:06 +0000 Subject: [PATCH] Update Buildpacks Catalog metadata and add version 0.12.1 --- .../0.12.1.yml | 48 +++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 repo/packages/buildpacks-catalog.packages.kadras.io/0.12.1.yml diff --git a/repo/packages/buildpacks-catalog.packages.kadras.io/0.12.1.yml b/repo/packages/buildpacks-catalog.packages.kadras.io/0.12.1.yml new file mode 100644 index 0000000..5a265fe --- /dev/null +++ b/repo/packages/buildpacks-catalog.packages.kadras.io/0.12.1.yml @@ -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