From 2158d8ce819bb2ae71d38af9447458d7eb7ca10e Mon Sep 17 00:00:00 2001 From: hadar-co Date: Thu, 22 Feb 2024 10:26:10 +0200 Subject: [PATCH] Update blueprints.json --- assets/defaults/blueprints.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/assets/defaults/blueprints.json b/assets/defaults/blueprints.json index 3e7fca3..d1fd34a 100644 --- a/assets/defaults/blueprints.json +++ b/assets/defaults/blueprints.json @@ -63,6 +63,13 @@ "default": [], "description": "The containers for each pod instance of the Workload" }, + "images": { + "items": { + "type": "string" + }, + "title": "Images", + "type": "array" + }, "creationTimestamp": { "type": "string", "title": "Created", @@ -148,4 +155,4 @@ } } } -] \ No newline at end of file +]