From 7836a56ead43b19396b7426c60b7d227c52fd01b Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 30 Oct 2022 19:15:49 +0000 Subject: [PATCH] Update kpack metadata and add version 0.7.2 --- .../kpack.packages.kadras.io/0.7.2.yml | 95 +++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 repo/packages/kpack.packages.kadras.io/0.7.2.yml diff --git a/repo/packages/kpack.packages.kadras.io/0.7.2.yml b/repo/packages/kpack.packages.kadras.io/0.7.2.yml new file mode 100644 index 0000000..ced0179 --- /dev/null +++ b/repo/packages/kpack.packages.kadras.io/0.7.2.yml @@ -0,0 +1,95 @@ +apiVersion: data.packaging.carvel.dev/v1alpha1 +kind: Package +metadata: + creationTimestamp: null + name: kpack.packages.kadras.io.0.7.2 +spec: + capacityRequirementsDescription: Registry with > 1GB available space + licenses: + - Apache 2.0 + refName: kpack.packages.kadras.io + releaseNotes: https://github.com/pivotal/kpack/releases + releasedAt: "2022-10-30T19:14:37Z" + template: + spec: + deploy: + - kapp: {} + fetch: + - imgpkgBundle: + image: ghcr.io/arktonix/package-for-kpack@sha256:e3f5138646859b197af3d92bafce1a590c688ee95c7da3bab56ce61edcadc07a + template: + - ytt: + paths: + - config + - kbld: + paths: + - '-' + - .imgpkg/images.yml + valuesSchema: + openAPIv3: + additionalProperties: false + properties: + ca_cert_data: + default: "" + description: 'CA Certificate to be injected into the kpack controller trust + store for communicating with self signed registries. Note: This will not + be injected into builds, you need to use the cert injection webhook with + the kpack.io/build label value' + type: string + kp_default_repository: + default: "" + description: The default repository to use for builder images and dependencies + example: ghcr.io/thomasvitale/kpack + type: string + x-example-description: Repository on GitHub Container Registry + kp_default_repository_aws_iam_role_arn: + default: "" + description: IAM credentials to access kp_default_repository if the registry + is on AWS + type: string + kp_default_repository_password: + default: "" + description: 'Token to access kp_default_repository. Note: Use contents + of service account key json for GCR' + type: string + kp_default_repository_secret: + additionalProperties: false + description: Configuration for the Secret holding the credentials to access + kp_default_repository + properties: + name: + default: "" + description: The name of the Secret holding the credentials to access + kp_default_repository + type: string + namespace: + default: "" + description: The namespace of the Secret holding the credentials to + access kp_default_repository + type: string + type: object + kp_default_repository_username: + default: "" + description: 'Username to access kp_default_repository. Note: Use _json_key + for GCR' + type: string + proxy: + additionalProperties: false + description: Configure proxy support + properties: + http_proxy: + default: "" + description: The HTTP proxy to use for network traffic + type: string + https_proxy: + default: "" + description: The HTTPS proxy to use for network traffic + type: string + no_proxy: + default: "" + description: A comma-separated list of hostnames, IP addresses, or IP + ranges in CIDR format that should not use a proxy + type: string + type: object + type: object + version: 0.7.2