From c253346056420d64be7da325fbbfb8c9b9cddb44 Mon Sep 17 00:00:00 2001 From: Humble Chirammal Date: Sat, 25 May 2024 13:17:15 +0530 Subject: [PATCH] update snapshot controller to v8.0.0 Signed-off-by: Humble 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 2190dc1927d..8ed662ea24a 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:v6.3.3 + image: registry.k8s.io/sig-storage/snapshot-controller:v8.0.0 args: - "--v=5" - "--metrics-path=/metrics"