Skip to content

Commit c11f3cf

Browse files
authored
Merge pull request #2541 from kubernetes-sigs/upgrade-snapshot-v8.2.1-1.32
[release-1.32] chore: upgrade snapshot sidecar image to v8.2.1
2 parents 5c8e3ca + 89f4840 commit c11f3cf

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

charts/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.2.0` |
130+
| `snapshot.image.csiSnapshotter.tag` | csi-snapshotter container image tag | `v8.2.1` |
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.2.0` |
133+
| `snapshot.image.csiSnapshotController.tag` | snapshot-controller container image tag | `v8.2.1` |
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` |
1 Byte
Binary file not shown.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,11 @@ snapshot:
130130
image:
131131
csiSnapshotter:
132132
repository: /oss/kubernetes-csi/csi-snapshotter
133-
tag: v8.2.0
133+
tag: v8.2.1
134134
pullPolicy: IfNotPresent
135135
csiSnapshotController:
136136
repository: /oss/kubernetes-csi/snapshot-controller
137-
tag: v8.2.0
137+
tag: v8.2.1
138138
pullPolicy: IfNotPresent
139139
snapshotController:
140140
name: csi-snapshot-controller

deploy/csi-azurefile-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ spec:
6666
drop:
6767
- ALL
6868
- name: csi-snapshotter
69-
image: mcr.microsoft.com/oss/kubernetes-csi/csi-snapshotter:v8.2.0
69+
image: mcr.microsoft.com/oss/kubernetes-csi/csi-snapshotter:v8.2.1
7070
args:
7171
- "-v=2"
7272
- "-csi-address=$(ADDRESS)"

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/kubernetes-csi/snapshot-controller:v8.2.0
48+
image: mcr.microsoft.com/oss/kubernetes-csi/snapshot-controller:v8.2.1
4949
args:
5050
- "--v=2"
5151
- "--leader-election=true"

0 commit comments

Comments
 (0)