@@ -1416,7 +1416,7 @@ spec:
14161416 serviceAccountName : openebs-lvm-controller-sa
14171417 containers :
14181418 - name : csi-resizer
1419- image : registry.k8s.io/sig-storage/csi-resizer:v1.7 .0
1419+ image : registry.k8s.io/sig-storage/csi-resizer:v1.8 .0
14201420 args :
14211421 - " --v=5"
14221422 - " --csi-address=$(ADDRESS)"
@@ -1429,7 +1429,7 @@ spec:
14291429 - name : socket-dir
14301430 mountPath : /var/lib/csi/sockets/pluginproxy/
14311431 - name : csi-snapshotter
1432- image : registry.k8s.io/sig-storage/csi-snapshotter:v6.2.1
1432+ image : registry.k8s.io/sig-storage/csi-snapshotter:v6.2.2
14331433 imagePullPolicy : IfNotPresent
14341434 args :
14351435 - " --csi-address=$(ADDRESS)"
@@ -1441,13 +1441,13 @@ spec:
14411441 - name : socket-dir
14421442 mountPath : /var/lib/csi/sockets/pluginproxy/
14431443 - name : snapshot-controller
1444- image : registry.k8s.io/sig-storage/snapshot-controller:v6.2.1
1444+ image : registry.k8s.io/sig-storage/snapshot-controller:v6.2.2
14451445 args :
14461446 - " --v=5"
14471447 - " --leader-election=true"
14481448 imagePullPolicy : IfNotPresent
14491449 - name : csi-provisioner
1450- image : registry.k8s.io/sig-storage/csi-provisioner:v3.4.1
1450+ image : registry.k8s.io/sig-storage/csi-provisioner:v3.5.0
14511451 imagePullPolicy : IfNotPresent
14521452 args :
14531453 - " --csi-address=$(ADDRESS)"
@@ -1522,7 +1522,7 @@ rules:
15221522 verbs : ["get", "list", "watch"]
15231523 - apiGroups : ["snapshot.storage.k8s.io"]
15241524 resources : ["volumesnapshotcontents"]
1525- verbs : ["create", "get", "list", "watch", "update", "delete"]
1525+ verbs : ["create", "get", "list", "watch", "update", "delete", "patch" ]
15261526 - apiGroups : ["snapshot.storage.k8s.io"]
15271527 resources : ["volumesnapshots"]
15281528 verbs : ["get", "list", "watch", "update", "patch"]
@@ -1639,7 +1639,7 @@ spec:
16391639 hostNetwork : true
16401640 containers :
16411641 - name : csi-node-driver-registrar
1642- image : registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.7 .0
1642+ image : registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.8 .0
16431643 imagePullPolicy : IfNotPresent
16441644 args :
16451645 - " --v=5"
0 commit comments