mirror of
https://github.com/kubereboot/kured.git
synced 2026-08-28 05:47:23 +00:00
Change default updateStrategy to RollingUpdate (#420)
Incrementally update Pods by default when changing the DaemonSet spec. Fixes #413 Co-authored-by: David Hoeld <david.hoeld@fujitsu.com>
This commit is contained in:
co-authored by
David Hoeld
parent
54c0e4e25f
commit
6c9ee57dc1
@@ -2,7 +2,7 @@ apiVersion: v1
|
||||
appVersion: "1.7.0"
|
||||
description: A Helm chart for kured
|
||||
name: kured
|
||||
version: 2.8.0
|
||||
version: 2.9.0
|
||||
home: https://github.com/weaveworks/kured
|
||||
maintainers:
|
||||
- name: ckotzbauer
|
||||
|
||||
@@ -39,7 +39,7 @@ The following changes have been made compared to the stable chart:
|
||||
| `image.tag` | Image tag | `1.7.0` |
|
||||
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
|
||||
| `image.pullSecrets` | Image pull secrets | `[]` |
|
||||
| `updateStrategy` | Daemonset update strategy | `OnDelete` |
|
||||
| `updateStrategy` | Daemonset update strategy | `RollingUpdate` |
|
||||
| `maxUnavailable` | The max pods unavailable during a rolling update | `1` |
|
||||
| `podAnnotations` | Annotations to apply to pods (eg to add Prometheus annotations) | `{}` |
|
||||
| `extraArgs` | Extra arguments to pass to `/usr/bin/kured`. See below. | `{}` |
|
||||
|
||||
@@ -4,7 +4,7 @@ image:
|
||||
pullPolicy: IfNotPresent
|
||||
pullSecrets: []
|
||||
|
||||
updateStrategy: OnDelete
|
||||
updateStrategy: RollingUpdate
|
||||
# requires RollingUpdate updateStrategy
|
||||
maxUnavailable: 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user