File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ spec:
183183 containers :
184184 # provisioner
185185 - name : csi-provisioner
186- image : quay. io/k8scsi /csi-provisioner:v2.1 .0
186+ image : registry.k8s. io/sig-storage /csi-provisioner:v5.2 .0
187187 args :
188188 - " --csi-address=$(ADDRESS)"
189189 - " --v=5"
@@ -196,7 +196,7 @@ spec:
196196 mountPath : /var/lib/csi/sockets/pluginproxy/
197197 # attacher
198198 - name : csi-attacher
199- image : quay. io/k8scsi /csi-attacher:v3.1 .0
199+ image : registry.k8s. io/sig-storage /csi-attacher:v4.8 .0
200200 args :
201201 - " --v=5"
202202 - " --csi-address=$(ADDRESS)"
@@ -209,7 +209,7 @@ spec:
209209 mountPath : /var/lib/csi/sockets/pluginproxy/
210210 # resizer
211211 - name : csi-resizer
212- image : quay. io/k8scsi /csi-resizer:v0.5.0
212+ image : registry.k8s. io/sig-storage /csi-resizer:v2.0.0
213213 args :
214214 - " --v=5"
215215 - " --csi-address=$(ADDRESS)"
You can’t perform that action at this time.
0 commit comments