From 29d1f7e8c5a62ad1679c5001568b4e3e3b6aa7fe Mon Sep 17 00:00:00 2001 From: feisar-bot <27022259+feisar-bot[bot]@users.noreply.github.com> Date: Thu, 26 May 2022 04:35:43 +0000 Subject: [PATCH] feat(container)!: Update dependency k8s.gcr.io/sig-storage/snapshot-controller to v6.0.1 --- cluster/core/rook-ceph/snapshot-controller/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/core/rook-ceph/snapshot-controller/deployment.yaml b/cluster/core/rook-ceph/snapshot-controller/deployment.yaml index 8a42f47a2..0ceb9937a 100644 --- a/cluster/core/rook-ceph/snapshot-controller/deployment.yaml +++ b/cluster/core/rook-ceph/snapshot-controller/deployment.yaml @@ -23,7 +23,7 @@ spec: serviceAccount: snapshot-controller containers: - name: snapshot-controller - image: k8s.gcr.io/sig-storage/snapshot-controller:v5.0.1 + image: k8s.gcr.io/sig-storage/snapshot-controller:v6.0.1 imagePullPolicy: IfNotPresent args: - "--v=5"