From 5b899d9303b652a112d9af879aade80ec96a8208 Mon Sep 17 00:00:00 2001 From: Humble Chirammal Date: Tue, 13 Feb 2024 01:53:50 +0530 Subject: [PATCH] make use of latest snapshot controller version v6.3.3 in the deployment 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 6ec16a0ebe2..2190dc1927d 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.1 + image: registry.k8s.io/sig-storage/snapshot-controller:v6.3.3 args: - "--v=5" - "--metrics-path=/metrics"