File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -45,10 +45,10 @@ The following table lists the configurable parameters of the latest SMB CSI Driv
4545| ` image.csiProvisioner.tag ` | csi-provisioner docker image tag | ` v3.1.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.5 .0 ` |
48+ | ` image.livenessProbe.tag ` | liveness-probe docker image tag | ` v2.6 .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.4 .0 ` |
51+ | ` image.nodeDriverRegistrar.tag ` | csi-node-driver-registrar docker image tag | ` v2.5 .0 ` |
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 @@ -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 2929 volumeMounts :
3030 - mountPath : C:\csi
3131 name : plugin-dir
32- image : registry.k8s.io/sig-storage/livenessprobe:v2.5 .0
32+ image : registry.k8s.io/sig-storage/livenessprobe:v2.6 .0
3333 args :
3434 - --csi-address=$(CSI_ENDPOINT)
3535 - --probe-timeout=3s
4545 cpu : 10m
4646 memory : 40Mi
4747 - name : node-driver-registrar
48- image : registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.4 .0
48+ image : registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.5 .0
4949 args :
5050 - --v=2
5151 - --csi-address=$(CSI_ENDPOINT)
Original file line number Diff line number Diff line change 2929 volumeMounts :
3030 - mountPath : /csi
3131 name : socket-dir
32- image : registry.k8s.io/sig-storage/livenessprobe:v2.5 .0
32+ image : registry.k8s.io/sig-storage/livenessprobe:v2.6 .0
3333 args :
3434 - --csi-address=/csi/csi.sock
3535 - --probe-timeout=3s
4242 cpu : 10m
4343 memory : 20Mi
4444 - name : node-driver-registrar
45- image : registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.4 .0
45+ image : registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.5 .0
4646 args :
4747 - --csi-address=$(ADDRESS)
4848 - --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)
You can’t perform that action at this time.
0 commit comments