diff --git a/json/debian-vm.json b/json/debian-vm.json index f1609ca360..6c22f1fb40 100644 --- a/json/debian-vm.json +++ b/json/debian-vm.json @@ -20,7 +20,7 @@ "resources": { "cpu": "2", "ram": "2048", - "hdd": "2G", + "hdd": "2", "os": null, "version": null } diff --git a/json/haos-vm.json b/json/haos-vm.json index 2eb80bf6db..80f95fcb94 100644 --- a/json/haos-vm.json +++ b/json/haos-vm.json @@ -20,7 +20,7 @@ "resources": { "cpu": "2", "ram": "4096", - "hdd": "32G", + "hdd": "32", "os": null, "version": null } diff --git a/json/nextcloud-vm.json b/json/nextcloud-vm.json index bb7a1ae191..83942b49c7 100644 --- a/json/nextcloud-vm.json +++ b/json/nextcloud-vm.json @@ -20,7 +20,7 @@ "resources": { "cpu": "2", "ram": "2048", - "hdd": "12G", + "hdd": "12", "os": "debian", "version": 12 } diff --git a/json/openwrt.json b/json/openwrt.json index 91f89cc65c..d3d2d2606e 100644 --- a/json/openwrt.json +++ b/json/openwrt.json @@ -20,7 +20,7 @@ "resources": { "cpu": "1", "ram": "256", - "hdd": "512M", + "hdd": "0.5", "os": null, "version": null } diff --git a/json/owncloud-vm.json b/json/owncloud-vm.json index 3807e69197..4341d665c2 100644 --- a/json/owncloud-vm.json +++ b/json/owncloud-vm.json @@ -20,7 +20,7 @@ "resources": { "cpu": "2", "ram": "2048", - "hdd": "12G", + "hdd": "12", "os": "debian", "version": 12 } diff --git a/json/pimox-haos-vm.json b/json/pimox-haos-vm.json index 8266cbc3b8..05bc927789 100644 --- a/json/pimox-haos-vm.json +++ b/json/pimox-haos-vm.json @@ -20,7 +20,7 @@ "resources": { "cpu": "2", "ram": "4096", - "hdd": "32G", + "hdd": "32", "os": null, "version": null } diff --git a/json/ubuntu2204-vm.json b/json/ubuntu2204-vm.json index bfe8cd4edb..b885ad6d2d 100644 --- a/json/ubuntu2204-vm.json +++ b/json/ubuntu2204-vm.json @@ -20,7 +20,7 @@ "resources": { "cpu": "2", "ram": "2048", - "hdd": "2G", + "hdd": "2", "os": null, "version": null } diff --git a/json/ubuntu2404-vm.json b/json/ubuntu2404-vm.json index 3f29373563..009c0409ef 100644 --- a/json/ubuntu2404-vm.json +++ b/json/ubuntu2404-vm.json @@ -20,7 +20,7 @@ "resources": { "cpu": "2", "ram": "2048", - "hdd": "2G", + "hdd": "2", "os": null, "version": null }