Fix incorrect hdd values in json files (#403)

This commit is contained in:
Håvard Gjøby Thom 2024-11-21 09:09:25 +01:00 committed by GitHub
parent 378a9be1bc
commit 068e52adc8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 8 additions and 8 deletions

View File

@ -20,7 +20,7 @@
"resources": { "resources": {
"cpu": "2", "cpu": "2",
"ram": "2048", "ram": "2048",
"hdd": "2G", "hdd": "2",
"os": null, "os": null,
"version": null "version": null
} }

View File

@ -20,7 +20,7 @@
"resources": { "resources": {
"cpu": "2", "cpu": "2",
"ram": "4096", "ram": "4096",
"hdd": "32G", "hdd": "32",
"os": null, "os": null,
"version": null "version": null
} }

View File

@ -20,7 +20,7 @@
"resources": { "resources": {
"cpu": "2", "cpu": "2",
"ram": "2048", "ram": "2048",
"hdd": "12G", "hdd": "12",
"os": "debian", "os": "debian",
"version": 12 "version": 12
} }

View File

@ -20,7 +20,7 @@
"resources": { "resources": {
"cpu": "1", "cpu": "1",
"ram": "256", "ram": "256",
"hdd": "512M", "hdd": "0.5",
"os": null, "os": null,
"version": null "version": null
} }

View File

@ -20,7 +20,7 @@
"resources": { "resources": {
"cpu": "2", "cpu": "2",
"ram": "2048", "ram": "2048",
"hdd": "12G", "hdd": "12",
"os": "debian", "os": "debian",
"version": 12 "version": 12
} }

View File

@ -20,7 +20,7 @@
"resources": { "resources": {
"cpu": "2", "cpu": "2",
"ram": "4096", "ram": "4096",
"hdd": "32G", "hdd": "32",
"os": null, "os": null,
"version": null "version": null
} }

View File

@ -20,7 +20,7 @@
"resources": { "resources": {
"cpu": "2", "cpu": "2",
"ram": "2048", "ram": "2048",
"hdd": "2G", "hdd": "2",
"os": null, "os": null,
"version": null "version": null
} }

View File

@ -20,7 +20,7 @@
"resources": { "resources": {
"cpu": "2", "cpu": "2",
"ram": "2048", "ram": "2048",
"hdd": "2G", "hdd": "2",
"os": null, "os": null,
"version": null "version": null
} }