Skip to content

Commit e7ee376

Browse files
committed
Update sidecar containers images
Update provisioner, attacher and resizer sidecar cointainers images to latest available version.
1 parent c78ff81 commit e7ee376

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deploy/csi-moosefs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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)"

0 commit comments

Comments
 (0)