|
| 1 | +apiVersion: data.packaging.carvel.dev/v1alpha1 |
| 2 | +kind: Package |
| 3 | +metadata: |
| 4 | + creationTimestamp: null |
| 5 | + name: engineering-platform.packages.kadras.io.0.9.0 |
| 6 | +spec: |
| 7 | + licenses: |
| 8 | + - Apache 2.0 |
| 9 | + refName: engineering-platform.packages.kadras.io |
| 10 | + releaseNotes: https://github.com/kadras-io/engineering-platform/releases |
| 11 | + releasedAt: "2023-04-10T21:51:52Z" |
| 12 | + template: |
| 13 | + spec: |
| 14 | + deploy: |
| 15 | + - kapp: {} |
| 16 | + fetch: |
| 17 | + - imgpkgBundle: |
| 18 | + image: ghcr.io/kadras-io/engineering-platform@sha256:70a323388e87c20c853125e2b89552c45022999d98aae1917c27509eefee7a44 |
| 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 | + buildpacks: |
| 32 | + additionalProperties: false |
| 33 | + description: Configuration for Buildpacks related packages. |
| 34 | + properties: |
| 35 | + catalog: |
| 36 | + default: {} |
| 37 | + description: Configuration for the Buildpacks Catalog package. |
| 38 | + nullable: true |
| 39 | + kpack: |
| 40 | + default: {} |
| 41 | + description: Configuration for the Kpack package. |
| 42 | + nullable: true |
| 43 | + type: object |
| 44 | + cartographer: |
| 45 | + additionalProperties: false |
| 46 | + description: Configuration for Cartographer related packages. |
| 47 | + properties: |
| 48 | + blueprints: |
| 49 | + default: {} |
| 50 | + description: Configuration for the Cartographer Blueprints package. |
| 51 | + nullable: true |
| 52 | + core: |
| 53 | + default: {} |
| 54 | + description: Configuration for the Cartographer Core package including |
| 55 | + Cartographer and Cartographer Conventions. |
| 56 | + nullable: true |
| 57 | + delivery: |
| 58 | + default: {} |
| 59 | + description: Configuration for the Cartographer Delivery package. |
| 60 | + nullable: true |
| 61 | + supply_chains: |
| 62 | + default: {} |
| 63 | + description: Configuration for the Cartographer Supply Chains package. |
| 64 | + nullable: true |
| 65 | + type: object |
| 66 | + cert_manager: |
| 67 | + additionalProperties: false |
| 68 | + description: Configuration for the Cert Manager related packages. |
| 69 | + properties: |
| 70 | + core: |
| 71 | + default: {} |
| 72 | + description: Configuration for the Cert Manager package. |
| 73 | + nullable: true |
| 74 | + issuers: |
| 75 | + default: {} |
| 76 | + description: Configuration for the Cert Manager Issuers package. |
| 77 | + nullable: true |
| 78 | + type: object |
| 79 | + contour: |
| 80 | + default: {} |
| 81 | + description: Configuration for the Contour package. |
| 82 | + nullable: true |
| 83 | + conventions: |
| 84 | + additionalProperties: false |
| 85 | + description: Configuration for Cartographer Conventions related packages. |
| 86 | + properties: |
| 87 | + spring_boot: |
| 88 | + default: {} |
| 89 | + description: Configuration for the Spring Boot Conventions package. |
| 90 | + nullable: true |
| 91 | + type: object |
| 92 | + flux: |
| 93 | + additionalProperties: false |
| 94 | + description: Configuration for Flux related packages. |
| 95 | + properties: |
| 96 | + source_controller: |
| 97 | + default: {} |
| 98 | + description: Configuration for the FluxCD Source Controller package. |
| 99 | + nullable: true |
| 100 | + type: object |
| 101 | + knative: |
| 102 | + additionalProperties: false |
| 103 | + description: Configuration for Knative related packages. |
| 104 | + properties: |
| 105 | + serving: |
| 106 | + default: {} |
| 107 | + description: Configuration for the Knative Serving package. |
| 108 | + nullable: true |
| 109 | + type: object |
| 110 | + metrics_server: |
| 111 | + default: {} |
| 112 | + description: Configuration for the Metrics Server package. |
| 113 | + nullable: true |
| 114 | + platform: |
| 115 | + additionalProperties: false |
| 116 | + description: Configuration for the platform packages. |
| 117 | + properties: |
| 118 | + ca_cert_data: |
| 119 | + default: "" |
| 120 | + description: PEM-encoded certificate data to trust TLS connections with |
| 121 | + a custom CA. |
| 122 | + type: string |
| 123 | + cosign: |
| 124 | + additionalProperties: false |
| 125 | + description: Settings for Cosign, used for signing and verifying OCI |
| 126 | + artifacts. |
| 127 | + properties: |
| 128 | + secret: |
| 129 | + additionalProperties: false |
| 130 | + description: Configuration for the Secret holding the Cosign key |
| 131 | + pair. |
| 132 | + properties: |
| 133 | + name: |
| 134 | + default: supply-chain-cosign-key-pair |
| 135 | + description: The name of the Secret holding the Cosign key pair. |
| 136 | + type: string |
| 137 | + namespace: |
| 138 | + default: kadras-packages |
| 139 | + description: The namespace of the Secret holding the Cosign |
| 140 | + key pair. |
| 141 | + type: string |
| 142 | + type: object |
| 143 | + type: object |
| 144 | + excluded_packages: |
| 145 | + default: [] |
| 146 | + description: A list of packages to exclude from being installed. |
| 147 | + items: |
| 148 | + default: "" |
| 149 | + type: string |
| 150 | + type: array |
| 151 | + ingress: |
| 152 | + additionalProperties: false |
| 153 | + description: Setting for the Ingress controller that the platform will |
| 154 | + use. |
| 155 | + properties: |
| 156 | + domain: |
| 157 | + default: "" |
| 158 | + description: The base domain name the platform will use to configure |
| 159 | + the Ingress controller. It must be a valid DNS name. |
| 160 | + type: string |
| 161 | + issuer: |
| 162 | + additionalProperties: false |
| 163 | + description: A reference to the ClusterIssuer the platform will |
| 164 | + use to enable TLS communications. |
| 165 | + properties: |
| 166 | + name: |
| 167 | + default: "" |
| 168 | + description: A reference to a custom ClusterIssuer previously |
| 169 | + created on the cluster where the platform will be installed. |
| 170 | + Required when the type is `custom`. |
| 171 | + type: string |
| 172 | + type: |
| 173 | + default: private |
| 174 | + description: 'The type of ClusterIssuer the platform will use |
| 175 | + to enable TLS communications. Options: `private`, `letsencrypt_staging`, |
| 176 | + `letsencrypt`, `custom`.' |
| 177 | + type: string |
| 178 | + type: object |
| 179 | + type: object |
| 180 | + namespace: |
| 181 | + default: kadras-packages |
| 182 | + description: The namespace where to install the platform. |
| 183 | + type: string |
| 184 | + oci_registry: |
| 185 | + additionalProperties: false |
| 186 | + description: Settings for the OCI registry that the platform will use. |
| 187 | + properties: |
| 188 | + credentials: |
| 189 | + additionalProperties: false |
| 190 | + description: Credentials to access the OCI registry. |
| 191 | + nullable: true |
| 192 | + properties: |
| 193 | + password: |
| 194 | + default: "" |
| 195 | + description: 'Token to access the OCI registry. Note: Use contents |
| 196 | + of service account key json for GCR.' |
| 197 | + type: string |
| 198 | + username: |
| 199 | + default: "" |
| 200 | + description: 'Username to access the OCI registry. Note: Use |
| 201 | + `_json_key` for GCR.' |
| 202 | + type: string |
| 203 | + type: object |
| 204 | + repository: |
| 205 | + default: "" |
| 206 | + description: The repository in the OCI Registry where the platform |
| 207 | + will publish and consume OCI images. |
| 208 | + example: my-org |
| 209 | + type: string |
| 210 | + x-example-description: Repository on GitHub Container Registry |
| 211 | + secret: |
| 212 | + additionalProperties: false |
| 213 | + description: Configuration for the Secret holding the credentials |
| 214 | + to access the OCI registry. |
| 215 | + properties: |
| 216 | + name: |
| 217 | + default: supply-chain-registry-credentials |
| 218 | + description: The name of the Secret holding the credentials |
| 219 | + to access the OCI registry. |
| 220 | + type: string |
| 221 | + namespace: |
| 222 | + default: kadras-packages |
| 223 | + description: The namespace of the Secret holding the credentials |
| 224 | + to access the OCI registry. |
| 225 | + type: string |
| 226 | + type: object |
| 227 | + server: |
| 228 | + default: "" |
| 229 | + description: The server of the OCI Registry where the platform will |
| 230 | + publish and consume OCI images. |
| 231 | + example: ghcr.io |
| 232 | + type: string |
| 233 | + x-example-description: GitHub Container Registry |
| 234 | + type: object |
| 235 | + type: object |
| 236 | + secretgen_controller: |
| 237 | + default: {} |
| 238 | + description: Configuration for the Secretgen Controller package. |
| 239 | + nullable: true |
| 240 | + tekton: |
| 241 | + additionalProperties: false |
| 242 | + description: Configuration for Tekton related packages. |
| 243 | + properties: |
| 244 | + catalog: |
| 245 | + default: {} |
| 246 | + description: Configuration for the Tekton Catalog package. |
| 247 | + nullable: true |
| 248 | + pipelines: |
| 249 | + default: {} |
| 250 | + description: Configuration for the Tekton Pipelines package. |
| 251 | + nullable: true |
| 252 | + type: object |
| 253 | + workspace_provisioner: |
| 254 | + default: {} |
| 255 | + description: Configuration for the Workspace Provisioner package. |
| 256 | + nullable: true |
| 257 | + type: object |
| 258 | + version: 0.9.0 |
0 commit comments