Skip to content

Commit 3163937

Browse files
committed
chore: upgrade csi-attacher to v2.2.0
1 parent 07e93d3 commit 3163937

File tree

5 files changed

+4
-6
lines changed

5 files changed

+4
-6
lines changed

charts/latest/blobfuse-csi-driver/templates/csi-blobfuse-controller.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ spec:
5555
- "-csi-address=$(ADDRESS)"
5656
- "-timeout=120s"
5757
- "-leader-election"
58-
- "-leader-election-type=leases"
5958
env:
6059
- name: ADDRESS
6160
value: /csi/csi.sock

charts/latest/blobfuse-csi-driver/templates/rbac-csi-blobfuse-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ rules:
6363
verbs: ["get", "list", "watch"]
6464
- apiGroups: ["storage.k8s.io"]
6565
resources: ["volumeattachments"]
66-
verbs: ["get", "list", "watch", "update"]
66+
verbs: ["get", "list", "watch", "update", "patch"]
6767
- apiGroups: ["coordination.k8s.io"]
6868
resources: ["leases"]
6969
verbs: ["get", "list", "watch", "create", "update", "patch"]

charts/latest/blobfuse-csi-driver/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ image:
99
pullPolicy: IfNotPresent
1010
csiAttacher:
1111
repository: mcr.microsoft.com/oss/kubernetes-csi/csi-attacher
12-
tag: v1.2.0
12+
tag: v2.2.0
1313
pullPolicy: IfNotPresent
1414
livenessProbe:
1515
repository: mcr.microsoft.com/oss/kubernetes-csi/livenessprobe

deploy/csi-blobfuse-controller.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,12 @@ spec:
4848
cpu: 10m
4949
memory: 20Mi
5050
- name: csi-attacher
51-
image: mcr.microsoft.com/oss/kubernetes-csi/csi-attacher:v1.2.0
51+
image: mcr.microsoft.com/oss/kubernetes-csi/csi-attacher:v2.2.0
5252
args:
5353
- "-v=5"
5454
- "-csi-address=$(ADDRESS)"
5555
- "-timeout=120s"
5656
- "-leader-election"
57-
- "-leader-election-type=leases"
5857
env:
5958
- name: ADDRESS
6059
value: /csi/csi.sock

deploy/rbac-csi-blobfuse-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ rules:
6565
verbs: ["get", "list", "watch"]
6666
- apiGroups: ["storage.k8s.io"]
6767
resources: ["volumeattachments"]
68-
verbs: ["get", "list", "watch", "update"]
68+
verbs: ["get", "list", "watch", "update", "patch"]
6969
- apiGroups: ["coordination.k8s.io"]
7070
resources: ["leases"]
7171
verbs: ["get", "list", "watch", "create", "update", "patch"]

0 commit comments

Comments
 (0)