cozystack/packages/apps/vm-disk
Myasnikov Daniil 15dfc2521e
[vm-disk] Remove unused DataVolume lookup in dv.yaml
The \$dv variable assigned by the lookup call on the image PVC was never
read.  Remove the dead line to keep the template tidy.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Myasnikov Daniil <myasnikovdaniil2001@gmail.com>
2026-04-14 19:59:19 +05: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 [vm-disk] Remove unused DataVolume lookup in dv.yaml 2026-04-14 19:59:19 +05: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 [docs] Added go types codegeneration for managed apps 2026-03-25 15:57:13 +05:00
README.md [vm-default-images] Added new optional package 2026-04-14 19:59:19 +05:00
values.schema.json [vm-default-images] Added new optional package 2026-04-14 19:59:19 +05:00
values.yaml [vm-default-images] Added new optional package 2026-04-14 19:59:19 +05: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 from default collection. *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 ""
source.disk Clone an existing vm-disk. *object null
source.disk.name Name of the vm-disk to clone. 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