From 47012ea98030264030fa31d8f2ff130b2cc689e3 Mon Sep 17 00:00:00 2001 From: Phan Le Date: Mon, 3 Oct 2022 16:49:34 -0700 Subject: [PATCH] Fix: update outdated csi-image tags in chart/questions.yaml Signed-off-by: Phan Le --- chart/questions.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/questions.yaml b/chart/questions.yaml index fdf3d1c..d1e481e 100644 --- a/chart/questions.yaml +++ b/chart/questions.yaml @@ -89,7 +89,7 @@ questions: label: Longhorn CSI Attacher Image Repository group: "Longhorn CSI Driver Images" - variable: image.csi.attacher.tag - default: v3.2.1 + default: v3.4.0 description: "Specify CSI attacher image tag. Leave blank to autodetect." type: string label: Longhorn CSI Attacher Image Tag @@ -113,7 +113,7 @@ questions: label: Longhorn CSI Node Driver Registrar Image Repository group: "Longhorn CSI Driver Images" - variable: image.csi.nodeDriverRegistrar.tag - default: v2.3.0 + default: v2.5.0 description: "Specify CSI Node Driver Registrar image tag. Leave blank to autodetect." type: string label: Longhorn CSI Node Driver Registrar Image Tag