File tree 6 files changed +12
-12
lines changed
6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -52,13 +52,13 @@ The following table lists the configurable parameters of the latest SMB CSI Driv
52
52
| ` image.smb.repository ` | csi-driver-smb docker image | ` gcr.io/k8s-staging-sig-storage/smbplugin ` |
53
53
| ` image.smb.tag ` | csi-driver-smb docker image tag | ` canary ` |
54
54
| ` image.smb.pullPolicy ` | csi-driver-smb image pull policy | ` IfNotPresent ` |
55
- | ` image.csiProvisioner.tag ` | csi-provisioner docker image tag | ` v5.0.2 ` |
55
+ | ` image.csiProvisioner.tag ` | csi-provisioner docker image tag | ` v5.1.0 ` |
56
56
| ` image.csiProvisioner.pullPolicy ` | csi-provisioner image pull policy | ` IfNotPresent ` |
57
57
| ` image.livenessProbe.repository ` | liveness-probe docker image | ` /livenessprobe ` |
58
- | ` image.livenessProbe.tag ` | liveness-probe docker image tag | ` v2.13.1 ` |
58
+ | ` image.livenessProbe.tag ` | liveness-probe docker image tag | ` v2.14.0 ` |
59
59
| ` image.livenessProbe.pullPolicy ` | liveness-probe image pull policy | ` IfNotPresent ` |
60
60
| ` image.nodeDriverRegistrar.repository ` | csi-node-driver-registrar docker image | ` /csi-node-driver-registrar ` |
61
- | ` image.nodeDriverRegistrar.tag ` | csi-node-driver-registrar docker image tag | ` v2.11.1 ` |
61
+ | ` image.nodeDriverRegistrar.tag ` | csi-node-driver-registrar docker image tag | ` v2.12.0 ` |
62
62
| ` image.nodeDriverRegistrar.pullPolicy ` | csi-node-driver-registrar image pull policy | ` IfNotPresent ` |
63
63
| ` imagePullSecrets ` | Specify docker-registry secret names as an array | ` [] ` (does not add image pull secrets to deployed pods) |
64
64
| ` serviceAccount.create ` | whether create service account of csi-smb-controller | ` true ` |
Original file line number Diff line number Diff line change 6
6
pullPolicy : IfNotPresent
7
7
csiProvisioner :
8
8
repository : /csi-provisioner
9
- tag : v5.0.2
9
+ tag : v5.1.0
10
10
pullPolicy : IfNotPresent
11
11
livenessProbe :
12
12
repository : /livenessprobe
13
- tag : v2.13.1
13
+ tag : v2.14.0
14
14
pullPolicy : IfNotPresent
15
15
nodeDriverRegistrar :
16
16
repository : /csi-node-driver-registrar
17
- tag : v2.11.1
17
+ tag : v2.12.0
18
18
pullPolicy : IfNotPresent
19
19
csiproxy :
20
20
repository : ghcr.io/kubernetes-sigs/sig-windows/csi-proxy
Original file line number Diff line number Diff line change 35
35
effect : " NoSchedule"
36
36
containers :
37
37
- name : csi-provisioner
38
- image : registry.k8s.io/sig-storage/csi-provisioner:v5.0.2
38
+ image : registry.k8s.io/sig-storage/csi-provisioner:v5.1.0
39
39
args :
40
40
- " -v=2"
41
41
- " --csi-address=$(ADDRESS)"
61
61
drop :
62
62
- ALL
63
63
- name : liveness-probe
64
- image : registry.k8s.io/sig-storage/livenessprobe:v2.13.1
64
+ image : registry.k8s.io/sig-storage/livenessprobe:v2.14.0
65
65
args :
66
66
- --csi-address=/csi/csi.sock
67
67
- --probe-timeout=3s
Original file line number Diff line number Diff line change 33
33
volumeMounts :
34
34
- mountPath : C:\csi
35
35
name : plugin-dir
36
- image : registry.k8s.io/sig-storage/livenessprobe:v2.13.1
36
+ image : registry.k8s.io/sig-storage/livenessprobe:v2.14.0
37
37
args :
38
38
- --csi-address=$(CSI_ENDPOINT)
39
39
- --probe-timeout=3s
53
53
drop :
54
54
- ALL
55
55
- name : node-driver-registrar
56
- image : registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.11.1
56
+ image : registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.12.0
57
57
args :
58
58
- --v=2
59
59
- --csi-address=$(CSI_ENDPOINT)
Original file line number Diff line number Diff line change 33
33
volumeMounts :
34
34
- mountPath : /csi
35
35
name : socket-dir
36
- image : registry.k8s.io/sig-storage/livenessprobe:v2.13.1
36
+ image : registry.k8s.io/sig-storage/livenessprobe:v2.14.0
37
37
args :
38
38
- --csi-address=/csi/csi.sock
39
39
- --probe-timeout=3s
50
50
drop :
51
51
- ALL
52
52
- name : node-driver-registrar
53
- image : registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.11.1
53
+ image : registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.12.0
54
54
args :
55
55
- --csi-address=$(ADDRESS)
56
56
- --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)
You can’t perform that action at this time.
0 commit comments