Skip to content

Commit f43f250

Browse files
committed
update livenessprobe
1 parent 4477b01 commit f43f250

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

kubenix/daemonset.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ in
164164
};
165165
};
166166
livenessprobe = {
167-
image = "registry.k8s.io/sig-storage/livenessprobe:v2.17.0";
167+
image = "registry.k8s.io/sig-storage/livenessprobe:v2.18.0";
168168
args = [ "--csi-address=/csi/csi.sock" ];
169169
volumeMounts = lib.mkNamedList {
170170
csi-socket.mountPath = "/csi";

metadata/next.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
* Uniform resource labeling
66
# Updates
77
* Update node-driver-registrar 2.15 -> 2.16
8+
* Update livenessprobe 2.17 -> 2.18

0 commit comments

Comments
 (0)