Skip to content

Commit e18d737

Browse files
authored
Merge pull request #504 from andyzhangx/upgrade-sidecar-images
chore: upgrade sidecar image versions
2 parents 7647407 + 9bf7797 commit e18d737

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

charts/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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` |
1 Byte
Binary file not shown.

charts/latest/csi-driver-smb/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ image:
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

2020
serviceAccount:

deploy/csi-smb-controller.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
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)"
@@ -52,7 +52,7 @@ spec:
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

deploy/csi-smb-node-windows.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
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
@@ -46,7 +46,7 @@ spec:
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)

deploy/csi-smb-node.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
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
@@ -43,7 +43,7 @@ spec:
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)

0 commit comments

Comments
 (0)