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