From 5a3632df55e95fcffb99a83b7ee0167419642230 Mon Sep 17 00:00:00 2001 From: Saikat Roychowdhury Date: Thu, 8 Oct 2020 18:45:25 +0000 Subject: [PATCH] Upgrade snapshot controller to 3.0.0 --- .../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 0af4eb1cb46..c8423d08351 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,6 +22,6 @@ spec: serviceAccount: volume-snapshot-controller containers: - name: volume-snapshot-controller - image: k8s.gcr.io/sig-storage/snapshot-controller:v2.1.1 + image: k8s.gcr.io/sig-storage/snapshot-controller:v3.0.0 args: - "--v=5"