|
| 1 | +apiVersion: data.packaging.carvel.dev/v1alpha1 |
| 2 | +kind: Package |
| 3 | +metadata: |
| 4 | + creationTimestamp: null |
| 5 | + name: workspace-provisioner.packages.kadras.io.0.4.0 |
| 6 | +spec: |
| 7 | + licenses: |
| 8 | + - Apache 2.0 |
| 9 | + refName: workspace-provisioner.packages.kadras.io |
| 10 | + releaseNotes: https://github.com/kadras-io/workspace-provisioner/releases |
| 11 | + releasedAt: "2025-08-14T17:24:09Z" |
| 12 | + template: |
| 13 | + spec: |
| 14 | + deploy: |
| 15 | + - kapp: {} |
| 16 | + fetch: |
| 17 | + - imgpkgBundle: |
| 18 | + image: ghcr.io/kadras-io/workspace-provisioner@sha256:9efab8fd3c86a7e8cfd5f1cff17ab5a881a0d37b13af5e971f2e1b23ac6c2dde |
| 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 | + cosign: |
| 32 | + additionalProperties: false |
| 33 | + description: Settings for Cosign, used for signing and verifying OCI artifacts. |
| 34 | + properties: |
| 35 | + secret: |
| 36 | + additionalProperties: false |
| 37 | + description: Configuration for the Secret holding the Cosign key pair. |
| 38 | + properties: |
| 39 | + name: |
| 40 | + default: "" |
| 41 | + description: The name of the Secret holding the Cosign key pair. |
| 42 | + type: string |
| 43 | + namespace: |
| 44 | + default: "" |
| 45 | + description: The namespace of the Secret holding the Cosign key |
| 46 | + pair. |
| 47 | + type: string |
| 48 | + type: object |
| 49 | + type: object |
| 50 | + git: |
| 51 | + additionalProperties: false |
| 52 | + description: Configuration to access the Git repositories used in the GitOps |
| 53 | + workflows. |
| 54 | + properties: |
| 55 | + secret: |
| 56 | + additionalProperties: false |
| 57 | + description: Configuration for the Secret holding the Git credentials. |
| 58 | + properties: |
| 59 | + name: |
| 60 | + default: "" |
| 61 | + description: The name of the Secret holding the Git credentials. |
| 62 | + type: string |
| 63 | + namespace: |
| 64 | + default: "" |
| 65 | + description: The namespace of the Secret holding the Git credentials. |
| 66 | + type: string |
| 67 | + type: object |
| 68 | + server: |
| 69 | + default: https://github.com |
| 70 | + description: The Git server hosting the Git repositories used in the |
| 71 | + GitOps workflows. |
| 72 | + type: string |
| 73 | + type: object |
| 74 | + namespaces: |
| 75 | + default: [] |
| 76 | + description: Configuration for the namespaces the platform will provision |
| 77 | + and manage. |
| 78 | + items: |
| 79 | + additionalProperties: false |
| 80 | + description: Details about the namespace to configure. |
| 81 | + properties: |
| 82 | + name: |
| 83 | + default: "" |
| 84 | + type: string |
| 85 | + type: object |
| 86 | + type: array |
| 87 | + oci: |
| 88 | + additionalProperties: false |
| 89 | + description: Settings for accessing the OCI registry that the workspace |
| 90 | + will use. |
| 91 | + properties: |
| 92 | + pull_secret: |
| 93 | + additionalProperties: false |
| 94 | + description: Configuration for the Secret holding the credentials to |
| 95 | + pull images from the OCI registry. |
| 96 | + properties: |
| 97 | + name: |
| 98 | + default: "" |
| 99 | + description: The name of the Secret holding the credentials to pull |
| 100 | + images from the OCI registry. |
| 101 | + type: string |
| 102 | + namespace: |
| 103 | + default: "" |
| 104 | + description: The namespace of the Secret holding the credentials |
| 105 | + to pull images from the OCI registry. |
| 106 | + type: string |
| 107 | + type: object |
| 108 | + type: object |
| 109 | + service_account: |
| 110 | + default: supply-chain |
| 111 | + description: The `ServiceAccount` to be configured with credentials and |
| 112 | + roles in each workspace. |
| 113 | + type: string |
| 114 | + type: object |
| 115 | + version: 0.4.0 |
0 commit comments