From e9d4b570a879de1bb8c3fdec1d416dfc808c9779 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 19:18:10 +0000 Subject: [PATCH] chore(deps): update registry.k8s.io/sig-storage/hostpathplugin docker tag to v1.12.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..03e1738b8 100644 --- a/k8s/unwind/csi_snapshotter/stateful_set_list.cue +++ b/k8s/unwind/csi_snapshotter/stateful_set_list.cue @@ -61,7 +61,7 @@ import ( }] }, { name: "hostpath" - image: "registry.k8s.io/sig-storage/hostpathplugin:v1.11.0" + image: "registry.k8s.io/sig-storage/hostpathplugin:v1.12.0" args: [ "--v=5", "--endpoint=$(CSI_ENDPOINT)",