File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
internal/driver/deploy/releases Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -31,17 +31,17 @@ defaultStorageClass: linode-block-storage-retain
3131
3232csiProvisioner :
3333 image : registry.k8s.io/sig-storage/csi-provisioner
34- tag : v3.0 .0
34+ tag : v5.1 .0
3535 pullPolicy : IfNotPresent
3636
3737csiAttacher :
3838 image : registry.k8s.io/sig-storage/csi-attacher
39- tag : v3.3 .0
39+ tag : v4.7 .0
4040 pullPolicy : IfNotPresent
4141
4242csiResizer :
4343 image : registry.k8s.io/sig-storage/csi-resizer
44- tag : v1.3 .0
44+ tag : v1.12 .0
4545 pullPolicy : IfNotPresent
4646
4747csiLinodePlugin :
@@ -56,4 +56,4 @@ kubectl:
5656
5757csiNodeDriverRegistrar :
5858 image : registry.k8s.io/sig-storage/csi-node-driver-registrar
59- tag : v1.3 .0
59+ tag : v2.12 .0
Original file line number Diff line number Diff line change @@ -365,7 +365,7 @@ spec:
365365 secretKeyRef :
366366 key : token
367367 name : linode
368- image : linode/linode-blockstorage-csi-driver:version-upgrade
368+ image : linode/linode-blockstorage-csi-driver:latest
369369 name : linode-csi-plugin
370370 volumeMounts :
371371 - mountPath : /linode-info
@@ -462,7 +462,7 @@ spec:
462462 secretKeyRef :
463463 key : token
464464 name : linode
465- image : linode/linode-blockstorage-csi-driver:version-upgrade
465+ image : linode/linode-blockstorage-csi-driver:latest
466466 imagePullPolicy : Always
467467 name : csi-linode-plugin
468468 securityContext :
You can’t perform that action at this time.
0 commit comments