Merge pull request #155 from ckotzbauer/chart-release-1.4.1

prepare chart-release for 1.4.1
This commit is contained in:
Daniel Holbach
2020-06-30 09:30:59 +02:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

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

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` |

View File

@@ -1,6 +1,6 @@
image:
repository: weaveworks/kured
tag: 1.4.0
tag: 1.4.1
pullPolicy: IfNotPresent
pullSecrets: []