File tree 4 files changed +6
-3
lines changed
internal/driver/deploy/releases
4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -44,11 +44,12 @@ spec:
44
44
- name : socket-dir
45
45
mountPath : /var/lib/csi/sockets/pluginproxy/
46
46
- name : csi-attacher
47
- image : registry.k8s.io/sig-storage/csi-attacher:v4.7.0
47
+ image : registry.k8s.io/sig-storage/csi-attacher:v4.8.1
48
48
imagePullPolicy : IfNotPresent
49
49
args :
50
50
- " --v=2"
51
51
- " --csi-address=$(ADDRESS)"
52
+ - " --timeout=30s"
52
53
env :
53
54
- name : ADDRESS
54
55
value : /var/lib/csi/sockets/pluginproxy/csi.sock
Original file line number Diff line number Diff line change 54
54
- args :
55
55
- --v=2
56
56
- --csi-address=$(ADDRESS)
57
+ - --timeout=30s
57
58
{{- if .Values.enableMetrics}}
58
59
- --metrics-address={{ .Values.csiAttacher.metrics.address }}
59
60
{{- end }}
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ csiProvisioner:
49
49
50
50
csiAttacher :
51
51
image : registry.k8s.io/sig-storage/csi-attacher
52
- tag : v4.7.0
52
+ tag : v4.8.1
53
53
pullPolicy : IfNotPresent
54
54
metrics :
55
55
address : " 0.0.0.0:10249"
Original file line number Diff line number Diff line change @@ -310,7 +310,7 @@ spec:
310
310
env :
311
311
- name : ADDRESS
312
312
value : /var/lib/csi/sockets/pluginproxy/csi.sock
313
- image : registry.k8s.io/sig-storage/csi-attacher:v4.7.0
313
+ image : registry.k8s.io/sig-storage/csi-attacher:v4.8.1
314
314
imagePullPolicy : IfNotPresent
315
315
name : csi-attacher
316
316
securityContext :
@@ -324,6 +324,7 @@ spec:
324
324
- args :
325
325
- --v=2
326
326
- --csi-address=$(ADDRESS)
327
+ - --timeout=30s
327
328
env :
328
329
- name : ADDRESS
329
330
value : /var/lib/csi/sockets/pluginproxy/csi.sock
You can’t perform that action at this time.
0 commit comments