From 91e9d412b6af25de995a2e250353f3edf8245abe Mon Sep 17 00:00:00 2001 From: Ray Chang Date: Wed, 11 Jan 2023 19:42:29 +0800 Subject: [PATCH] fix: add Support Bundle Kit image related variables in questions.yaml Signed-off-by: Ray Chang (cherry picked from commit 4250b68b0f49146683b2330962fbd45902e6f160) --- chart/questions.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/chart/questions.yaml b/chart/questions.yaml index 06eb359..1181252 100644 --- a/chart/questions.yaml +++ b/chart/questions.yaml @@ -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."