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:
David Höld
2021-08-06 09:38:37 +02:00
committed by GitHub
co-authored by David Hoeld
parent 54c0e4e25f
commit 6c9ee57dc1
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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. | `{}` |
+1 -1
View File
@@ -4,7 +4,7 @@ image:
pullPolicy: IfNotPresent
pullSecrets: []
updateStrategy: OnDelete
updateStrategy: RollingUpdate
# requires RollingUpdate updateStrategy
maxUnavailable: 1