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)",