Skip to content

Commit 26d2f84

Browse files
committed
Update sidecars to the latest upstream versions
1 parent ef2e654 commit 26d2f84

File tree

1 file changed

+8
-5
lines changed
  • deploy/kubernetes/releases/csi-digitalocean-dev

1 file changed

+8
-5
lines changed

deploy/kubernetes/releases/csi-digitalocean-dev/driver.yaml

+8-5
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,11 @@ spec:
7676
serviceAccount: csi-do-controller-sa
7777
containers:
7878
- name: csi-provisioner
79-
image: quay.io/k8scsi/csi-provisioner:v1.6.0
79+
image: quay.io/k8scsi/csi-provisioner:v2.0.1
8080
args:
8181
- "--csi-address=$(ADDRESS)"
8282
- "--v=5"
83+
- "--default-fstype=ext4"
8384
env:
8485
- name: ADDRESS
8586
value: /var/lib/csi/sockets/pluginproxy/csi.sock
@@ -88,7 +89,7 @@ spec:
8889
- name: socket-dir
8990
mountPath: /var/lib/csi/sockets/pluginproxy/
9091
- name: csi-attacher
91-
image: quay.io/k8scsi/csi-attacher:v2.2.0
92+
image: quay.io/k8scsi/csi-attacher:v3.0.0
9293
args:
9394
- "--csi-address=$(ADDRESS)"
9495
- "--v=5"
@@ -112,11 +113,13 @@ spec:
112113
- name: socket-dir
113114
mountPath: /var/lib/csi/sockets/pluginproxy/
114115
- name: csi-resizer
115-
image: quay.io/k8scsi/csi-resizer:v0.5.0
116+
image: quay.io/k8scsi/csi-resizer:v1.0.0
116117
args:
117118
- "--csi-address=$(ADDRESS)"
118-
- "--csiTimeout=30s"
119+
- "--timeout=30s"
119120
- "--v=5"
121+
# DO volumes support online resize.
122+
- "--handle-volume-inuse-error=false"
120123
env:
121124
- name: ADDRESS
122125
value: /var/lib/csi/sockets/pluginproxy/csi.sock
@@ -346,7 +349,7 @@ spec:
346349
mountPath: /etc/udev/rules.d/
347350
containers:
348351
- name: csi-node-driver-registrar
349-
image: quay.io/k8scsi/csi-node-driver-registrar:v1.1.0
352+
image: quay.io/k8scsi/csi-node-driver-registrar:v2.0.1
350353
args:
351354
- "--v=5"
352355
- "--csi-address=$(ADDRESS)"

0 commit comments

Comments
 (0)