mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/kured] Update kured to 1.4.0 (#22216)
Signed-off-by: Christian Kotzbauer <christian.kotzbauer@gmail.com>
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
apiVersion: v1
|
||||
appVersion: "1.3.0"
|
||||
appVersion: "1.4.0"
|
||||
description: A Helm chart for kured
|
||||
name: kured
|
||||
version: 1.5.0
|
||||
version: 1.5.1
|
||||
home: https://github.com/weaveworks/kured
|
||||
maintainers:
|
||||
- name: plumdog
|
||||
|
||||
@@ -10,7 +10,7 @@ This feature is not natively supported by kured but is added using Kubernetes Cr
|
||||
| Config | Description | Default |
|
||||
| ------ | ----------- | ------- |
|
||||
| `image.repository` | Image repository | `weaveworks/kured` |
|
||||
| `image.tag` | Image tag | `1.3.0` |
|
||||
| `image.tag` | Image tag | `1.4.0` |
|
||||
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
|
||||
| `image.pullSecrets` | Image pull secrets | `[]` |
|
||||
| `extraArgs` | Extra arguments to pass to `/usr/bin/kured`. See below. | `{}` |
|
||||
@@ -24,8 +24,8 @@ This feature is not natively supported by kured but is added using Kubernetes Cr
|
||||
| `priorityClassName` | Priority Class to be used by the pods | `""` |
|
||||
| `podAnnotations` | Annotations to apply to pods (eg to add Prometheus annotations) | `{}` |
|
||||
| `autolock.enabled` | Activate autolock to define when to allow kured to be executed | `false` |
|
||||
| `autolock.image.repository` | Image repository for kubectl command | `honestica/k8s-tools` |
|
||||
| `autolock.image.tag` | Image tag | `1c80a6579bdb73059d72101c9f82f26291954d68` |
|
||||
| `autolock.image.repository` | Image repository for kubectl command | `docker.io/bitnami/kubectl` |
|
||||
| `autolock.image.tag` | Image tag | `1.17.5` |
|
||||
| `autolock.scheduleUnlock` | CronJob schedule to unlock kured | `0 4 * * *` |
|
||||
| `autolock.schedulelock` | CronJob schedule to lock kured | `0 6 * * *` |
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: weaveworks/kured
|
||||
tag: 1.3.0
|
||||
tag: 1.4.0
|
||||
pullPolicy: IfNotPresent
|
||||
pullSecrets: []
|
||||
|
||||
@@ -20,7 +20,7 @@ autolock:
|
||||
enabled: false
|
||||
image:
|
||||
repository: docker.io/bitnami/kubectl
|
||||
tag: 1.15.3
|
||||
tag: 1.17.5
|
||||
scheduleUnlock: 0 4 * * *
|
||||
schedulelock: 0 6 * * *
|
||||
|
||||
|
||||
Reference in New Issue
Block a user