File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 6
6
pullPolicy : IfNotPresent
7
7
csiProvisioner :
8
8
repository : registry.k8s.io/sig-storage/csi-provisioner
9
- tag : v3.2 .0
9
+ tag : v3.3 .0
10
10
pullPolicy : IfNotPresent
11
11
livenessProbe :
12
12
repository : registry.k8s.io/sig-storage/livenessprobe
13
- tag : v2.7 .0
13
+ tag : v2.8 .0
14
14
pullPolicy : IfNotPresent
15
15
nodeDriverRegistrar :
16
16
repository : registry.k8s.io/sig-storage/csi-node-driver-registrar
17
- tag : v2.5.1
17
+ tag : v2.6.0
18
18
pullPolicy : IfNotPresent
19
19
20
20
serviceAccount :
Original file line number Diff line number Diff line change 32
32
effect : " NoSchedule"
33
33
containers :
34
34
- name : csi-provisioner
35
- image : registry.k8s.io/sig-storage/csi-provisioner:v3.2 .0
35
+ image : registry.k8s.io/sig-storage/csi-provisioner:v3.3 .0
36
36
args :
37
37
- " -v=2"
38
38
- " --csi-address=$(ADDRESS)"
52
52
cpu : 10m
53
53
memory : 20Mi
54
54
- name : liveness-probe
55
- image : registry.k8s.io/sig-storage/livenessprobe:v2.7 .0
55
+ image : registry.k8s.io/sig-storage/livenessprobe:v2.8 .0
56
56
args :
57
57
- --csi-address=/csi/csi.sock
58
58
- --probe-timeout=3s
Original file line number Diff line number Diff line change 26
26
- operator : " Exists"
27
27
containers :
28
28
- name : liveness-probe
29
- image : registry.k8s.io/sig-storage/livenessprobe:v2.7 .0
29
+ image : registry.k8s.io/sig-storage/livenessprobe:v2.8 .0
30
30
args :
31
31
- --csi-address=/csi/csi.sock
32
32
- --probe-timeout=3s
42
42
cpu : 10m
43
43
memory : 20Mi
44
44
- name : node-driver-registrar
45
- image : registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.5.1
45
+ image : registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
46
46
args :
47
47
- --v=2
48
48
- --csi-address=/csi/csi.sock
You can’t perform that action at this time.
0 commit comments