File tree Expand file tree Collapse file tree 7 files changed +8
-18
lines changed
test/e2e/testing-manifests/storage-csi Expand file tree Collapse file tree 7 files changed +8
-18
lines changed Original file line number Diff line number Diff line change 40
40
serviceAccountName : csi-attacher
41
41
containers :
42
42
- name : csi-attacher
43
- image : quay.io/k8scsi/csi-attacher:v2.0 .0
43
+ image : quay.io/k8scsi/csi-attacher:v2.1 .0
44
44
args :
45
45
- --v=5
46
46
- --csi-address=/csi/csi.sock
Original file line number Diff line number Diff line change 40
40
serviceAccountName : csi-provisioner
41
41
containers :
42
42
- name : csi-provisioner
43
- # TODO: replace with official 1.5.0 release when ready
44
- image : quay.io/k8scsi/csi-provisioner:v1.5.0-rc1
43
+ image : quay.io/k8scsi/csi-provisioner:v1.5.0
45
44
args :
46
45
- -v=5
47
46
- --csi-address=/csi/csi.sock
Original file line number Diff line number Diff line change 30
30
serviceAccountName : csi-resizer
31
31
containers :
32
32
- name : csi-resizer
33
- image : quay.io/k8scsi/csi-resizer:v0.3 .0
33
+ image : quay.io/k8scsi/csi-resizer:v0.4 .0
34
34
args :
35
35
- " --v=5"
36
36
- " --csi-address=$(ADDRESS)"
42
42
# non-privileged sidecar containers cannot access unix domain socket
43
43
# created by privileged CSI driver container.
44
44
privileged : true
45
- imagePullPolicy : Always
46
45
volumeMounts :
47
46
- mountPath : /csi
48
47
name : socket-dir
Original file line number Diff line number Diff line change 30
30
serviceAccount : csi-snapshotter
31
31
containers :
32
32
- name : csi-snapshotter
33
- # TODO: replace with official 2.0.0 release when ready
34
- image : quay.io/k8scsi/csi-snapshotter:v2.0.0-rc2
33
+ image : quay.io/k8scsi/csi-snapshotter:v2.0.0
35
34
args :
36
35
- " --v=5"
37
36
- " --csi-address=$(ADDRESS)"
43
42
# non-privileged sidecar containers cannot access unix domain socket
44
43
# created by privileged CSI driver container.
45
44
privileged : true
46
- imagePullPolicy : Always
47
45
volumeMounts :
48
46
- name : socket-dir
49
47
mountPath : /csi
Original file line number Diff line number Diff line change @@ -15,14 +15,13 @@ spec:
15
15
serviceAccountName : csi-mock
16
16
containers :
17
17
- name : csi-attacher
18
- image : quay.io/k8scsi/csi-attacher:v1 .1.0
18
+ image : quay.io/k8scsi/csi-attacher:v2 .1.0
19
19
args :
20
20
- --v=5
21
21
- --csi-address=$(ADDRESS)
22
22
env :
23
23
- name : ADDRESS
24
24
value : /csi/csi.sock
25
- imagePullPolicy : Always
26
25
securityContext :
27
26
privileged : true
28
27
volumeMounts :
Original file line number Diff line number Diff line change @@ -15,14 +15,13 @@ spec:
15
15
serviceAccountName : csi-mock
16
16
containers :
17
17
- name : csi-resizer
18
- image : quay.io/k8scsi/csi-resizer:v0.1 .0
18
+ image : quay.io/k8scsi/csi-resizer:v0.4 .0
19
19
args :
20
20
- " --v=5"
21
21
- " --csi-address=$(ADDRESS)"
22
22
env :
23
23
- name : ADDRESS
24
24
value : /csi/csi.sock
25
- imagePullPolicy : Always
26
25
securityContext :
27
26
privileged : true
28
27
volumeMounts :
Original file line number Diff line number Diff line change @@ -15,20 +15,18 @@ spec:
15
15
serviceAccountName : csi-mock
16
16
containers :
17
17
- name : csi-provisioner
18
- # TODO: replace with official 1.4.0 release when ready
19
- image : quay.io/k8scsi/csi-provisioner:v1.4.0-rc1
18
+ image : quay.io/k8scsi/csi-provisioner:v1.5.0
20
19
args :
21
20
- " --csi-address=$(ADDRESS)"
22
21
- " --connection-timeout=15s"
23
22
env :
24
23
- name : ADDRESS
25
24
value : /csi/csi.sock
26
- imagePullPolicy : Always
27
25
volumeMounts :
28
26
- mountPath : /csi
29
27
name : socket-dir
30
28
- name : driver-registrar
31
- image : quay.io/k8scsi/csi-node-driver-registrar:v1.1 .0
29
+ image : quay.io/k8scsi/csi-node-driver-registrar:v1.2 .0
32
30
args :
33
31
- --v=5
34
32
- --csi-address=/csi/csi.sock
39
37
fieldRef :
40
38
apiVersion : v1
41
39
fieldPath : spec.nodeName
42
- imagePullPolicy : Always
43
40
securityContext :
44
41
privileged : true
45
42
volumeMounts :
62
59
fieldPath : spec.nodeName
63
60
securityContext :
64
61
privileged : true
65
- imagePullPolicy : IfNotPresent
66
62
volumeMounts :
67
63
- mountPath : /csi
68
64
name : socket-dir
You can’t perform that action at this time.
0 commit comments