[stable/kured] Upgrade to latest release 1.2.0 (#13916)

Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
This commit is contained in:
David J. M. Karlsen
2019-05-16 06:44:08 -07:00
committed by Kubernetes Prow Robot
parent 7adc74aaba
commit ce728bf7ac
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
apiVersion: v1
appVersion: "1.1.0"
appVersion: "1.2.0"
description: A Helm chart for kured
name: kured
version: 1.1.2
version: 1.2.0
home: https://github.com/weaveworks/kured
maintainers:
- name: plumdog
+1 -1
View File
@@ -5,7 +5,7 @@ See https://github.com/weaveworks/kured
| Config | Description | Default |
| ------ | ----------- | ------- |
| `image.repository` | Image repository | `weaveworks/kured` |
| `image.tag` | Image tag | `1.1.0` |
| `image.tag` | Image tag | `1.2.0` |
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Image pull secrets | `[]` |
| `extraArgs` | Extra arguments to pass to `/usr/bin/kured`. See below. | `{}` |
+1 -1
View File
@@ -1,6 +1,6 @@
image:
repository: weaveworks/kured
tag: 1.1.0
tag: 1.2.0
pullPolicy: IfNotPresent
pullSecrets: []