From cbfd9f78249107de6663869b4f139b80a55a7339 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 18:54:12 +0000 Subject: [PATCH] chore(deps): update registry.k8s.io/sig-storage/csi-provisioner docker tag to v3.6.4 --- 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..0bf7f6d59 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:v3.6.4" args: [ "--v=5", "--csi-address=$(ADDRESS)",