mirror of
https://github.com/kubereboot/kured.git
synced 2026-05-09 01:46:59 +00:00
Merge pull request #155 from ckotzbauer/chart-release-1.4.1
prepare chart-release for 1.4.1
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