Prepare 1.5.1 release

This commit is contained in:
Daniel Holbach
2020-11-23 10:47:16 +01:00
parent 64202ff440
commit 038a3412b1
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ server:
| kured | kubectl | k8s.io/client-go | k8s.io/apimachinery | expected kubernetes compatibility |
|--------|---------|------------------|---------------------|-----------------------------------|
| master | 1.18.8 | v0.18.8 | v0.18.8 | 1.17.x, 1.18.x, 1.19.x |
| 1.5.0 | 1.18.8 | v0.18.8 | v0.18.8 | 1.17.x, 1.18.x, 1.19.x |
| 1.5.1 | 1.18.8 | v0.18.8 | v0.18.8 | 1.17.x, 1.18.x, 1.19.x |
| 1.4.4 | 1.17.7 | v0.17.0 | v0.17.0 | 1.16.x, 1.17.x, 1.18.x |
| 1.3.0 | 1.15.10 | v12.0.0 | release-1.15 | 1.15.x, 1.16.x, 1.17.x |
| 1.2.0 | 1.13.6 | v10.0.0 | release-1.13 | 1.12.x, 1.13.x, 1.14.x |
+1 -1
View File
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: "1.5.0"
appVersion: "1.5.1"
description: A Helm chart for kured
name: kured
version: 2.2.1
+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.5.0` |
| `image.tag` | Image tag | `1.5.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.5.0
tag: 1.5.1
pullPolicy: IfNotPresent
pullSecrets: []