From f2a775d30e02e0aada0a66b9509b7fae6717a359 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Wed, 25 Feb 2026 15:22:44 +0100 Subject: [PATCH] Modify date_created and hdd size in kima-hub.json Updated the creation date and HDD size for kima-hub. --- frontend/public/json/kima-hub.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/public/json/kima-hub.json b/frontend/public/json/kima-hub.json index b41198b83..e25a67402 100644 --- a/frontend/public/json/kima-hub.json +++ b/frontend/public/json/kima-hub.json @@ -4,7 +4,7 @@ "categories": [ 13 ], - "date_created": "2026-02-20", + "date_created": "2026-02-25", "type": "ct", "updateable": true, "privileged": false, @@ -21,7 +21,7 @@ "resources": { "cpu": 4, "ram": 8192, - "hdd": 24, + "hdd": 20, "os": "Debian", "version": "13" } @@ -45,4 +45,4 @@ "type": "info" } ] -} \ No newline at end of file +}