File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
manifests/manila-csi-plugin Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 36
36
serviceAccountName : openstack-manila-csi-controllerplugin
37
37
containers :
38
38
- name : provisioner
39
- image : " k8s.gcr.io/sig-storage/csi-provisioner:v2.0 .2"
39
+ image : " k8s.gcr.io/sig-storage/csi-provisioner:v2.2 .2"
40
40
args :
41
41
- " --csi-address=$(ADDRESS)"
42
42
# To enable topology awareness in csi-provisioner, uncomment the following line:
49
49
- name : plugin-dir
50
50
mountPath : /var/lib/kubelet/plugins/manila.csi.openstack.org
51
51
- name : snapshotter
52
- image : " k8s.gcr.io/sig-storage/csi-snapshotter:v2 .1.3 "
52
+ image : " k8s.gcr.io/sig-storage/csi-snapshotter:v4 .1.1 "
53
53
args :
54
54
- " --csi-address=$(ADDRESS)"
55
55
env :
Original file line number Diff line number Diff line change 21
21
dnsPolicy : ClusterFirstWithHostNet
22
22
containers :
23
23
- name : registrar
24
- image : " k8s.gcr.io/sig-storage/csi-node-driver-registrar:v1.3 .0"
24
+ image : " k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.2 .0"
25
25
args :
26
26
- " --csi-address=/csi/csi.sock"
27
27
- " --kubelet-registration-path=/var/lib/kubelet/plugins/manila.csi.openstack.org/csi.sock"
You can’t perform that action at this time.
0 commit comments