File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v1
2
2
appVersion : latest
3
3
description : Cinder CSI Chart for OpenStack
4
4
name : openstack-cinder-csi
5
- version : 1.4.4
5
+ version : 1.4.5
6
6
home : https://github.com/kubernetes/cloud-provider-openstack
7
7
icon : https://github.com/kubernetes/kubernetes/blob/master/logo/logo.png
8
8
maintainers :
Original file line number Diff line number Diff line change 37
37
valueFrom :
38
38
fieldRef :
39
39
fieldPath : spec.nodeName
40
- imagePullPolicy : " IfNotPresent"
41
40
volumeMounts :
42
41
- name : socket-dir
43
42
mountPath : /csi
83
82
initialDelaySeconds : {{ .Values.csi.livenessprobe.initialDelaySeconds }}
84
83
timeoutSeconds : {{ .Values.csi.livenessprobe.timeoutSeconds }}
85
84
periodSeconds : {{ .Values.csi.livenessprobe.periodSeconds }}
86
- imagePullPolicy : " IfNotPresent"
87
85
volumeMounts :
88
86
- name : socket-dir
89
87
mountPath : /csi
You can’t perform that action at this time.
0 commit comments