Bump CSI sidecars for K8s v1.17+

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

View File

@ -101,7 +101,7 @@ questions:
label: Longhorn CSI Attacher Image Repository label: Longhorn CSI Attacher Image Repository
group: "Longhorn CSI Driver Images" group: "Longhorn CSI Driver Images"
- variable: image.csi.attacher.tag - variable: image.csi.attacher.tag
default: v3.4.0 default: v4.2.0
description: "Specify CSI attacher image tag. Leave blank to autodetect." description: "Specify CSI attacher image tag. Leave blank to autodetect."
type: string type: string
label: Longhorn CSI Attacher Image Tag label: Longhorn CSI Attacher Image Tag
@ -125,7 +125,7 @@ questions:
label: Longhorn CSI Node Driver Registrar Image Repository label: Longhorn CSI Node Driver Registrar Image Repository
group: "Longhorn CSI Driver Images" group: "Longhorn CSI Driver Images"
- variable: image.csi.nodeDriverRegistrar.tag - variable: image.csi.nodeDriverRegistrar.tag
default: v2.5.0 default: v2.7.0
description: "Specify CSI Node Driver Registrar image tag. Leave blank to autodetect." description: "Specify CSI Node Driver Registrar image tag. Leave blank to autodetect."
type: string type: string
label: Longhorn CSI Node Driver Registrar Image Tag label: Longhorn CSI Node Driver Registrar Image Tag
@ -137,7 +137,7 @@ questions:
label: Longhorn CSI Driver Resizer Image Repository label: Longhorn CSI Driver Resizer Image Repository
group: "Longhorn CSI Driver Images" group: "Longhorn CSI Driver Images"
- variable: image.csi.resizer.tag - variable: image.csi.resizer.tag
default: v1.3.0 default: v1.7.0
description: "Specify CSI Driver Resizer image tag. Leave blank to autodetect." description: "Specify CSI Driver Resizer image tag. Leave blank to autodetect."
type: string type: string
label: Longhorn CSI Driver Resizer Image Tag label: Longhorn CSI Driver Resizer Image Tag
@ -161,7 +161,7 @@ questions:
label: Longhorn CSI Liveness Probe Image Repository label: Longhorn CSI Liveness Probe Image Repository
group: "Longhorn CSI Driver Images" group: "Longhorn CSI Driver Images"
- variable: image.csi.livenessProbe.tag - variable: image.csi.livenessProbe.tag
default: v2.8.0 default: v2.9.0
description: "Specify CSI liveness probe image tag. Leave blank to autodetect." description: "Specify CSI liveness probe image tag. Leave blank to autodetect."
type: string type: string
label: Longhorn CSI Liveness Probe Image Tag label: Longhorn CSI Liveness Probe Image Tag

View File

@ -47,22 +47,22 @@ image:
csi: csi:
attacher: attacher:
repository: longhornio/csi-attacher repository: longhornio/csi-attacher
tag: v3.4.0 tag: v4.2.0
provisioner: provisioner:
repository: longhornio/csi-provisioner repository: longhornio/csi-provisioner
tag: v2.1.2 tag: v2.1.2
nodeDriverRegistrar: nodeDriverRegistrar:
repository: longhornio/csi-node-driver-registrar repository: longhornio/csi-node-driver-registrar
tag: v2.5.0 tag: v2.7.0
resizer: resizer:
repository: longhornio/csi-resizer repository: longhornio/csi-resizer
tag: v1.3.0 tag: v1.7.0
snapshotter: snapshotter:
repository: longhornio/csi-snapshotter repository: longhornio/csi-snapshotter
tag: v5.0.1 tag: v5.0.1
livenessProbe: livenessProbe:
repository: longhornio/livenessprobe repository: longhornio/livenessprobe
tag: v2.8.0 tag: v2.9.0
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
service: service:

View File

@ -1,9 +1,9 @@
longhornio/csi-attacher:v3.4.0 longhornio/csi-attacher:v4.2.0
longhornio/csi-provisioner:v2.1.2 longhornio/csi-provisioner:v2.1.2
longhornio/csi-resizer:v1.3.0 longhornio/csi-resizer:v1.7.0
longhornio/csi-snapshotter:v5.0.1 longhornio/csi-snapshotter:v5.0.1
longhornio/csi-node-driver-registrar:v2.5.0 longhornio/csi-node-driver-registrar:v2.7.0
longhornio/livenessprobe:v2.8.0 longhornio/livenessprobe:v2.9.0
longhornio/backing-image-manager:master-head longhornio/backing-image-manager:master-head
longhornio/longhorn-engine:master-head longhornio/longhorn-engine:master-head
longhornio/longhorn-instance-manager:master-head longhornio/longhorn-instance-manager:master-head

View File

@ -2272,7 +2272,7 @@ spec:
jsonPath: .spec.groups jsonPath: .spec.groups
name: Groups name: Groups
type: string type: string
- description: Should be one of "snapshot", "snapshot-force-create", "snapshot-cleanup", "snapshot-delete", "backup" or "backup-force-create". - description: Should be one of "snapshot", "snapshot-force-create", "snapshot-cleanup", "snapshot-delete", "backup" or "backup-force-create"
jsonPath: .spec.task jsonPath: .spec.task
name: Task name: Task
type: string type: string
@ -4015,17 +4015,17 @@ spec:
fieldRef: fieldRef:
fieldPath: spec.serviceAccountName fieldPath: spec.serviceAccountName
- name: CSI_ATTACHER_IMAGE - name: CSI_ATTACHER_IMAGE
value: "longhornio/csi-attacher:v3.4.0" value: "longhornio/csi-attacher:v4.2.0"
- name: CSI_PROVISIONER_IMAGE - name: CSI_PROVISIONER_IMAGE
value: "longhornio/csi-provisioner:v2.1.2" value: "longhornio/csi-provisioner:v2.1.2"
- name: CSI_NODE_DRIVER_REGISTRAR_IMAGE - name: CSI_NODE_DRIVER_REGISTRAR_IMAGE
value: "longhornio/csi-node-driver-registrar:v2.5.0" value: "longhornio/csi-node-driver-registrar:v2.7.0"
- name: CSI_RESIZER_IMAGE - name: CSI_RESIZER_IMAGE
value: "longhornio/csi-resizer:v1.3.0" value: "longhornio/csi-resizer:v1.7.0"
- name: CSI_SNAPSHOTTER_IMAGE - name: CSI_SNAPSHOTTER_IMAGE
value: "longhornio/csi-snapshotter:v5.0.1" value: "longhornio/csi-snapshotter:v5.0.1"
- name: CSI_LIVENESS_PROBE_IMAGE - name: CSI_LIVENESS_PROBE_IMAGE
value: "longhornio/livenessprobe:v2.8.0" value: "longhornio/livenessprobe:v2.9.0"
serviceAccountName: longhorn-service-account serviceAccountName: longhorn-service-account
securityContext: securityContext:
runAsUser: 0 runAsUser: 0