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 @@ -48,10 +48,10 @@ The following table lists the configurable parameters of the latest NFS CSI Driv
4848| ` image.csiProvisioner.tag ` | csi-provisioner docker image tag | ` v3.1.0 ` |
4949| ` image.csiProvisioner.pullPolicy ` | csi-provisioner image pull policy | ` IfNotPresent ` |
5050| ` image.livenessProbe.repository ` | liveness-probe docker image | ` registry.k8s.io/sig-storage/livenessprobe ` |
51- | ` image.livenessProbe.tag ` | liveness-probe docker image tag | ` v2.5 .0 ` |
51+ | ` image.livenessProbe.tag ` | liveness-probe docker image tag | ` v2.6 .0 ` |
5252| ` image.livenessProbe.pullPolicy ` | liveness-probe image pull policy | ` IfNotPresent ` |
5353| ` image.nodeDriverRegistrar.repository ` | csi-node-driver-registrar docker image | ` registry.k8s.io/sig-storage/csi-node-driver-registrar ` |
54- | ` image.nodeDriverRegistrar.tag ` | csi-node-driver-registrar docker image tag | ` v2.4 .0 ` |
54+ | ` image.nodeDriverRegistrar.tag ` | csi-node-driver-registrar docker image tag | ` v2.5 .0 ` |
5555| ` image.nodeDriverRegistrar.pullPolicy ` | csi-node-driver-registrar image pull policy | ` IfNotPresent ` |
5656| ` imagePullSecrets ` | Specify docker-registry secret names as an array | [ ] (does not add image pull secrets to deployed pods) |
5757| ` serviceAccount.create ` | whether create service account of csi-nfs-controller | ` true ` |
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ image:
1010 pullPolicy : IfNotPresent
1111 livenessProbe :
1212 repository : registry.k8s.io/sig-storage/livenessprobe
13- tag : v2.5 .0
13+ tag : v2.6 .0
1414 pullPolicy : IfNotPresent
1515 nodeDriverRegistrar :
1616 repository : registry.k8s.io/sig-storage/csi-node-driver-registrar
17- tag : v2.4 .0
17+ tag : v2.5 .0
1818 pullPolicy : IfNotPresent
1919
2020serviceAccount :
Original file line number Diff line number Diff line change 5151 cpu : 10m
5252 memory : 20Mi
5353 - name : liveness-probe
54- image : registry.k8s.io/sig-storage/livenessprobe:v2.5 .0
54+ image : registry.k8s.io/sig-storage/livenessprobe:v2.6 .0
5555 args :
5656 - --csi-address=/csi/csi.sock
5757 - --probe-timeout=3s
Original file line number Diff line number Diff line change 2525 - operator : " Exists"
2626 containers :
2727 - name : liveness-probe
28- image : registry.k8s.io/sig-storage/livenessprobe:v2.5 .0
28+ image : registry.k8s.io/sig-storage/livenessprobe:v2.6 .0
2929 args :
3030 - --csi-address=/csi/csi.sock
3131 - --probe-timeout=3s
4141 cpu : 10m
4242 memory : 20Mi
4343 - name : node-driver-registrar
44- image : registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.4 .0
44+ image : registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.5 .0
4545 args :
4646 - --v=2
4747 - --csi-address=/csi/csi.sock
You can’t perform that action at this time.
0 commit comments