File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -46,10 +46,10 @@ The following table lists the configurable parameters of the latest NFS CSI Driv
46
46
| ` image.nfs.tag ` | csi-driver-nfs image tag | ` latest ` |
47
47
| ` image.nfs.pullPolicy ` | csi-driver-nfs image pull policy | ` IfNotPresent ` |
48
48
| ` image.csiProvisioner.repository ` | csi-provisioner docker image | ` registry.k8s.io/sig-storage/csi-provisioner ` |
49
- | ` image.csiProvisioner.tag ` | csi-provisioner docker image tag | ` v3.2 .0 ` |
49
+ | ` image.csiProvisioner.tag ` | csi-provisioner docker image tag | ` v3.3 .0 ` |
50
50
| ` image.csiProvisioner.pullPolicy ` | csi-provisioner image pull policy | ` IfNotPresent ` |
51
51
| ` image.livenessProbe.repository ` | liveness-probe docker image | ` registry.k8s.io/sig-storage/livenessprobe ` |
52
- | ` image.livenessProbe.tag ` | liveness-probe docker image tag | ` v2.7 .0 ` |
52
+ | ` image.livenessProbe.tag ` | liveness-probe docker image tag | ` v2.8 .0 ` |
53
53
| ` image.livenessProbe.pullPolicy ` | liveness-probe image pull policy | ` IfNotPresent ` |
54
54
| ` image.nodeDriverRegistrar.repository ` | csi-node-driver-registrar docker image | ` registry.k8s.io/sig-storage/csi-node-driver-registrar ` |
55
55
| ` image.nodeDriverRegistrar.tag ` | csi-node-driver-registrar docker image tag | ` v2.5.1 ` |
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
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
You can’t perform that action at this time.
0 commit comments