File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
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.1 ` |
130
+ | ` snapshot.image.csiSnapshotter.tag ` | csi-snapshotter container image tag | ` v8.3.0 ` |
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.1 ` |
133
+ | ` snapshot.image.csiSnapshotController.tag ` | snapshot-controller container image tag | ` v8.3.0 ` |
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 @@ -133,12 +133,12 @@ snapshot:
133
133
enabled : false
134
134
image :
135
135
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
138
138
pullPolicy : IfNotPresent
139
139
csiSnapshotController :
140
140
repository : /oss/kubernetes-csi/snapshot-controller
141
- tag : v8.2.1
141
+ tag : v8.3.0
142
142
pullPolicy : IfNotPresent
143
143
snapshotController :
144
144
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/v2/ kubernetes-csi/csi-snapshotter:v8.2.1
69
+ image : mcr.microsoft.com/oss/kubernetes-csi/csi-snapshotter:v8.3.0
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.1
48
+ image : mcr.microsoft.com/oss/kubernetes-csi/snapshot-controller:v8.3.0
49
49
args :
50
50
- " --v=2"
51
51
- " --leader-election=true"
You can’t perform that action at this time.
0 commit comments