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
4646| ` image.nfs.tag ` | csi-driver-nfs image tag | ` latest ` |
4747| ` image.nfs.pullPolicy ` | csi-driver-nfs image pull policy | ` IfNotPresent ` |
4848| ` 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 ` |
5050| ` image.csiProvisioner.pullPolicy ` | csi-provisioner image pull policy | ` IfNotPresent ` |
5151| ` 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 ` |
5353| ` image.livenessProbe.pullPolicy ` | liveness-probe image pull policy | ` IfNotPresent ` |
5454| ` image.nodeDriverRegistrar.repository ` | csi-node-driver-registrar docker image | ` registry.k8s.io/sig-storage/csi-node-driver-registrar ` |
5555| ` image.nodeDriverRegistrar.tag ` | csi-node-driver-registrar docker image tag | ` v2.5.1 ` |
Original file line number Diff line number Diff line change 66 pullPolicy : IfNotPresent
77 csiProvisioner :
88 repository : registry.k8s.io/sig-storage/csi-provisioner
9- tag : v3.2 .0
9+ tag : v3.3 .0
1010 pullPolicy : IfNotPresent
1111 livenessProbe :
1212 repository : registry.k8s.io/sig-storage/livenessprobe
13- tag : v2.7 .0
13+ tag : v2.8 .0
1414 pullPolicy : IfNotPresent
1515 nodeDriverRegistrar :
1616 repository : registry.k8s.io/sig-storage/csi-node-driver-registrar
Original file line number Diff line number Diff line change 3232 effect : " NoSchedule"
3333 containers :
3434 - 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
3636 args :
3737 - " -v=2"
3838 - " --csi-address=$(ADDRESS)"
5252 cpu : 10m
5353 memory : 20Mi
5454 - 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
5656 args :
5757 - --csi-address=/csi/csi.sock
5858 - --probe-timeout=3s
Original file line number Diff line number Diff line change 2626 - operator : " Exists"
2727 containers :
2828 - 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
3030 args :
3131 - --csi-address=/csi/csi.sock
3232 - --probe-timeout=3s
You can’t perform that action at this time.
0 commit comments