File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -127,10 +127,10 @@ The following table lists the configurable parameters of the latest Azure File C
127
127
| ` node.logLevel ` | node driver log level | ` 5 ` |
128
128
| ` snapshot.enabled ` | whether enable snapshot feature | ` false ` |
129
129
| ` 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 ` |
131
131
| ` snapshot.image.csiSnapshotter.pullPolicy ` | csi-snapshotter image pull policy | ` IfNotPresent ` |
132
132
| ` 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 ` |
134
134
| ` snapshot.image.csiSnapshotController.pullPolicy ` | snapshot-controller image pull policy | ` IfNotPresent ` |
135
135
| ` snapshot.snapshotController.name ` | snapshot controller name | ` csi-snapshot-controller ` |
136
136
| ` snapshot.snapshotController.replicas ` | the replicas of snapshot-controller | ` 2 ` |
Original file line number Diff line number Diff line change @@ -130,11 +130,11 @@ snapshot:
130
130
image :
131
131
csiSnapshotter :
132
132
repository : /oss/kubernetes-csi/csi-snapshotter
133
- tag : v8.2.0
133
+ tag : v8.2.1
134
134
pullPolicy : IfNotPresent
135
135
csiSnapshotController :
136
136
repository : /oss/kubernetes-csi/snapshot-controller
137
- tag : v8.2.0
137
+ tag : v8.2.1
138
138
pullPolicy : IfNotPresent
139
139
snapshotController :
140
140
name : csi-snapshot-controller
Original file line number Diff line number Diff line change 66
66
drop :
67
67
- ALL
68
68
- 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
70
70
args :
71
71
- " -v=2"
72
72
- " -csi-address=$(ADDRESS)"
Original file line number Diff line number Diff line change 45
45
effect : " NoSchedule"
46
46
containers :
47
47
- 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
49
49
args :
50
50
- " --v=2"
51
51
- " --leader-election=true"
You can’t perform that action at this time.
0 commit comments