chore(templates): make the image reference optional for non-container installs

LXC and bare metal reporters had to type filler into a required
container-image field.

Refs #1675
This commit is contained in:
rcourtman
2026-08-04 10:51:08 +01:00
parent 67cc1aa397
commit e86ca7da05
+2 -2
View File
@@ -63,10 +63,10 @@ body:
id: image_ref
attributes:
label: Image tag or digest
description: Exact image reference used by the running container.
description: For container installs, the exact image reference used by the running container. Leave blank for LXC, bare metal, and other non-container installs.
placeholder: rcourtman/pulse:v6.0.0 or rcourtman/pulse@sha256:...
validations:
required: true
required: false
- type: dropdown
id: install_type