We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4477b01 commit f43f250Copy full SHA for f43f250
2 files changed
kubenix/daemonset.nix
@@ -164,7 +164,7 @@ in
164
};
165
166
livenessprobe = {
167
- image = "registry.k8s.io/sig-storage/livenessprobe:v2.17.0";
+ image = "registry.k8s.io/sig-storage/livenessprobe:v2.18.0";
168
args = [ "--csi-address=/csi/csi.sock" ];
169
volumeMounts = lib.mkNamedList {
170
csi-socket.mountPath = "/csi";
metadata/next.md
@@ -5,3 +5,4 @@
5
* Uniform resource labeling
6
# Updates
7
* Update node-driver-registrar 2.15 -> 2.16
8
+* Update livenessprobe 2.17 -> 2.18
0 commit comments