Bump CSI sidecars for K8s v1.20+ and Longhorn v1.5

Signed-off-by: Eric Weber <eric.weber@suse.com>
This commit is contained in:
Eric Weber 2023-04-07 15:17:03 -05:00 committed by David Ko
parent d5f5cec2f9
commit ccf9f3a32d
4 changed files with 8 additions and 8 deletions

View File

@ -113,7 +113,7 @@ questions:
label: Longhorn CSI Provisioner Image Repository
group: "Longhorn CSI Driver Images"
- variable: image.csi.provisioner.tag
default: v2.1.2
default: v3.4.1
description: "Specify CSI provisioner image tag. Leave blank to autodetect."
type: string
label: Longhorn CSI Provisioner Image Tag
@ -149,7 +149,7 @@ questions:
label: Longhorn CSI Driver Snapshotter Image Repository
group: "Longhorn CSI Driver Images"
- variable: image.csi.snapshotter.tag
default: v5.0.1
default: v6.2.1
description: "Specify CSI Driver Snapshotter image tag. Leave blank to autodetect."
type: string
label: Longhorn CSI Driver Snapshotter Image Tag

View File

@ -50,7 +50,7 @@ image:
tag: v4.2.0
provisioner:
repository: longhornio/csi-provisioner
tag: v2.1.2
tag: v3.4.1
nodeDriverRegistrar:
repository: longhornio/csi-node-driver-registrar
tag: v2.7.0
@ -59,7 +59,7 @@ image:
tag: v1.7.0
snapshotter:
repository: longhornio/csi-snapshotter
tag: v5.0.1
tag: v6.2.1
livenessProbe:
repository: longhornio/livenessprobe
tag: v2.9.0

View File

@ -1,7 +1,7 @@
longhornio/csi-attacher:v4.2.0
longhornio/csi-provisioner:v2.1.2
longhornio/csi-provisioner:v3.4.1
longhornio/csi-resizer:v1.7.0
longhornio/csi-snapshotter:v5.0.1
longhornio/csi-snapshotter:v6.2.1
longhornio/csi-node-driver-registrar:v2.7.0
longhornio/livenessprobe:v2.9.0
longhornio/backing-image-manager:master-head

View File

@ -4017,13 +4017,13 @@ spec:
- name: CSI_ATTACHER_IMAGE
value: "longhornio/csi-attacher:v4.2.0"
- name: CSI_PROVISIONER_IMAGE
value: "longhornio/csi-provisioner:v2.1.2"
value: "longhornio/csi-provisioner:v3.4.1"
- name: CSI_NODE_DRIVER_REGISTRAR_IMAGE
value: "longhornio/csi-node-driver-registrar:v2.7.0"
- name: CSI_RESIZER_IMAGE
value: "longhornio/csi-resizer:v1.7.0"
- name: CSI_SNAPSHOTTER_IMAGE
value: "longhornio/csi-snapshotter:v5.0.1"
value: "longhornio/csi-snapshotter:v6.2.1"
- name: CSI_LIVENESS_PROBE_IMAGE
value: "longhornio/livenessprobe:v2.9.0"
serviceAccountName: longhorn-service-account