From a89b627556f1f2aa65a85d757778b2ec4e4e4838 Mon Sep 17 00:00:00 2001 From: David Ko Date: Mon, 29 Nov 2021 12:32:52 +0800 Subject: [PATCH] Update csi images based on longhornio Signed-off-by: David Ko --- chart/questions.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/chart/questions.yml b/chart/questions.yml index f6996eb..62b16db 100644 --- a/chart/questions.yml +++ b/chart/questions.yml @@ -83,7 +83,7 @@ questions: label: Longhorn Backing Image Manager Image Tag group: "Longhorn Images Settings" - variable: image.csi.attacher.repository - default: k8s.gcr.io/sig-storage/csi-attacher + default: longhornio/csi-attacher description: "Specify CSI attacher image repository. Leave blank to autodetect." type: string label: Longhorn CSI Attacher Image Repository @@ -95,7 +95,7 @@ questions: label: Longhorn CSI Attacher Image Tag group: "Longhorn CSI Driver Images" - variable: image.csi.provisioner.repository - default: k8s.gcr.io/sig-storage/csi-provisioner + default: longhornio/csi-provisioner description: "Specify CSI provisioner image repository. Leave blank to autodetect." type: string label: Longhorn CSI Provisioner Image Repository @@ -107,7 +107,7 @@ questions: label: Longhorn CSI Provisioner Image Tag group: "Longhorn CSI Driver Images" - variable: image.csi.nodeDriverRegistrar.repository - default: k8s.gcr.io/sig-storage/csi-node-driver-registrar + default: longhornio/csi-node-driver-registrar description: "Specify CSI Node Driver Registrar image repository. Leave blank to autodetect." type: string label: Longhorn CSI Node Driver Registrar Image Repository @@ -119,7 +119,7 @@ questions: label: Longhorn CSI Node Driver Registrar Image Tag group: "Longhorn CSI Driver Images" - variable: image.csi.resizer.repository - default: k8s.gcr.io/sig-storage/csi-resizer + default: longhornio/csi-resizer description: "Specify CSI Driver Resizer image repository. Leave blank to autodetect." type: string label: Longhorn CSI Driver Resizer Image Repository @@ -131,7 +131,7 @@ questions: label: Longhorn CSI Driver Resizer Image Tag group: "Longhorn CSI Driver Images" - variable: image.csi.snapshotter.repository - default: k8s.gcr.io/sig-storage/csi-snapshotter + default: longhornio/csi-snapshotter description: "Specify CSI Driver Snapshotter image repository. Leave blank to autodetect." type: string label: Longhorn CSI Driver Snapshotter Image Repository