Skip to content

Commit 0e72b78

Browse files
committed
feat(csi): update csi sidecars to the latest version
Signed-off-by: Niladri Halder <[email protected]>
1 parent debde25 commit 0e72b78

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

deploy/helm/charts/templates/rbac.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ rules:
9393
verbs: ["get", "list", "watch"]
9494
- apiGroups: ["snapshot.storage.k8s.io"]
9595
resources: ["volumesnapshotcontents"]
96-
verbs: ["create", "get", "list", "watch", "update", "delete"]
96+
verbs: ["create", "get", "list", "watch", "update", "delete", "patch"]
9797
- apiGroups: ["snapshot.storage.k8s.io"]
9898
resources: ["volumesnapshots"]
9999
verbs: ["get", "list", "watch", "update", "patch"]

deploy/lvm-operator.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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"

deploy/yamls/lvm-driver.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1086,7 +1086,7 @@ rules:
10861086
verbs: ["get", "list", "watch"]
10871087
- apiGroups: ["snapshot.storage.k8s.io"]
10881088
resources: ["volumesnapshotcontents"]
1089-
verbs: ["create", "get", "list", "watch", "update", "delete"]
1089+
verbs: ["create", "get", "list", "watch", "update", "delete", "patch"]
10901090
- apiGroups: ["snapshot.storage.k8s.io"]
10911091
resources: ["volumesnapshots"]
10921092
verbs: ["get", "list", "watch", "update", "patch"]

0 commit comments

Comments
 (0)