feat: image tag for services

This commit is contained in:
Andras Bacsai
2023-09-25 17:51:04 +02:00
parent 0f8ccac775
commit 0fbc382467
7 changed files with 27 additions and 6 deletions

View File

@@ -15,6 +15,7 @@ class Application extends Component
'application.human_name' => 'nullable',
'application.description' => 'nullable',
'application.fqdn' => 'nullable',
'application.image_tag' => 'required',
'application.ignore_from_status' => 'required|boolean',
];
public function render()