Skip to content

Commit bc8eff0

Browse files
committed
The images version of the provisioner and the registrar have been updated.
1 parent ea5a643 commit bc8eff0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy/csi-moosefs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ spec:
183183
containers:
184184
# provisioner
185185
- name: csi-provisioner
186-
image: quay.io/k8scsi/csi-provisioner:v1.4.0
186+
image: quay.io/k8scsi/csi-provisioner:v2.1.0
187187
args:
188188
- "--csi-address=$(ADDRESS)"
189189
- "--v=5"
@@ -300,7 +300,7 @@ spec:
300300
containers:
301301
# registrar
302302
- name: driver-registrar
303-
image: quay.io/k8scsi/csi-node-driver-registrar:v1.1.0
303+
image: quay.io/k8scsi/csi-node-driver-registrar:v2.1.0
304304
args:
305305
- "--v=5"
306306
- "--csi-address=$(ADDRESS)"

0 commit comments

Comments
 (0)