File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed
Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -42,13 +42,13 @@ The following table lists the configurable parameters of the latest SMB CSI Driv
4242| ` image.smb.tag ` | csi-driver-smb docker image tag | ` canary ` |
4343| ` image.smb.pullPolicy ` | csi-driver-smb image pull policy | ` IfNotPresent ` |
4444| ` image.csiProvisioner.repository ` | csi-provisioner docker image | ` registry.k8s.io/sig-storage/csi-provisioner ` |
45- | ` image.csiProvisioner.tag ` | csi-provisioner docker image tag | ` v3.1 .0 ` |
45+ | ` image.csiProvisioner.tag ` | csi-provisioner docker image tag | ` v3.2 .0 ` |
4646| ` image.csiProvisioner.pullPolicy ` | csi-provisioner image pull policy | ` IfNotPresent ` |
4747| ` image.livenessProbe.repository ` | liveness-probe docker image | ` registry.k8s.io/sig-storage/livenessprobe ` |
48- | ` image.livenessProbe.tag ` | liveness-probe docker image tag | ` v2.6 .0 ` |
48+ | ` image.livenessProbe.tag ` | liveness-probe docker image tag | ` v2.7 .0 ` |
4949| ` image.livenessProbe.pullPolicy ` | liveness-probe image pull policy | ` IfNotPresent ` |
5050| ` image.nodeDriverRegistrar.repository ` | csi-node-driver-registrar docker image | ` registry.k8s.io/sig-storage/csi-node-driver-registrar ` |
51- | ` image.nodeDriverRegistrar.tag ` | csi-node-driver-registrar docker image tag | ` v2.5.0 ` |
51+ | ` image.nodeDriverRegistrar.tag ` | csi-node-driver-registrar docker image tag | ` v2.5.1 ` |
5252| ` image.nodeDriverRegistrar.pullPolicy ` | csi-node-driver-registrar image pull policy | ` IfNotPresent ` |
5353| ` imagePullSecrets ` | Specify docker-registry secret names as an array | ` [] ` (does not add image pull secrets to deployed pods) |
5454| ` serviceAccount.create ` | whether create service account of csi-smb-controller | ` true ` |
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.1 .0
9+ tag : v3.2 .0
1010 pullPolicy : IfNotPresent
1111 livenessProbe :
1212 repository : registry.k8s.io/sig-storage/livenessprobe
13- tag : v2.6 .0
13+ tag : v2.7 .0
1414 pullPolicy : IfNotPresent
1515 nodeDriverRegistrar :
1616 repository : registry.k8s.io/sig-storage/csi-node-driver-registrar
17- tag : v2.5.0
17+ tag : v2.5.1
1818 pullPolicy : IfNotPresent
1919
2020serviceAccount :
Original file line number Diff line number Diff line change 3131 effect : " NoSchedule"
3232 containers :
3333 - name : csi-provisioner
34- image : registry.k8s.io/sig-storage/csi-provisioner:v3.1 .0
34+ image : registry.k8s.io/sig-storage/csi-provisioner:v3.2 .0
3535 args :
3636 - " -v=2"
3737 - " --csi-address=$(ADDRESS)"
5252 cpu : 10m
5353 memory : 20Mi
5454 - name : liveness-probe
55- image : registry.k8s.io/sig-storage/livenessprobe:v2.6 .0
55+ image : registry.k8s.io/sig-storage/livenessprobe:v2.7 .0
5656 args :
5757 - --csi-address=/csi/csi.sock
5858 - --probe-timeout=3s
Original file line number Diff line number Diff line change 3030 volumeMounts :
3131 - mountPath : C:\csi
3232 name : plugin-dir
33- image : registry.k8s.io/sig-storage/livenessprobe:v2.6 .0
33+ image : registry.k8s.io/sig-storage/livenessprobe:v2.7 .0
3434 args :
3535 - --csi-address=$(CSI_ENDPOINT)
3636 - --probe-timeout=3s
4646 cpu : 10m
4747 memory : 40Mi
4848 - name : node-driver-registrar
49- image : registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.5.0
49+ image : registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.5.1
5050 args :
5151 - --v=2
5252 - --csi-address=$(CSI_ENDPOINT)
Original file line number Diff line number Diff line change 3030 volumeMounts :
3131 - mountPath : /csi
3232 name : socket-dir
33- image : registry.k8s.io/sig-storage/livenessprobe:v2.6 .0
33+ image : registry.k8s.io/sig-storage/livenessprobe:v2.7 .0
3434 args :
3535 - --csi-address=/csi/csi.sock
3636 - --probe-timeout=3s
4343 cpu : 10m
4444 memory : 20Mi
4545 - name : node-driver-registrar
46- image : registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.5.0
46+ image : registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.5.1
4747 args :
4848 - --csi-address=$(ADDRESS)
4949 - --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)
You can’t perform that action at this time.
0 commit comments