|
| 1 | +apiVersion: data.packaging.carvel.dev/v1alpha1 |
| 2 | +kind: Package |
| 3 | +metadata: |
| 4 | + creationTimestamp: null |
| 5 | + name: cartographer-supply-chains.packages.kadras.io.0.7.2 |
| 6 | +spec: |
| 7 | + licenses: |
| 8 | + - Apache 2.0 |
| 9 | + refName: cartographer-supply-chains.packages.kadras.io |
| 10 | + releaseNotes: https://github.com/kadras-io/cartographer-supply-chains/releases |
| 11 | + releasedAt: "2023-09-08T21:45:27Z" |
| 12 | + template: |
| 13 | + spec: |
| 14 | + deploy: |
| 15 | + - kapp: {} |
| 16 | + fetch: |
| 17 | + - imgpkgBundle: |
| 18 | + image: ghcr.io/kadras-io/cartographer-supply-chains@sha256:dd7382949effbf7bbba14651c3e94966a52cc8cdc5e1b4852b4cac4bbe31161e |
| 19 | + template: |
| 20 | + - ytt: |
| 21 | + paths: |
| 22 | + - config |
| 23 | + - kbld: |
| 24 | + paths: |
| 25 | + - '-' |
| 26 | + - .imgpkg/images.yml |
| 27 | + valuesSchema: |
| 28 | + openAPIv3: |
| 29 | + additionalProperties: false |
| 30 | + properties: |
| 31 | + ca_cert_data: |
| 32 | + default: "" |
| 33 | + description: PEM-encoded certificate data to trust TLS connections with |
| 34 | + a custom CA. |
| 35 | + type: string |
| 36 | + cluster_builder: |
| 37 | + default: default |
| 38 | + description: The default `ClusterBuilder` used by kpack. |
| 39 | + type: string |
| 40 | + external_delivery: |
| 41 | + default: false |
| 42 | + description: Whether a deliverable is manually applied to an external Kubernetes |
| 43 | + cluster. |
| 44 | + type: boolean |
| 45 | + git_credentials_secret: |
| 46 | + default: "" |
| 47 | + description: The Secret containing authentication credentials for Git repositories. |
| 48 | + type: string |
| 49 | + gitops: |
| 50 | + additionalProperties: false |
| 51 | + description: Settings for using a GitOps strategy with the supply chain. |
| 52 | + properties: |
| 53 | + commit: |
| 54 | + additionalProperties: false |
| 55 | + properties: |
| 56 | + message: |
| 57 | + default: Update from Cartographer |
| 58 | + description: The commit message to use when pushing configuration |
| 59 | + changes to Git. |
| 60 | + type: string |
| 61 | + type: object |
| 62 | + pull_request: |
| 63 | + additionalProperties: false |
| 64 | + description: Settings for using a GitOps approach based on pull requests. |
| 65 | + properties: |
| 66 | + body: |
| 67 | + default: Generated from Cartographer |
| 68 | + description: The message body of the pull request. |
| 69 | + type: string |
| 70 | + commit_branch: |
| 71 | + default: "" |
| 72 | + description: The branch to use to open a pull request. If empty, |
| 73 | + a random name is generated. |
| 74 | + type: string |
| 75 | + server_kind: |
| 76 | + default: github |
| 77 | + description: The type of Git server where to open the pull request. |
| 78 | + example: github |
| 79 | + type: string |
| 80 | + x-example-description: Open a pull request on GitHub |
| 81 | + title: |
| 82 | + default: Update from Cartographer |
| 83 | + description: The title of the pull request. |
| 84 | + type: string |
| 85 | + type: object |
| 86 | + repository: |
| 87 | + additionalProperties: false |
| 88 | + description: Settings for the Git repository used for the GitOps workflows. |
| 89 | + properties: |
| 90 | + name: |
| 91 | + default: "" |
| 92 | + description: The name of the Git repository. |
| 93 | + type: string |
| 94 | + owner: |
| 95 | + default: "" |
| 96 | + description: The owner of the Git repository. |
| 97 | + type: string |
| 98 | + type: object |
| 99 | + server_address: |
| 100 | + default: https://github.com |
| 101 | + description: The location of the server hosting the specified Git repository. |
| 102 | + type: string |
| 103 | + strategy: |
| 104 | + default: none |
| 105 | + description: Whether to commit configuration changes to Git directly |
| 106 | + (`direct`) or via a pull request (`pull_request`). If `none`, no GitOps |
| 107 | + strategy is applied. |
| 108 | + type: string |
| 109 | + target_branch: |
| 110 | + default: main |
| 111 | + description: The target branch where to push configuration changes. |
| 112 | + type: string |
| 113 | + user: |
| 114 | + additionalProperties: false |
| 115 | + properties: |
| 116 | + email: |
| 117 | + default: cartographer@kadras.io |
| 118 | + description: The email of the user interacting with the Git repository. |
| 119 | + type: string |
| 120 | + name: |
| 121 | + default: cartographer |
| 122 | + description: The name of the user interacting with the Git repository. |
| 123 | + type: string |
| 124 | + type: object |
| 125 | + type: object |
| 126 | + registry: |
| 127 | + additionalProperties: false |
| 128 | + description: Settings for the OCI Registry used by the supply chain. |
| 129 | + properties: |
| 130 | + repository: |
| 131 | + default: "" |
| 132 | + description: The repository in the OCI Registry where the supply chain |
| 133 | + will publish and consume OCI images. |
| 134 | + type: string |
| 135 | + server: |
| 136 | + default: "" |
| 137 | + description: The server of the OCI Registry where the supply chain will |
| 138 | + publish and consume OCI images. |
| 139 | + type: string |
| 140 | + type: object |
| 141 | + registry_credentials_secret: |
| 142 | + default: "" |
| 143 | + description: The Secret containing authentication credentials for the OCI |
| 144 | + registry. |
| 145 | + type: string |
| 146 | + service_account: |
| 147 | + default: supply-chain |
| 148 | + description: The default `ServiceAccount` used by the supply chain. |
| 149 | + type: string |
| 150 | + supply_chain: |
| 151 | + default: basic |
| 152 | + description: 'The type of supply chain to deploy. Options: `basic`, `advanced`.' |
| 153 | + type: string |
| 154 | + type: object |
| 155 | + version: 0.7.2 |
0 commit comments