From 4531b9ec51b242585f21506dfd3ccda5f0b60d59 Mon Sep 17 00:00:00 2001 From: Humble Devassy Chirammal Date: Fri, 27 Feb 2026 11:21:10 +0530 Subject: [PATCH] csi: update CSI sidecar images in cluster/addons Update snapshot-controller from v8.1.0 to v8.5.0 in the volumesnapshots cluster addon deployment. https://github.com/kubernetes-csi/external-snapshotter/blob/v8.5.0/CHANGELOG/CHANGELOG-8.5.md Signed-off-by: Humble Devassy Chirammal --- .../volume-snapshot-controller-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/addons/volumesnapshots/volume-snapshot-controller/volume-snapshot-controller-deployment.yaml b/cluster/addons/volumesnapshots/volume-snapshot-controller/volume-snapshot-controller-deployment.yaml index a0498468f0b..db8c11cd7c5 100644 --- a/cluster/addons/volumesnapshots/volume-snapshot-controller/volume-snapshot-controller-deployment.yaml +++ b/cluster/addons/volumesnapshots/volume-snapshot-controller/volume-snapshot-controller-deployment.yaml @@ -22,7 +22,7 @@ spec: serviceAccount: volume-snapshot-controller containers: - name: volume-snapshot-controller - image: registry.k8s.io/sig-storage/snapshot-controller:v8.1.0 + image: registry.k8s.io/sig-storage/snapshot-controller:v8.5.0 args: - "--v=5" - "--metrics-path=/metrics"