From f0aa0bf63a43a4e8760a0fbbcd9ad1f04c36cc2a Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 20 Mar 2023 16:52:00 +0000 Subject: [PATCH] Update Buildpacks Catalog metadata and add version 0.5.0 --- .../0.5.0.yml | 46 +++++++++++++++++++ .../metadata.yml | 18 ++++++++ 2 files changed, 64 insertions(+) create mode 100644 repo/packages/buildpacks-catalog.packages.kadras.io/0.5.0.yml create mode 100644 repo/packages/buildpacks-catalog.packages.kadras.io/metadata.yml diff --git a/repo/packages/buildpacks-catalog.packages.kadras.io/0.5.0.yml b/repo/packages/buildpacks-catalog.packages.kadras.io/0.5.0.yml new file mode 100644 index 0000000..df0b14d --- /dev/null +++ b/repo/packages/buildpacks-catalog.packages.kadras.io/0.5.0.yml @@ -0,0 +1,46 @@ +apiVersion: data.packaging.carvel.dev/v1alpha1 +kind: Package +metadata: + creationTimestamp: null + name: buildpacks-catalog.packages.kadras.io.0.5.0 +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-20T16:49:46Z" + template: + spec: + deploy: + - kapp: {} + fetch: + - imgpkgBundle: + image: ghcr.io/kadras-io/buildpacks-catalog@sha256:f6dc63199b4f3b98ee155f2380268cb8819529aab3b777672279f3d414fbf51a + 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.0 diff --git a/repo/packages/buildpacks-catalog.packages.kadras.io/metadata.yml b/repo/packages/buildpacks-catalog.packages.kadras.io/metadata.yml new file mode 100644 index 0000000..06c07d1 --- /dev/null +++ b/repo/packages/buildpacks-catalog.packages.kadras.io/metadata.yml @@ -0,0 +1,18 @@ +apiVersion: data.packaging.carvel.dev/v1alpha1 +kind: PackageMetadata +metadata: + creationTimestamp: null + name: buildpacks-catalog.packages.kadras.io +spec: + categories: + - build + displayName: buildpacks-catalog + longDescription: A set of buildpacks, stacks, and builders to use with kpack, a + Kubernetes-native implementation of Cloud Native Buildpacks. It supports multiple + languages and frameworks. + maintainers: + - name: Thomas Vitale + providerName: Kadras + shortDescription: A set of buildpacks, stacks, and builders to use with kpack. + supportDescription: Go to https://kadras.io for documentation and https://github.com/kadras-io/buildpacks-catalog + for community support.