File tree Expand file tree Collapse file tree 11 files changed +25
-25
lines changed
Expand file tree Collapse file tree 11 files changed +25
-25
lines changed Original file line number Diff line number Diff line change @@ -53,13 +53,13 @@ The following table lists the configurable parameters of the latest NFS CSI Driv
5353| ` image.nfs.tag ` | csi-driver-nfs image tag | ` latest ` |
5454| ` image.nfs.pullPolicy ` | csi-driver-nfs image pull policy | ` IfNotPresent ` |
5555| ` image.csiProvisioner.repository ` | csi-provisioner docker image | ` registry.k8s.io/sig-storage/csi-provisioner ` |
56- | ` image.csiProvisioner.tag ` | csi-provisioner docker image tag | ` v4 .0.0 ` |
56+ | ` image.csiProvisioner.tag ` | csi-provisioner docker image tag | ` v5 .0.1 ` |
5757| ` image.csiProvisioner.pullPolicy ` | csi-provisioner image pull policy | ` IfNotPresent ` |
5858| ` image.livenessProbe.repository ` | liveness-probe docker image | ` registry.k8s.io/sig-storage/livenessprobe ` |
59- | ` image.livenessProbe.tag ` | liveness-probe docker image tag | ` v2.12.0 ` |
59+ | ` image.livenessProbe.tag ` | liveness-probe docker image tag | ` v2.13.1 ` |
6060| ` image.livenessProbe.pullPolicy ` | liveness-probe image pull policy | ` IfNotPresent ` |
6161| ` image.nodeDriverRegistrar.repository ` | csi-node-driver-registrar docker image | ` registry.k8s.io/sig-storage/csi-node-driver-registrar ` |
62- | ` image.nodeDriverRegistrar.tag ` | csi-node-driver-registrar docker image tag | ` v2.10.0 ` |
62+ | ` image.nodeDriverRegistrar.tag ` | csi-node-driver-registrar docker image tag | ` v2.11.1 ` |
6363| ` image.nodeDriverRegistrar.pullPolicy ` | csi-node-driver-registrar image pull policy | ` IfNotPresent ` |
6464| ` imagePullSecrets ` | Specify docker-registry secret names as an array | [ ] (does not add image pull secrets to deployed pods) |
6565| ` serviceAccount.create ` | whether create service account of csi-nfs-controller | ` true ` |
Original file line number Diff line number Diff line change 77 pullPolicy : IfNotPresent
88 csiProvisioner :
99 repository : registry.k8s.io/sig-storage/csi-provisioner
10- tag : v4 .0.0
10+ tag : v5 .0.1
1111 pullPolicy : IfNotPresent
1212 csiSnapshotter :
1313 repository : registry.k8s.io/sig-storage/csi-snapshotter
14- tag : v6.3.3
14+ tag : v8.0.1
1515 pullPolicy : IfNotPresent
1616 livenessProbe :
1717 repository : registry.k8s.io/sig-storage/livenessprobe
18- tag : v2.12.0
18+ tag : v2.13.1
1919 pullPolicy : IfNotPresent
2020 nodeDriverRegistrar :
2121 repository : registry.k8s.io/sig-storage/csi-node-driver-registrar
22- tag : v2.10.0
22+ tag : v2.11.1
2323 pullPolicy : IfNotPresent
2424 externalSnapshotter :
2525 repository : registry.k8s.io/sig-storage/snapshot-controller
26- tag : v6.3.3
26+ tag : v8.0.1
2727 pullPolicy : IfNotPresent
2828
2929serviceAccount :
Original file line number Diff line number Diff line change 77 pullPolicy : IfNotPresent
88 csiProvisioner :
99 repository : registry.k8s.io/sig-storage/csi-provisioner
10- tag : v4 .0.0
10+ tag : v5 .0.1
1111 pullPolicy : IfNotPresent
1212 csiSnapshotter :
1313 repository : registry.k8s.io/sig-storage/csi-snapshotter
14- tag : v6.3.3
14+ tag : v8.0.1
1515 pullPolicy : IfNotPresent
1616 livenessProbe :
1717 repository : registry.k8s.io/sig-storage/livenessprobe
18- tag : v2.12.0
18+ tag : v2.13.1
1919 pullPolicy : IfNotPresent
2020 nodeDriverRegistrar :
2121 repository : registry.k8s.io/sig-storage/csi-node-driver-registrar
22- tag : v2.10.0
22+ tag : v2.11.1
2323 pullPolicy : IfNotPresent
2424 externalSnapshotter :
2525 repository : registry.k8s.io/sig-storage/snapshot-controller
26- tag : v6.3.3
26+ tag : v8.0.1
2727 pullPolicy : IfNotPresent
2828
2929serviceAccount :
Original file line number Diff line number Diff line change 3535 effect : " NoSchedule"
3636 containers :
3737 - name : csi-provisioner
38- image : registry.k8s.io/sig-storage/csi-provisioner:v4 .0.0
38+ image : registry.k8s.io/sig-storage/csi-provisioner:v5 .0.1
3939 args :
4040 - " -v=2"
4141 - " --csi-address=$(ADDRESS)"
6060 drop :
6161 - ALL
6262 - name : csi-snapshotter
63- image : registry.k8s.io/sig-storage/csi-snapshotter:v6.3.3
63+ image : registry.k8s.io/sig-storage/csi-snapshotter:v8.0.1
6464 args :
6565 - " --v=2"
6666 - " --csi-address=$(ADDRESS)"
8585 drop :
8686 - ALL
8787 - name : liveness-probe
88- image : registry.k8s.io/sig-storage/livenessprobe:v2.12.0
88+ image : registry.k8s.io/sig-storage/livenessprobe:v2.13.1
8989 args :
9090 - --csi-address=/csi/csi.sock
9191 - --probe-timeout=3s
Original file line number Diff line number Diff line change 3030 - operator : " Exists"
3131 containers :
3232 - name : liveness-probe
33- image : registry.k8s.io/sig-storage/livenessprobe:v2.12.0
33+ image : registry.k8s.io/sig-storage/livenessprobe:v2.13.1
3434 args :
3535 - --csi-address=/csi/csi.sock
3636 - --probe-timeout=3s
5050 drop :
5151 - ALL
5252 - name : node-driver-registrar
53- image : registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.10.0
53+ image : registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.11.1
5454 args :
5555 - --v=2
5656 - --csi-address=/csi/csi.sock
Original file line number Diff line number Diff line change 5252 effect : " NoSchedule"
5353 containers :
5454 - name : snapshot-controller
55- image : registry.k8s.io/sig-storage/snapshot-controller:v6.3.3
55+ image : registry.k8s.io/sig-storage/snapshot-controller:v8.0.1
5656 args :
5757 - " --v=2"
5858 - " --leader-election=true"
Original file line number Diff line number Diff line change 3535 effect : " NoSchedule"
3636 containers :
3737 - name : csi-provisioner
38- image : registry.k8s.io/sig-storage/csi-provisioner:v4 .0.0
38+ image : registry.k8s.io/sig-storage/csi-provisioner:v5 .0.1
3939 args :
4040 - " -v=2"
4141 - " --csi-address=$(ADDRESS)"
6060 drop :
6161 - ALL
6262 - name : csi-snapshotter
63- image : registry.k8s.io/sig-storage/csi-snapshotter:v6.3.3
63+ image : registry.k8s.io/sig-storage/csi-snapshotter:v8.0.1
6464 args :
6565 - " --v=2"
6666 - " --csi-address=$(ADDRESS)"
8585 drop :
8686 - ALL
8787 - name : liveness-probe
88- image : registry.k8s.io/sig-storage/livenessprobe:v2.12.0
88+ image : registry.k8s.io/sig-storage/livenessprobe:v2.13.1
8989 args :
9090 - --csi-address=/csi/csi.sock
9191 - --probe-timeout=3s
Original file line number Diff line number Diff line change 3030 - operator : " Exists"
3131 containers :
3232 - name : liveness-probe
33- image : registry.k8s.io/sig-storage/livenessprobe:v2.12.0
33+ image : registry.k8s.io/sig-storage/livenessprobe:v2.13.1
3434 args :
3535 - --csi-address=/csi/csi.sock
3636 - --probe-timeout=3s
5050 drop :
5151 - ALL
5252 - name : node-driver-registrar
53- image : registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.10.0
53+ image : registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.11.1
5454 args :
5555 - --v=2
5656 - --csi-address=/csi/csi.sock
You can’t perform that action at this time.
0 commit comments