Skip to content

Commit 354b59c

Browse files
authored
Merge pull request #2864 from kubernetes-sigs/upgrade-sidecar-images10-1.34
[release-1.34] chore: upgrade sidecar image versions
2 parents cd88f43 + 2303df3 commit 354b59c

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

charts/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ The following table lists the configurable parameters of the latest Azure File C
6161
| `image.azurefile.tag` | azurefile-csi-driver container image tag | `` |
6262
| `image.azurefile.pullPolicy` | azurefile-csi-driver image pull policy | `IfNotPresent` |
6363
| `image.csiProvisioner.repository` | csi-provisioner container image | `/oss/kubernetes-csi/csi-provisioner` |
64-
| `image.csiProvisioner.tag` | csi-provisioner container image tag | `v5.2.0` |
64+
| `image.csiProvisioner.tag` | csi-provisioner container image tag | `v6.0.0` |
6565
| `image.csiProvisioner.pullPolicy` | csi-provisioner image pull policy | `IfNotPresent` |
6666
| `image.csiResizer.repository` | csi-resizer container image | `/oss/kubernetes-csi/csi-resizer` |
67-
| `image.csiResizer.tag` | csi-resizer container image tag | `v1.13.2` |
67+
| `image.csiResizer.tag` | csi-resizer container image tag | `v2.0.0` |
6868
| `image.csiResizer.pullPolicy` | csi-resizer image pull policy | `IfNotPresent` |
6969
| `image.livenessProbe.repository` | liveness-probe container image | `/oss/kubernetes-csi/livenessprobe` |
7070
| `image.livenessProbe.tag` | liveness-probe container image tag | `v2.15.0` |
@@ -127,10 +127,10 @@ The following table lists the configurable parameters of the latest Azure File C
127127
| `node.logLevel` | node driver log level |`5` |
128128
| `snapshot.enabled` | whether enable snapshot feature | `false` |
129129
| `snapshot.image.csiSnapshotter.repository` | csi-snapshotter container image | `/oss/kubernetes-csi/csi-snapshotter` |
130-
| `snapshot.image.csiSnapshotter.tag` | csi-snapshotter container image tag | `v8.3.0` |
130+
| `snapshot.image.csiSnapshotter.tag` | csi-snapshotter container image tag | `v8.4.0` |
131131
| `snapshot.image.csiSnapshotter.pullPolicy` | csi-snapshotter image pull policy | `IfNotPresent` |
132132
| `snapshot.image.csiSnapshotController.repository` | snapshot-controller container image | `/oss/kubernetes-csi/snapshot-controller` |
133-
| `snapshot.image.csiSnapshotController.tag` | snapshot-controller container image tag | `v8.3.0` |
133+
| `snapshot.image.csiSnapshotController.tag` | snapshot-controller container image tag | `v8.4.0` |
134134
| `snapshot.image.csiSnapshotController.pullPolicy` | snapshot-controller image pull policy | `IfNotPresent` |
135135
| `snapshot.snapshotController.name` | snapshot controller name | `csi-snapshot-controller` |
136136
| `snapshot.snapshotController.replicas` | the replicas of snapshot-controller | `2` |
0 Bytes
Binary file not shown.

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ image:
66
pullPolicy: IfNotPresent
77
csiProvisioner:
88
repository: /oss/v2/kubernetes-csi/csi-provisioner
9-
tag: v5.3.0
9+
tag: v6.0.0
1010
pullPolicy: IfNotPresent
1111
csiResizer:
1212
repository: /oss/v2/kubernetes-csi/csi-resizer
13-
tag: v1.14.0
13+
tag: v2.0.0
1414
pullPolicy: IfNotPresent
1515
livenessProbe:
1616
repository: /oss/v2/kubernetes-csi/livenessprobe
@@ -142,11 +142,11 @@ snapshot:
142142
image:
143143
csiSnapshotter:
144144
repository: /oss/v2/kubernetes-csi/csi-snapshotter
145-
tag: v8.3.0
145+
tag: v8.4.0
146146
pullPolicy: IfNotPresent
147147
csiSnapshotController:
148148
repository: /oss/v2/kubernetes-csi/snapshot-controller
149-
tag: v8.3.0
149+
tag: v8.4.0
150150
pullPolicy: IfNotPresent
151151
snapshotController:
152152
name: csi-snapshot-controller

deploy/csi-azurefile-controller.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
effect: "NoSchedule"
3838
containers:
3939
- name: csi-provisioner
40-
image: mcr.microsoft.com/oss/v2/kubernetes-csi/csi-provisioner:v5.3.0
40+
image: mcr.microsoft.com/oss/v2/kubernetes-csi/csi-provisioner:v6.0.0
4141
args:
4242
- "-v=2"
4343
- "--csi-address=$(ADDRESS)"
@@ -66,7 +66,7 @@ spec:
6666
drop:
6767
- ALL
6868
- name: csi-snapshotter
69-
image: mcr.microsoft.com/oss/v2/kubernetes-csi/csi-snapshotter:v8.3.0
69+
image: mcr.microsoft.com/oss/v2/kubernetes-csi/csi-snapshotter:v8.4.0
7070
args:
7171
- "-v=2"
7272
- "-csi-address=$(ADDRESS)"
@@ -90,7 +90,7 @@ spec:
9090
drop:
9191
- ALL
9292
- name: csi-resizer
93-
image: mcr.microsoft.com/oss/v2/kubernetes-csi/csi-resizer:v1.14.0
93+
image: mcr.microsoft.com/oss/v2/kubernetes-csi/csi-resizer:v2.0.0
9494
args:
9595
- "-csi-address=$(ADDRESS)"
9696
- "-v=2"

deploy/csi-snapshot-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ spec:
4545
effect: "NoSchedule"
4646
containers:
4747
- name: csi-snapshot-controller
48-
image: mcr.microsoft.com/oss/v2/kubernetes-csi/snapshot-controller:v8.3.0
48+
image: mcr.microsoft.com/oss/v2/kubernetes-csi/snapshot-controller:v8.4.0
4949
args:
5050
- "--v=2"
5151
- "--leader-election=true"

0 commit comments

Comments
 (0)