File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
charts/latest/blob-csi-driver Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 52
52
image : " {{ .Values.image.livenessProbe.repository }}:{{ .Values.image.livenessProbe.tag }}"
53
53
args :
54
54
- --csi-address=/csi/csi.sock
55
- - --connection -timeout=3s
55
+ - --probe -timeout=3s
56
56
- --health-port=29632
57
57
imagePullPolicy : {{ .Values.image.livenessProbe.pullPolicy }}
58
58
volumeMounts :
Original file line number Diff line number Diff line change 40
40
image : " {{ .Values.image.livenessProbe.repository }}:{{ .Values.image.livenessProbe.tag }}"
41
41
args :
42
42
- --csi-address=/csi/csi.sock
43
- - --connection -timeout=3s
43
+ - --probe -timeout=3s
44
44
- --health-port=29633
45
45
- --v=5
46
46
resources :
Original file line number Diff line number Diff line change 9
9
pullPolicy : IfNotPresent
10
10
livenessProbe :
11
11
repository : mcr.microsoft.com/oss/kubernetes-csi/livenessprobe
12
- tag : v1.1 .0
12
+ tag : v2.0 .0
13
13
pullPolicy : IfNotPresent
14
14
nodeDriverRegistrar :
15
15
repository : mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar
Original file line number Diff line number Diff line change @@ -47,10 +47,10 @@ spec:
47
47
cpu : 10m
48
48
memory : 20Mi
49
49
- name : liveness-probe
50
- image : mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v1.1 .0
50
+ image : mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v2.0 .0
51
51
args :
52
52
- --csi-address=/csi/csi.sock
53
- - --connection -timeout=3s
53
+ - --probe -timeout=3s
54
54
- --health-port=29632
55
55
volumeMounts :
56
56
- name : socket-dir
Original file line number Diff line number Diff line change @@ -35,10 +35,10 @@ spec:
35
35
volumeMounts :
36
36
- mountPath : /csi
37
37
name : socket-dir
38
- image : mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v1.1 .0
38
+ image : mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v2.0 .0
39
39
args :
40
40
- --csi-address=/csi/csi.sock
41
- - --connection -timeout=3s
41
+ - --probe -timeout=3s
42
42
- --health-port=29633
43
43
- --v=5
44
44
resources :
You can’t perform that action at this time.
0 commit comments