Skip to content

Commit e402932

Browse files
authored
Merge pull request #312 from andyzhangx/resizer-1.1.0
chore: upgrade resizer to v1.1.0
2 parents 92738dd + 86871fe commit e402932

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ spec:
122122
- "-csi-address=$(ADDRESS)"
123123
- "-v=5"
124124
- "-leader-election"
125+
- '-handle-volume-inuse-error=false'
125126
env:
126127
- name: ADDRESS
127128
value: /csi/csi.sock

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ image:
1717
pullPolicy: IfNotPresent
1818
csiResizer:
1919
repository: mcr.microsoft.com/oss/kubernetes-csi/csi-resizer
20-
tag: v0.5.0
20+
tag: v1.1.0
2121
pullPolicy: IfNotPresent
2222

2323
serviceAccount:

deploy/csi-blob-controller.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,12 @@ spec:
111111
cpu: 10m
112112
memory: 20Mi
113113
- name: csi-resizer
114-
image: mcr.microsoft.com/oss/kubernetes-csi/csi-resizer:v0.5.0
114+
image: mcr.microsoft.com/oss/kubernetes-csi/csi-resizer:v1.1.0
115115
args:
116116
- "-csi-address=$(ADDRESS)"
117117
- "-v=5"
118118
- "-leader-election"
119+
- '-handle-volume-inuse-error=false'
119120
env:
120121
- name: ADDRESS
121122
value: /csi/csi.sock

0 commit comments

Comments
 (0)