Update csi images based on longhornio

Signed-off-by: David Ko <dko@suse.com>
This commit is contained in:
David Ko 2021-11-29 12:32:52 +08:00
parent 103a1abac0
commit 5686f29c60

View File

@ -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