From 371dfefd1b19354c0ac9fb0ef38610961cbd3463 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 01:54:53 +0000 Subject: [PATCH] chore(deps): update registry.k8s.io/sig-storage/snapshot-controller docker tag to v6.3.4 --- k8s/amour/snapshot_controller/deployment_list.cue | 2 +- k8s/unwind/snapshot_controller/deployment_list.cue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/amour/snapshot_controller/deployment_list.cue b/k8s/amour/snapshot_controller/deployment_list.cue index edc99618d..eaa65ead7 100644 --- a/k8s/amour/snapshot_controller/deployment_list.cue +++ b/k8s/amour/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.3.4" args: [ "--v=5", "--leader-election=true", diff --git a/k8s/unwind/snapshot_controller/deployment_list.cue b/k8s/unwind/snapshot_controller/deployment_list.cue index edc99618d..eaa65ead7 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.3.4" args: [ "--v=5", "--leader-election=true",