diff --git a/chart/questions.yaml b/chart/questions.yaml index 8663a62..5d0f70a 100644 --- a/chart/questions.yaml +++ b/chart/questions.yaml @@ -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 diff --git a/chart/values.yaml b/chart/values.yaml index 101408c..76954d1 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -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 diff --git a/deploy/longhorn-images.txt b/deploy/longhorn-images.txt index b580ba0..107fd4c 100644 --- a/deploy/longhorn-images.txt +++ b/deploy/longhorn-images.txt @@ -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 diff --git a/deploy/longhorn.yaml b/deploy/longhorn.yaml index 55ab020..528f6e3 100644 --- a/deploy/longhorn.yaml +++ b/deploy/longhorn.yaml @@ -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