File tree Expand file tree Collapse file tree 4 files changed +15
-13
lines changed
manifests/cinder-csi-plugin Expand file tree Collapse file tree 4 files changed +15
-13
lines changed Original file line number Diff line number Diff line change 32
32
- " --csi-address=$(ADDRESS)"
33
33
- " --timeout={{ .Values.timeout }}"
34
34
- " --leader-election=true"
35
+ - " --default-fstype=ext4"
35
36
env :
36
37
- name : ADDRESS
37
38
value : /var/lib/csi/sockets/pluginproxy/csi.sock
Original file line number Diff line number Diff line change 8
8
attacher :
9
9
image :
10
10
repository : k8s.gcr.io/sig-storage/csi-attacher
11
- tag : v3.4 .0
11
+ tag : v4.0 .0
12
12
pullPolicy : IfNotPresent
13
13
resources : {}
14
14
provisioner :
15
15
topology : " true"
16
16
image :
17
17
repository : k8s.gcr.io/sig-storage/csi-provisioner
18
- tag : v3.1 .0
18
+ tag : v3.4 .0
19
19
pullPolicy : IfNotPresent
20
20
resources : {}
21
21
snapshotter :
22
22
image :
23
23
repository : k8s.gcr.io/sig-storage/csi-snapshotter
24
- tag : v5.0.1
24
+ tag : v6.1.0
25
25
pullPolicy : IfNotPresent
26
26
resources : {}
27
27
resizer :
28
28
image :
29
29
repository : k8s.gcr.io/sig-storage/csi-resizer
30
- tag : v1.4 .0
30
+ tag : v1.6 .0
31
31
pullPolicy : IfNotPresent
32
32
resources : {}
33
33
livenessprobe :
34
34
image :
35
35
repository : k8s.gcr.io/sig-storage/livenessprobe
36
- tag : v2.6 .0
36
+ tag : v2.8 .0
37
37
pullPolicy : IfNotPresent
38
38
failureThreshold : 5
39
39
initialDelaySeconds : 10
43
43
nodeDriverRegistrar :
44
44
image :
45
45
repository : k8s.gcr.io/sig-storage/csi-node-driver-registrar
46
- tag : v2.5.0
46
+ tag : v2.6.2
47
47
pullPolicy : IfNotPresent
48
48
resources : {}
49
49
plugin :
@@ -127,7 +127,7 @@ storageClass:
127
127
# parameters:
128
128
# type: SAS
129
129
# ---
130
- # apiVersion: snapshot.storage.k8s.io/v1beta1
130
+ # apiVersion: snapshot.storage.k8s.io/v1
131
131
# kind: VolumeSnapshotClass
132
132
# metadata:
133
133
# name: csi-cinder-snapclass
Original file line number Diff line number Diff line change @@ -25,11 +25,12 @@ spec:
25
25
serviceAccount : csi-cinder-controller-sa
26
26
containers :
27
27
- name : csi-attacher
28
- image : k8s.gcr.io/sig-storage/csi-attacher:v3.4 .0
28
+ image : k8s.gcr.io/sig-storage/csi-attacher:v4.0 .0
29
29
args :
30
30
- " --csi-address=$(ADDRESS)"
31
31
- " --timeout=3m"
32
32
- " --leader-election=true"
33
+ - " --default-fstype=ext4"
33
34
env :
34
35
- name : ADDRESS
35
36
value : /var/lib/csi/sockets/pluginproxy/csi.sock
38
39
- name : socket-dir
39
40
mountPath : /var/lib/csi/sockets/pluginproxy/
40
41
- name : csi-provisioner
41
- image : k8s.gcr.io/sig-storage/csi-provisioner:v3.1 .0
42
+ image : k8s.gcr.io/sig-storage/csi-provisioner:v3.3 .0
42
43
args :
43
44
- " --csi-address=$(ADDRESS)"
44
45
- " --timeout=3m"
54
55
- name : socket-dir
55
56
mountPath : /var/lib/csi/sockets/pluginproxy/
56
57
- name : csi-snapshotter
57
- image : k8s.gcr.io/sig-storage/csi-snapshotter:v6.0.1
58
+ image : k8s.gcr.io/sig-storage/csi-snapshotter:v6.1.0
58
59
args :
59
60
- " --csi-address=$(ADDRESS)"
60
61
- " --timeout=3m"
82
83
- name : socket-dir
83
84
mountPath : /var/lib/csi/sockets/pluginproxy/
84
85
- name : liveness-probe
85
- image : k8s.gcr.io/sig-storage/livenessprobe:v2.7 .0
86
+ image : k8s.gcr.io/sig-storage/livenessprobe:v2.8 .0
86
87
args :
87
88
- " --csi-address=$(ADDRESS)"
88
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 : k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.5.1
24
+ image : k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.6.2
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 : k8s.gcr.io/sig-storage/livenessprobe:v2.7 .0
44
+ image : k8s.gcr.io/sig-storage/livenessprobe:v2.8 .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