|
| 1 | +apiVersion: data.packaging.carvel.dev/v1alpha1 |
| 2 | +kind: Package |
| 3 | +metadata: |
| 4 | + creationTimestamp: null |
| 5 | + name: kpack.packages.kadras.io.0.7.2 |
| 6 | +spec: |
| 7 | + capacityRequirementsDescription: Registry with > 1GB available space |
| 8 | + licenses: |
| 9 | + - Apache 2.0 |
| 10 | + refName: kpack.packages.kadras.io |
| 11 | + releaseNotes: https://github.com/pivotal/kpack/releases |
| 12 | + releasedAt: "2022-10-30T19:14:37Z" |
| 13 | + template: |
| 14 | + spec: |
| 15 | + deploy: |
| 16 | + - kapp: {} |
| 17 | + fetch: |
| 18 | + - imgpkgBundle: |
| 19 | + image: ghcr.io/arktonix/package-for-kpack@sha256:e3f5138646859b197af3d92bafce1a590c688ee95c7da3bab56ce61edcadc07a |
| 20 | + template: |
| 21 | + - ytt: |
| 22 | + paths: |
| 23 | + - config |
| 24 | + - kbld: |
| 25 | + paths: |
| 26 | + - '-' |
| 27 | + - .imgpkg/images.yml |
| 28 | + valuesSchema: |
| 29 | + openAPIv3: |
| 30 | + additionalProperties: false |
| 31 | + properties: |
| 32 | + ca_cert_data: |
| 33 | + default: "" |
| 34 | + description: 'CA Certificate to be injected into the kpack controller trust |
| 35 | + store for communicating with self signed registries. Note: This will not |
| 36 | + be injected into builds, you need to use the cert injection webhook with |
| 37 | + the kpack.io/build label value' |
| 38 | + type: string |
| 39 | + kp_default_repository: |
| 40 | + default: "" |
| 41 | + description: The default repository to use for builder images and dependencies |
| 42 | + example: ghcr.io/thomasvitale/kpack |
| 43 | + type: string |
| 44 | + x-example-description: Repository on GitHub Container Registry |
| 45 | + kp_default_repository_aws_iam_role_arn: |
| 46 | + default: "" |
| 47 | + description: IAM credentials to access kp_default_repository if the registry |
| 48 | + is on AWS |
| 49 | + type: string |
| 50 | + kp_default_repository_password: |
| 51 | + default: "" |
| 52 | + description: 'Token to access kp_default_repository. Note: Use contents |
| 53 | + of service account key json for GCR' |
| 54 | + type: string |
| 55 | + kp_default_repository_secret: |
| 56 | + additionalProperties: false |
| 57 | + description: Configuration for the Secret holding the credentials to access |
| 58 | + kp_default_repository |
| 59 | + properties: |
| 60 | + name: |
| 61 | + default: "" |
| 62 | + description: The name of the Secret holding the credentials to access |
| 63 | + kp_default_repository |
| 64 | + type: string |
| 65 | + namespace: |
| 66 | + default: "" |
| 67 | + description: The namespace of the Secret holding the credentials to |
| 68 | + access kp_default_repository |
| 69 | + type: string |
| 70 | + type: object |
| 71 | + kp_default_repository_username: |
| 72 | + default: "" |
| 73 | + description: 'Username to access kp_default_repository. Note: Use _json_key |
| 74 | + for GCR' |
| 75 | + type: string |
| 76 | + proxy: |
| 77 | + additionalProperties: false |
| 78 | + description: Configure proxy support |
| 79 | + properties: |
| 80 | + http_proxy: |
| 81 | + default: "" |
| 82 | + description: The HTTP proxy to use for network traffic |
| 83 | + type: string |
| 84 | + https_proxy: |
| 85 | + default: "" |
| 86 | + description: The HTTPS proxy to use for network traffic |
| 87 | + type: string |
| 88 | + no_proxy: |
| 89 | + default: "" |
| 90 | + description: A comma-separated list of hostnames, IP addresses, or IP |
| 91 | + ranges in CIDR format that should not use a proxy |
| 92 | + type: string |
| 93 | + type: object |
| 94 | + type: object |
| 95 | + version: 0.7.2 |
0 commit comments