From f0b01546875098898af999b7098e5c9cbe9f2fce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 22:25:18 +0000 Subject: [PATCH] chore(deps): update registry.k8s.io/sig-storage/csi-snapshotter docker tag to v6.3.0 --- 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..7a55e8379 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:v6.3.0" args: [ "--v=5", "--csi-address=$(ADDRESS)",