prepare chart-release for 1.4.1

Signed-off-by: Christian Kotzbauer <christian.kotzbauer@gmail.com>
This commit is contained in:
Christian Kotzbauer
2020-06-29 17:22:51 +02:00
parent b177a9f6eb
commit 900f58ae2d
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: "1.4.0"
appVersion: "1.4.1"
description: A Helm chart for kured
name: kured
version: 2.0.0
+1 -1
View File
@@ -36,7 +36,7 @@ The following changes have been made compared to the stable chart:
| Config | Description | Default |
| ------ | ----------- | ------- |
| `image.repository` | Image repository | `weaveworks/kured` |
| `image.tag` | Image tag | `1.4.0` |
| `image.tag` | Image tag | `1.4.1` |
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Image pull secrets | `[]` |
| `updateStrategy` | Daemonset update strategy | `OnDelete` |
+1 -1
View File
@@ -1,6 +1,6 @@
image:
repository: weaveworks/kured
tag: 1.4.0
tag: 1.4.1
pullPolicy: IfNotPresent
pullSecrets: []