fix: add Support Bundle Kit image related variables in questions.yaml

Signed-off-by: Ray Chang <ray.chang@suse.com>
(cherry picked from commit 4250b68b0f)
This commit is contained in:
Ray Chang 2023-01-11 19:42:29 +08:00 committed by David Ko
parent 5569b600c6
commit 91e9d412b6

View File

@ -82,6 +82,18 @@ questions:
type: string
label: Longhorn Backing Image Manager Image Tag
group: "Longhorn Images Settings"
- variable: image.longhorn.supportBundleKit.repository
default: longhornio/support-bundle-kit
description: "Specify Longhorn Support Bundle Kit Image Repository"
type: string
label: Longhorn Support Bundle Kit Image Repository
group: "Longhorn Images Settings"
- variable: image.longhorn.supportBundleKit.tag
default: v0.0.17
description: "Specify Longhorn Support Bundle Kit Image Tag"
type: string
label: Longhorn Support Bundle Kit Image Tag
group: "Longhorn Images Settings"
- variable: image.csi.attacher.repository
default: longhornio/csi-attacher
description: "Specify CSI attacher image repository. Leave blank to autodetect."