Skip to content

Commit bd90e49

Browse files
authored
Merge pull request #975 from andyzhangx/csi-sidecar-upgrade
chore: upgrade csi sidecar image versions
2 parents 365c056 + 7b91ded commit bd90e49

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

charts/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ The following table lists the configurable parameters of the latest SMB CSI Driv
5454
| `image.csiProvisioner.tag` | csi-provisioner docker image tag | `v5.3.0` |
5555
| `image.csiProvisioner.pullPolicy` | csi-provisioner image pull policy | `IfNotPresent` |
5656
| `image.livenessProbe.repository` | liveness-probe docker image | `/livenessprobe` |
57-
| `image.livenessProbe.tag` | liveness-probe docker image tag | `v2.16.0` |
57+
| `image.livenessProbe.tag` | liveness-probe docker image tag | `v2.17.0` |
5858
| `image.livenessProbe.pullPolicy` | liveness-probe image pull policy | `IfNotPresent` |
5959
| `image.nodeDriverRegistrar.repository` | csi-node-driver-registrar docker image | `/csi-node-driver-registrar` |
60-
| `image.nodeDriverRegistrar.tag` | csi-node-driver-registrar docker image tag | `v2.14.0` |
60+
| `image.nodeDriverRegistrar.tag` | csi-node-driver-registrar docker image tag | `v2.15.0` |
6161
| `image.nodeDriverRegistrar.pullPolicy` | csi-node-driver-registrar image pull policy | `IfNotPresent` |
6262
| `imagePullSecrets` | Specify docker-registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) |
6363
| `serviceAccount.create` | whether create service account of csi-smb-controller | `true` |
-1 Bytes
Binary file not shown.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ image:
1414
pullPolicy: IfNotPresent
1515
livenessProbe:
1616
repository: /livenessprobe
17-
tag: v2.16.0
17+
tag: v2.17.0
1818
pullPolicy: IfNotPresent
1919
nodeDriverRegistrar:
2020
repository: /csi-node-driver-registrar
21-
tag: v2.14.0
21+
tag: v2.15.0
2222
pullPolicy: IfNotPresent
2323
csiproxy:
2424
repository: ghcr.io/kubernetes-sigs/sig-windows/csi-proxy

deploy/csi-smb-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ spec:
8989
drop:
9090
- ALL
9191
- name: liveness-probe
92-
image: registry.k8s.io/sig-storage/livenessprobe:v2.16.0
92+
image: registry.k8s.io/sig-storage/livenessprobe:v2.17.0
9393
args:
9494
- --csi-address=/csi/csi.sock
9595
- --probe-timeout=3s

deploy/csi-smb-node-windows-hostprocess.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ spec:
4242
- "New-Item -ItemType Directory -Path C:\\var\\lib\\kubelet\\plugins\\smb.csi.k8s.io\\ -Force"
4343
containers:
4444
- name: node-driver-registrar
45-
image: mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar:v2.14.0
45+
image: mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar:v2.15.0
4646
imagePullPolicy: IfNotPresent
4747
command:
4848
- "csi-node-driver-registrar.exe"

deploy/csi-smb-node-windows.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec:
3333
volumeMounts:
3434
- mountPath: C:\csi
3535
name: plugin-dir
36-
image: registry.k8s.io/sig-storage/livenessprobe:v2.15.0
36+
image: registry.k8s.io/sig-storage/livenessprobe:v2.16.0
3737
args:
3838
- --csi-address=$(CSI_ENDPOINT)
3939
- --probe-timeout=3s
@@ -53,7 +53,7 @@ spec:
5353
drop:
5454
- ALL
5555
- name: node-driver-registrar
56-
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.14.0
56+
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.15.0
5757
args:
5858
- --v=2
5959
- --csi-address=$(CSI_ENDPOINT)

deploy/csi-smb-node.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec:
3333
volumeMounts:
3434
- mountPath: /csi
3535
name: socket-dir
36-
image: registry.k8s.io/sig-storage/livenessprobe:v2.16.0
36+
image: registry.k8s.io/sig-storage/livenessprobe:v2.17.0
3737
args:
3838
- --csi-address=/csi/csi.sock
3939
- --probe-timeout=3s
@@ -50,7 +50,7 @@ spec:
5050
drop:
5151
- ALL
5252
- name: node-driver-registrar
53-
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.14.0
53+
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.15.0
5454
args:
5555
- --csi-address=$(ADDRESS)
5656
- --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)

0 commit comments

Comments
 (0)