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 1
1
apiVersion : v1
2
- appVersion : v1.27.0-alpha.1
2
+ appVersion : v1.27.0-alpha.2
3
3
description : Cinder CSI Chart for OpenStack
4
4
name : openstack-cinder-csi
5
- version : 2.27.0-alpha.1
5
+ version : 2.27.0-alpha.2
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 8
8
attacher :
9
9
image :
10
10
repository : registry.k8s.io/sig-storage/csi-attacher
11
- tag : v4.0 .0
11
+ tag : v4.2 .0
12
12
pullPolicy : IfNotPresent
13
13
resources : {}
14
14
extraArgs : {}
15
15
provisioner :
16
16
topology : " true"
17
17
image :
18
18
repository : registry.k8s.io/sig-storage/csi-provisioner
19
- tag : v3.4.0
19
+ tag : v3.4.1
20
20
pullPolicy : IfNotPresent
21
21
resources : {}
22
22
extraArgs : {}
23
23
snapshotter :
24
24
image :
25
25
repository : registry.k8s.io/sig-storage/csi-snapshotter
26
- tag : v6.1.0
26
+ tag : v6.2.1
27
27
pullPolicy : IfNotPresent
28
28
resources : {}
29
29
extraArgs : {}
30
30
resizer :
31
31
image :
32
32
repository : registry.k8s.io/sig-storage/csi-resizer
33
- tag : v1.6 .0
33
+ tag : v1.7 .0
34
34
pullPolicy : IfNotPresent
35
35
resources : {}
36
36
extraArgs : {}
37
37
livenessprobe :
38
38
image :
39
39
repository : registry.k8s.io/sig-storage/livenessprobe
40
- tag : v2.8 .0
40
+ tag : v2.9 .0
41
41
pullPolicy : IfNotPresent
42
42
failureThreshold : 5
43
43
initialDelaySeconds : 10
Original file line number Diff line number Diff line change 25
25
serviceAccount : csi-cinder-controller-sa
26
26
containers :
27
27
- name : csi-attacher
28
- image : registry.k8s.io/sig-storage/csi-attacher:v4.0 .0
28
+ image : registry.k8s.io/sig-storage/csi-attacher:v4.2 .0
29
29
args :
30
30
- " --csi-address=$(ADDRESS)"
31
31
- " --timeout=3m"
39
39
- name : socket-dir
40
40
mountPath : /var/lib/csi/sockets/pluginproxy/
41
41
- name : csi-provisioner
42
- image : registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
42
+ image : registry.k8s.io/sig-storage/csi-provisioner:v3.4.1
43
43
args :
44
44
- " --csi-address=$(ADDRESS)"
45
45
- " --timeout=3m"
55
55
- name : socket-dir
56
56
mountPath : /var/lib/csi/sockets/pluginproxy/
57
57
- name : csi-snapshotter
58
- image : registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
58
+ image : registry.k8s.io/sig-storage/csi-snapshotter:v6.2.1
59
59
args :
60
60
- " --csi-address=$(ADDRESS)"
61
61
- " --timeout=3m"
69
69
- mountPath : /var/lib/csi/sockets/pluginproxy/
70
70
name : socket-dir
71
71
- name : csi-resizer
72
- image : registry.k8s.io/sig-storage/csi-resizer:v1.4 .0
72
+ image : registry.k8s.io/sig-storage/csi-resizer:v1.7 .0
73
73
args :
74
74
- " --csi-address=$(ADDRESS)"
75
75
- " --timeout=3m"
83
83
- name : socket-dir
84
84
mountPath : /var/lib/csi/sockets/pluginproxy/
85
85
- name : liveness-probe
86
- image : registry.k8s.io/sig-storage/livenessprobe:v2.8 .0
86
+ image : registry.k8s.io/sig-storage/livenessprobe:v2.9 .0
87
87
args :
88
88
- " --csi-address=$(ADDRESS)"
89
89
env :
Original file line number Diff line number Diff line change 21
21
hostNetwork : true
22
22
containers :
23
23
- name : node-driver-registrar
24
- image : registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.2
24
+ image : registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.3
25
25
args :
26
26
- " --csi-address=$(ADDRESS)"
27
27
- " --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)"
41
41
- name : registration-dir
42
42
mountPath : /registration
43
43
- name : liveness-probe
44
- image : registry.k8s.io/sig-storage/livenessprobe:v2.8 .0
44
+ image : registry.k8s.io/sig-storage/livenessprobe:v2.9 .0
45
45
args :
46
46
- --csi-address=/csi/csi.sock
47
47
volumeMounts :
You can’t perform that action at this time.
0 commit comments