File tree Expand file tree Collapse file tree 4 files changed +14
-14
lines changed
manifests/cinder-csi-plugin Expand file tree Collapse file tree 4 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v1
22appVersion : v1.28.0
33description : Cinder CSI Chart for OpenStack
44name : openstack-cinder-csi
5- version : 2.29.0-alpha.3
5+ version : 2.29.0-alpha.4
66home : https://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 88 attacher :
99 image :
1010 repository : registry.k8s.io/sig-storage/csi-attacher
11- tag : v4.2.0
11+ tag : v4.4.2
1212 pullPolicy : IfNotPresent
1313 resources : {}
1414 extraArgs : {}
1515 provisioner :
1616 topology : " true"
1717 image :
1818 repository : registry.k8s.io/sig-storage/csi-provisioner
19- tag : v3.4.1
19+ tag : v3.6.2
2020 pullPolicy : IfNotPresent
2121 resources : {}
2222 extraArgs : {}
2323 snapshotter :
2424 image :
2525 repository : registry.k8s.io/sig-storage/csi-snapshotter
26- tag : v6.2.1
26+ tag : v6.3.2
2727 pullPolicy : IfNotPresent
2828 resources : {}
2929 extraArgs : {}
3030 resizer :
3131 image :
3232 repository : registry.k8s.io/sig-storage/csi-resizer
33- tag : v1.8.0
33+ tag : v1.9.2
3434 pullPolicy : IfNotPresent
3535 resources : {}
3636 extraArgs : {}
3737 livenessprobe :
3838 image :
3939 repository : registry.k8s.io/sig-storage/livenessprobe
40- tag : v2.9 .0
40+ tag : v2.11 .0
4141 pullPolicy : IfNotPresent
4242 failureThreshold : 5
4343 initialDelaySeconds : 10
4848 nodeDriverRegistrar :
4949 image :
5050 repository : registry.k8s.io/sig-storage/csi-node-driver-registrar
51- tag : v2.6 .2
51+ tag : v2.9 .2
5252 pullPolicy : IfNotPresent
5353 resources : {}
5454 extraArgs : {}
Original file line number Diff line number Diff line change 2525 serviceAccount : csi-cinder-controller-sa
2626 containers :
2727 - name : csi-attacher
28- image : registry.k8s.io/sig-storage/csi-attacher:v4.2.0
28+ image : registry.k8s.io/sig-storage/csi-attacher:v4.4.2
2929 args :
3030 - " --csi-address=$(ADDRESS)"
3131 - " --timeout=3m"
3939 - name : socket-dir
4040 mountPath : /var/lib/csi/sockets/pluginproxy/
4141 - name : csi-provisioner
42- image : registry.k8s.io/sig-storage/csi-provisioner:v3.4.1
42+ image : registry.k8s.io/sig-storage/csi-provisioner:v3.6.2
4343 args :
4444 - " --csi-address=$(ADDRESS)"
4545 - " --timeout=3m"
5555 - name : socket-dir
5656 mountPath : /var/lib/csi/sockets/pluginproxy/
5757 - name : csi-snapshotter
58- image : registry.k8s.io/sig-storage/csi-snapshotter:v6.2.1
58+ image : registry.k8s.io/sig-storage/csi-snapshotter:v6.3.2
5959 args :
6060 - " --csi-address=$(ADDRESS)"
6161 - " --timeout=3m"
6969 - mountPath : /var/lib/csi/sockets/pluginproxy/
7070 name : socket-dir
7171 - name : csi-resizer
72- image : registry.k8s.io/sig-storage/csi-resizer:v1.8.0
72+ image : registry.k8s.io/sig-storage/csi-resizer:v1.9.2
7373 args :
7474 - " --csi-address=$(ADDRESS)"
7575 - " --timeout=3m"
8383 - name : socket-dir
8484 mountPath : /var/lib/csi/sockets/pluginproxy/
8585 - name : liveness-probe
86- image : registry.k8s.io/sig-storage/livenessprobe:v2.9 .0
86+ image : registry.k8s.io/sig-storage/livenessprobe:v2.11 .0
8787 args :
8888 - " --csi-address=$(ADDRESS)"
8989 env :
Original file line number Diff line number Diff line change 2121 hostNetwork : true
2222 containers :
2323 - name : node-driver-registrar
24- image : registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.3
24+ image : registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.9.2
2525 args :
2626 - " --csi-address=$(ADDRESS)"
2727 - " --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)"
4141 - name : registration-dir
4242 mountPath : /registration
4343 - name : liveness-probe
44- image : registry.k8s.io/sig-storage/livenessprobe:v2.9 .0
44+ image : registry.k8s.io/sig-storage/livenessprobe:v2.11 .0
4545 args :
4646 - --csi-address=/csi/csi.sock
4747 volumeMounts :
You can’t perform that action at this time.
0 commit comments