From dbd99b37d1681022c96b554e975f146457be8fed Mon Sep 17 00:00:00 2001 From: David Ko Date: Wed, 15 Jun 2022 20:10:38 +0800 Subject: [PATCH] Update questions.yaml Signed-off-by: David Ko --- chart/questions.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chart/questions.yaml b/chart/questions.yaml index 95c6a47..ffac0a3 100644 --- a/chart/questions.yaml +++ b/chart/questions.yaml @@ -17,7 +17,7 @@ questions: label: Longhorn Manager Image Repository group: "Longhorn Images Settings" - variable: image.longhorn.manager.tag - default: master-head + default: v1.3.0 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: master-head + default: v1.3.0 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: master-head + default: v1.3.0 description: "Specify Longhorn UI Image Tag" type: string label: Longhorn UI Image Tag