mirror of
https://github.com/kubereboot/kured.git
synced 2026-08-23 21:36:33 +00:00
prepare chart-release for 1.4.1
Signed-off-by: Christian Kotzbauer <christian.kotzbauer@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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,6 +1,6 @@
|
||||
image:
|
||||
repository: weaveworks/kured
|
||||
tag: 1.4.0
|
||||
tag: 1.4.1
|
||||
pullPolicy: IfNotPresent
|
||||
pullSecrets: []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user