@@ -317,7 +317,7 @@ spec:
317317 env :
318318 - name : ADDRESS
319319 value : /var/lib/csi/sockets/pluginproxy/csi.sock
320- image : registry.k8s.io/sig-storage/csi-provisioner:v3.0 .0
320+ image : registry.k8s.io/sig-storage/csi-provisioner:v5.1 .0
321321 imagePullPolicy : IfNotPresent
322322 name : csi-provisioner
323323 volumeMounts :
@@ -329,7 +329,7 @@ spec:
329329 env :
330330 - name : ADDRESS
331331 value : /var/lib/csi/sockets/pluginproxy/csi.sock
332- image : registry.k8s.io/sig-storage/csi-attacher:v3.3 .0
332+ image : registry.k8s.io/sig-storage/csi-attacher:v4.7 .0
333333 imagePullPolicy : IfNotPresent
334334 name : csi-attacher
335335 volumeMounts :
@@ -341,23 +341,18 @@ spec:
341341 env :
342342 - name : ADDRESS
343343 value : /var/lib/csi/sockets/pluginproxy/csi.sock
344- image : registry.k8s.io/sig-storage/csi-resizer:v1.3 .0
344+ image : registry.k8s.io/sig-storage/csi-resizer:v1.12 .0
345345 imagePullPolicy : IfNotPresent
346346 name : csi-resizer
347347 volumeMounts :
348348 - mountPath : /var/lib/csi/sockets/pluginproxy/
349349 name : socket-dir
350350 - args :
351- - --endpoint=$(CSI_ENDPOINT)
352- - --token=$(LINODE_TOKEN)
353- - --url=$(LINODE_API_URL)
354- - --node=$(NODE_NAME)
355- - --bs-prefix=$(LINODE_BS_PREFIX)
356351 - --v=2
357352 env :
358353 - name : CSI_ENDPOINT
359354 value : unix:///var/lib/csi/sockets/pluginproxy/csi.sock
360- - name : LINODE_API_URL
355+ - name : LINODE_URL
361356 value : https://api.linode.com/v4
362357 - name : LINODE_BS_PREFIX
363358 - name : NODE_NAME
@@ -371,7 +366,7 @@ spec:
371366 key : token
372367 name : linode
373368 image : linode/linode-blockstorage-csi-driver:latest
374- name : linode- csi-plugin
369+ name : csi-linode -plugin
375370 volumeMounts :
376371 - mountPath : /linode-info
377372 name : linode-info
@@ -444,23 +439,19 @@ spec:
444439 valueFrom :
445440 fieldRef :
446441 fieldPath : spec.nodeName
447- image : registry.k8s.io/sig-storage/csi-node-driver-registrar:v1.3 .0
442+ image : registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.12 .0
448443 name : csi-node-driver-registrar
449444 volumeMounts :
450445 - mountPath : /csi
451446 name : plugin-dir
452447 - mountPath : /registration
453448 name : registration-dir
454449 - args :
455- - --endpoint=$(CSI_ENDPOINT)
456- - --token=$(LINODE_TOKEN)
457- - --url=$(LINODE_API_URL)
458- - --node=$(NODE_NAME)
459450 - --v=2
460451 env :
461452 - name : CSI_ENDPOINT
462453 value : unix:///csi/csi.sock
463- - name : LINODE_API_URL
454+ - name : LINODE_URL
464455 value : https://api.linode.com/v4
465456 - name : NODE_NAME
466457 valueFrom :
@@ -566,7 +557,7 @@ spec:
566557 type : Directory
567558 name : tmp
568559---
569- apiVersion : storage.k8s.io/v1beta1
560+ apiVersion : storage.k8s.io/v1
570561kind : CSIDriver
571562metadata :
572563 name : linodebs.csi.linode.com
0 commit comments