From 5d917bdaafc5bfbcdb9a88d4f190578870c38ff5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 May 2023 08:17:16 +0000 Subject: [PATCH] chore(deps): update registry.k8s.io/sig-storage/snapshot-controller docker tag to v6.2.2 --- k8s/unwind/snapshot_controller/deployment_list.cue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/unwind/snapshot_controller/deployment_list.cue b/k8s/unwind/snapshot_controller/deployment_list.cue index edc99618d..c27b56714 100644 --- a/k8s/unwind/snapshot_controller/deployment_list.cue +++ b/k8s/unwind/snapshot_controller/deployment_list.cue @@ -28,7 +28,7 @@ import ( spec: { containers: [{ name: "snapshot-controller" - image: "registry.k8s.io/sig-storage/snapshot-controller:v6.2.1" + image: "registry.k8s.io/sig-storage/snapshot-controller:v6.2.2" args: [ "--v=5", "--leader-election=true",