From 95f2c859a3918413ea7a187e9841d931587fe140 Mon Sep 17 00:00:00 2001 From: Humble Chirammal Date: Sat, 21 Oct 2023 20:01:46 +0530 Subject: [PATCH] snapshot controller version bump to latest 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 89e59dc905a..6ec16a0ebe2 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.1.0 + image: registry.k8s.io/sig-storage/snapshot-controller:v6.3.1 args: - "--v=5" - "--metrics-path=/metrics"