From 86a5ebaf55f974eba73d642f6bf5e6996b3a3134 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 21:11:44 +0000 Subject: [PATCH] chore(deps): update registry.k8s.io/sig-storage/csi-snapshotter docker tag to v8 --- k8s/unwind/csi_snapshotter/stateful_set_list.cue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/unwind/csi_snapshotter/stateful_set_list.cue b/k8s/unwind/csi_snapshotter/stateful_set_list.cue index 7e1248450..f609ae9f6 100644 --- a/k8s/unwind/csi_snapshotter/stateful_set_list.cue +++ b/k8s/unwind/csi_snapshotter/stateful_set_list.cue @@ -44,7 +44,7 @@ import ( }] }, { name: "csi-snapshotter" - image: "registry.k8s.io/sig-storage/csi-snapshotter:v6.2.1" + image: "registry.k8s.io/sig-storage/csi-snapshotter:v8.0.0" args: [ "--v=5", "--csi-address=$(ADDRESS)",