From 2434bca9694a447c22cf106c8edf1f7ae490305b Mon Sep 17 00:00:00 2001 From: Ray Chang Date: Sat, 5 Nov 2022 05:30:29 +0800 Subject: [PATCH] fix: update version number in question.yaml Signed-off-by: Ray Chang --- chart/questions.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chart/questions.yml b/chart/questions.yml index 9693fba..0769a15 100644 --- a/chart/questions.yml +++ b/chart/questions.yml @@ -17,7 +17,7 @@ questions: label: Longhorn Manager Image Repository group: "Longhorn Images Settings" - variable: image.longhorn.manager.tag - default: v1.2.4 + default: v1.2.6 description: "Specify Longhorn Manager Image Tag" type: string label: Longhorn Manager Image Tag @@ -29,7 +29,7 @@ questions: label: Longhorn Engine Image Repository group: "Longhorn Images Settings" - variable: image.longhorn.engine.tag - default: v1.2.4 + default: v1.2.6 description: "Specify Longhorn Engine Image Tag" type: string label: Longhorn Engine Image Tag @@ -41,7 +41,7 @@ questions: label: Longhorn UI Image Repository group: "Longhorn Images Settings" - variable: image.longhorn.ui.tag - default: v1.2.4 + default: v1.2.6 description: "Specify Longhorn UI Image Tag" type: string label: Longhorn UI Image Tag