From 0c636f20980c341072238558d589b2587a9fcedc Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 20 Aug 2023 14:01:08 +0000 Subject: [PATCH] Update Buildpacks Catalog metadata and add version 0.9.1 --- .../0.9.1.yml | 47 +++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 repo/packages/buildpacks-catalog.packages.kadras.io/0.9.1.yml diff --git a/repo/packages/buildpacks-catalog.packages.kadras.io/0.9.1.yml b/repo/packages/buildpacks-catalog.packages.kadras.io/0.9.1.yml new file mode 100644 index 0000000..b528c89 --- /dev/null +++ b/repo/packages/buildpacks-catalog.packages.kadras.io/0.9.1.yml @@ -0,0 +1,47 @@ +apiVersion: data.packaging.carvel.dev/v1alpha1 +kind: Package +metadata: + creationTimestamp: null + name: buildpacks-catalog.packages.kadras.io.0.9.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: "2023-08-20T13:59:48Z" + template: + spec: + deploy: + - kapp: {} + fetch: + - imgpkgBundle: + image: ghcr.io/kadras-io/buildpacks-catalog@sha256:d9343cb559cde1673296b2168abd8b420f4ef9a1ad8cb2225db9042446cdd517 + 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.9.1