cozystack/packages/apps/vm-disk
Andrei Kvapil 0afc3c1e86
[cozystack-api] Implement TenantNamespace, TenantModules, TenantSecret and TenantSecretsTable resources
[cozystack-controller] Introduce new dashboard-controller
[dashboard] Introduce new dashboard based on openapi-ui

Co-authored-by: kklinch0 <kklinch0@gmail.com>
Signed-off-by: kklinch0 <kklinch0@gmail.com>
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
2025-09-24 18:27:54 +02:00
..
charts Configure all apps to use new function to generate subjects 2025-06-16 20:32:11 +02:00
logos [vm-disk] New SVG icon 2025-09-18 16:27:38 +02:00
templates Get rid of bitnami images 2025-09-01 13:05:56 +02:00
.helmignore Introduce InstanceTypes (#403) 2024-10-16 18:35:30 +02:00
Chart.yaml Remove versions_map logic 2025-09-24 12:32:37 +02:00
Makefile [cozystack-api] Implement TenantNamespace, TenantModules, TenantSecret and TenantSecretsTable resources 2025-09-24 18:27:54 +02:00
README.md [apps] Use new OpenAPI schema and README generator for packages/apps 2025-08-11 12:59:50 +03:00
values.schema.json [apps] Use new OpenAPI schema and README generator for packages/apps 2025-08-11 12:59:50 +03:00
values.yaml [apps] Use new OpenAPI schema and README generator for packages/apps 2025-08-11 12:59:50 +03:00

Virtual Machine Disk

A Virtual Machine Disk

Parameters

Common parameters

Name Description Type Value
source The source image location used to create a disk object {}
source.image Use image by name: uploaded as "golden image" or from the list: ubuntu, fedora, cirros, alpine, and talos. *object null
source.image.name Name of the image to use string ""
source.upload Upload local image *object null
source.http Download image from an HTTP source *object null
source.http.url URL to download the image string ""
optical Defines if disk should be considered optical bool false
storage The size of the disk allocated for the virtual machine quantity 5Gi
storageClass StorageClass used to store the data string replicated