From c8a2303ff3cfdecb3c8fe8297d3d7138c51e1abe Mon Sep 17 00:00:00 2001 From: William Petit Date: Fri, 20 Oct 2023 17:39:28 +0200 Subject: [PATCH] feat(spec): add 'zim' to apps allowed formats --- internal/agent/controller/app/spec/schema.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/internal/agent/controller/app/spec/schema.json b/internal/agent/controller/app/spec/schema.json index 2bdd221..d293026 100644 --- a/internal/agent/controller/app/spec/schema.json +++ b/internal/agent/controller/app/spec/schema.json @@ -24,7 +24,8 @@ "type": "string", "enum": [ "zip", - "tar.gz" + "tar.gz", + "zim" ] }, "storage": {