Skip to content

Commit 257194a

Browse files
authored
Merge pull request #2650 from kubernetes-sigs/upgrade-snapshot-image
chore: upgrade snapshot image version to v8.3.0
2 parents 60ebedd + 6c0dc3c commit 257194a

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
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.1` |
130+
| `snapshot.image.csiSnapshotter.tag` | csi-snapshotter container image tag | `v8.3.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.2.1` |
133+
| `snapshot.image.csiSnapshotController.tag` | snapshot-controller container image tag | `v8.3.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` |
-1 Bytes
Binary file not shown.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,12 +133,12 @@ snapshot:
133133
enabled: false
134134
image:
135135
csiSnapshotter:
136-
repository: /oss/v2/kubernetes-csi/csi-snapshotter
137-
tag: v8.2.1
136+
repository: /oss/kubernetes-csi/csi-snapshotter
137+
tag: v8.3.0
138138
pullPolicy: IfNotPresent
139139
csiSnapshotController:
140140
repository: /oss/kubernetes-csi/snapshot-controller
141-
tag: v8.2.1
141+
tag: v8.3.0
142142
pullPolicy: IfNotPresent
143143
snapshotController:
144144
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/v2/kubernetes-csi/csi-snapshotter:v8.2.1
69+
image: mcr.microsoft.com/oss/kubernetes-csi/csi-snapshotter:v8.3.0
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.1
48+
image: mcr.microsoft.com/oss/kubernetes-csi/snapshot-controller:v8.3.0
4949
args:
5050
- "--v=2"
5151
- "--leader-election=true"

0 commit comments

Comments
 (0)