Skip to content

Commit

Permalink
update docs for rebootSentinelCommand (#78)
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Francis <[email protected]>
  • Loading branch information
jackfrancis authored Mar 9, 2024
1 parent fe93b08 commit f4ee8de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/kured/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "1.15.0"
description: A Helm chart for kured
name: kured
version: 5.4.3
version: 5.4.4
home: https://github.com/kubereboot/kured
maintainers:
- name: chopf
Expand Down
2 changes: 1 addition & 1 deletion charts/kured/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ The following changes have been made compared to the stable chart:
| `configuration.prometheusUrl` | cli-parameter `--prometheus-url` | `""` |
| `configuration.rebootDays` | Array of days for multiple cli-parameters `--reboot-days` | `[]` |
| `configuration.rebootSentinel` | cli-parameter `--reboot-sentinel` | `""` |
| `configuration.rebootSentinelCommand` | cli-parameter `--reboot-sentinel-command` | `""` |
| `configuration.rebootSentinelCommand` | Configure your own reboot command to run on the node host OS. Requires `configuration.useRebootSentinelHostPath` to be set to false. `--reboot-sentinel-command` | `""` |
| `configuration.rebootCommand` | cli-parameter `--reboot-command` | `""` |
| `configuration.rebootDelay` | cli-parameter `--reboot-delay` | `""` |
| `configuration.rebootMethod` | cli-parameter `--reboot-method` | `""` |
Expand Down

0 comments on commit f4ee8de

Please sign in to comment.