File tree Expand file tree Collapse file tree 4 files changed +9
-10
lines changed
manifests/manila-csi-plugin Expand file tree Collapse file tree 4 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v1
22appVersion : v1.31.2
33description : Manila CSI Chart for OpenStack
44name : openstack-manila-csi
5- version : 2.31.3
5+ version : 2.31.4
66home : http://github.com/kubernetes/cloud-provider-openstack
77icon : https://github.com/kubernetes/kubernetes/blob/master/logo/logo.png
88maintainers :
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ nodeplugin:
6060 registrar :
6161 image :
6262 repository : registry.k8s.io/sig-storage/csi-node-driver-registrar
63- tag : v2.4 .0
63+ tag : v2.12 .0
6464 pullPolicy : IfNotPresent
6565 resources : {}
6666 extraEnv : []
@@ -87,7 +87,7 @@ controllerplugin:
8787 provisioner :
8888 image :
8989 repository : registry.k8s.io/sig-storage/csi-provisioner
90- tag : v3.0 .0
90+ tag : v5.1 .0
9191 pullPolicy : IfNotPresent
9292 resources : {}
9393 extraEnv : []
@@ -97,15 +97,15 @@ controllerplugin:
9797 snapshotter :
9898 image :
9999 repository : registry.k8s.io/sig-storage/csi-snapshotter
100- tag : v5.0.1
100+ tag : v8.1.0
101101 pullPolicy : IfNotPresent
102102 resources : {}
103103 extraEnv : []
104104 # CSI external-resizer container spec
105105 resizer :
106106 image :
107107 repository : registry.k8s.io/sig-storage/csi-resizer
108- tag : v1.8 .0
108+ tag : v1.12 .0
109109 pullPolicy : IfNotPresent
110110 resources : {}
111111 extraEnv : []
Original file line number Diff line number Diff line change 3636 serviceAccountName : openstack-manila-csi-controllerplugin
3737 containers :
3838 - name : provisioner
39- image : " registry.k8s.io/sig-storage/csi-provisioner:v3.0 .0"
39+ image : " registry.k8s.io/sig-storage/csi-provisioner:v5.1 .0"
4040 args :
4141 - " --csi-address=$(ADDRESS)"
4242 - " --extra-create-metadata"
5050 - name : plugin-dir
5151 mountPath : /var/lib/kubelet/plugins/manila.csi.openstack.org
5252 - name : snapshotter
53- image : " registry.k8s.io/sig-storage/csi-snapshotter:v5.0.1 "
53+ image : " registry.k8s.io/sig-storage/csi-snapshotter:v8.1.0 "
5454 args :
5555 - " --csi-address=$(ADDRESS)"
5656 env :
6161 - name : plugin-dir
6262 mountPath : /var/lib/kubelet/plugins/manila.csi.openstack.org
6363 - name : resizer
64- image : " registry.k8s.io/sig-storage/csi-resizer:v1.8 .0"
64+ image : " registry.k8s.io/sig-storage/csi-resizer:v1.12 .0"
6565 args :
6666 - " --csi-address=$(ADDRESS)"
6767 - " --handle-volume-inuse-error=false"
@@ -125,4 +125,3 @@ spec:
125125 hostPath :
126126 path : /var/lib/kubelet/pods
127127 type : Directory
128-
Original file line number Diff line number Diff line change 2121 dnsPolicy : ClusterFirstWithHostNet
2222 containers :
2323 - name : registrar
24- image : " registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.4 .0"
24+ image : " registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.12 .0"
2525 args :
2626 - " --csi-address=/csi/csi.sock"
2727 - " --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