From f5cf5faa6e582e538addd339ec2aa5dc0290ad90 Mon Sep 17 00:00:00 2001 From: Ray Chang Date: Sat, 22 Apr 2023 16:37:57 +0800 Subject: [PATCH] fix(chart): fix livenessprobe image group name in question.yaml Longhorn 5794 Signed-off-by: Ray Chang --- chart/questions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/questions.yaml b/chart/questions.yaml index 83c8e4a..49e96ac 100644 --- a/chart/questions.yaml +++ b/chart/questions.yaml @@ -147,7 +147,7 @@ questions: description: "Specify CSI liveness probe image repository. Leave blank to autodetect." type: string label: Longhorn CSI Liveness Probe Image Repository - group: "Longhorn CSI Liveness Probe Images" + group: "Longhorn CSI Driver Images" - variable: image.csi.livenessProbe.tag default: v2.8.0 description: "Specify CSI liveness probe image tag. Leave blank to autodetect."