feat(kured): add sentinel command

This commit is contained in:
Khue Doan 2022-02-23 00:38:44 +07:00
parent e3d5943c1a
commit 3ad371d475
2 changed files with 4 additions and 1 deletions

View File

@ -3,5 +3,5 @@ name: kured
version: 0.0.0
dependencies:
- name: kured
version: 2.10.0
version: 2.11.2
repository: https://weaveworks.github.io/kured

View File

@ -0,0 +1,3 @@
kured:
configuration:
rebootSentinelCommand: "needs-restarting --reboothint && exit 1 || exit 0"