From 068e52adc89c46420b230e10337bd2fb69d7bafd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Gj=C3=B8by=20Thom?= <34199185+havardthom@users.noreply.github.com> Date: Thu, 21 Nov 2024 09:09:25 +0100 Subject: [PATCH] Fix incorrect hdd values in json files (#403) --- json/debian-vm.json | 2 +- json/haos-vm.json | 2 +- json/nextcloud-vm.json | 2 +- json/openwrt.json | 2 +- json/owncloud-vm.json | 2 +- json/pimox-haos-vm.json | 2 +- json/ubuntu2204-vm.json | 2 +- json/ubuntu2404-vm.json | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) 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 }