From e7825c5b68820145bafebfb65c9c186c04612be8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 00:03:46 +0000 Subject: [PATCH] chore(deps): update registry.k8s.io/sig-storage/csi-provisioner docker tag to v5 --- 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..f7eef8a1c 100644 --- a/k8s/unwind/csi_snapshotter/stateful_set_list.cue +++ b/k8s/unwind/csi_snapshotter/stateful_set_list.cue @@ -28,7 +28,7 @@ import ( }] containers: [{ name: "csi-provisioner" - image: "registry.k8s.io/sig-storage/csi-provisioner:v3.4.0" + image: "registry.k8s.io/sig-storage/csi-provisioner:v5.1.0" args: [ "--v=5", "--csi-address=$(ADDRESS)",