File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ The following table lists the configurable parameters of the latest SMB CSI Driv
5353| ` image.smb.repository ` | csi-driver-smb docker image | ` gcr.io/k8s-staging-sig-storage/smbplugin ` |
5454| ` image.smb.tag ` | csi-driver-smb docker image tag | ` canary ` |
5555| ` image.smb.pullPolicy ` | csi-driver-smb image pull policy | ` IfNotPresent ` |
56- | ` image.csiProvisioner.tag ` | csi-provisioner docker image tag | ` v5.3 .0` |
56+ | ` image.csiProvisioner.tag ` | csi-provisioner docker image tag | ` v6.0 .0` |
5757| ` image.csiProvisioner.pullPolicy ` | csi-provisioner image pull policy | ` IfNotPresent ` |
5858| ` image.livenessProbe.repository ` | liveness-probe docker image | ` /livenessprobe ` |
5959| ` image.livenessProbe.tag ` | liveness-probe docker image tag | ` v2.17.0 ` |
Original file line number Diff line number Diff line change 66 pullPolicy : IfNotPresent
77 csiProvisioner :
88 repository : /csi-provisioner
9- tag : v5.3 .0
9+ tag : v6.0 .0
1010 pullPolicy : IfNotPresent
1111 csiResizer :
1212 repository : registry.k8s.io/sig-storage/csi-resizer
13- tag : v1.14 .0
13+ tag : v2.0 .0
1414 pullPolicy : IfNotPresent
1515 livenessProbe :
1616 repository : /livenessprobe
Original file line number Diff line number Diff line change 3838 effect : " NoSchedule"
3939 containers :
4040 - name : csi-provisioner
41- image : registry.k8s.io/sig-storage/csi-provisioner:v5.3 .0
41+ image : registry.k8s.io/sig-storage/csi-provisioner:v6.0 .0
4242 args :
4343 - " -v=2"
4444 - " --csi-address=$(ADDRESS)"
6565 drop :
6666 - ALL
6767 - name : csi-resizer
68- image : registry.k8s.io/sig-storage/csi-resizer:v1.14 .0
68+ image : registry.k8s.io/sig-storage/csi-resizer:v2.0 .0
6969 args :
7070 - " -csi-address=$(ADDRESS)"
7171 - " -v=2"
You can’t perform that action at this time.
0 commit comments