diff --git a/repo/packages/buildpacks-catalog.packages.kadras.io/0.11.0.yml b/repo/packages/buildpacks-catalog.packages.kadras.io/0.11.0.yml new file mode 100644 index 0000000..5ec0ff6 --- /dev/null +++ b/repo/packages/buildpacks-catalog.packages.kadras.io/0.11.0.yml @@ -0,0 +1,48 @@ +apiVersion: data.packaging.carvel.dev/v1alpha1 +kind: Package +metadata: + creationTimestamp: null + name: buildpacks-catalog.packages.kadras.io.0.11.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-05-17T20:27:08Z" + template: + spec: + deploy: + - kapp: {} + fetch: + - imgpkgBundle: + image: ghcr.io/kadras-io/buildpacks-catalog@sha256:1ea45451738bb0547246cccd8d40d00bc1c895b6eb5514c2b411110a613b0fc9 + 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.11.0