From c6f341ec16b740f91f1dcba0f09ddd5c9b41a2d0 Mon Sep 17 00:00:00 2001 From: Daniel Holbach Date: Tue, 30 Jun 2020 10:37:39 +0200 Subject: [PATCH] update things for 1.4.2 release --- README.md | 2 +- charts/kured/Chart.yaml | 2 +- charts/kured/README.md | 2 +- charts/kured/values.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 21ad90a..a72b44f 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ compatibility of one minor version between client and server: | kured | kubectl | k8s.io/client-go | k8s.io/apimachinery | expected kubernetes compatibility | |--------|---------|------------------|---------------------|-----------------------------------| | master | 1.17.7 | v0.17.0 | v0.17.0 | 1.16.x, 1.17.x, 1.18.x | -| 1.4.1 | 1.17.7 | v0.17.0 | v0.17.0 | 1.16.x, 1.17.x, 1.18.x | +| 1.4.2 | 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.0 | 1.12.1 | v9.0.0 | release-1.12 | 1.11.x, 1.12.x, 1.13.x | diff --git a/charts/kured/Chart.yaml b/charts/kured/Chart.yaml index b0a613c..9724c4d 100644 --- a/charts/kured/Chart.yaml +++ b/charts/kured/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: "1.4.1" +appVersion: "1.4.2" description: A Helm chart for kured name: kured version: 2.0.0 diff --git a/charts/kured/README.md b/charts/kured/README.md index d8be8df..fe47aa7 100644 --- a/charts/kured/README.md +++ b/charts/kured/README.md @@ -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.1` | +| `image.tag` | Image tag | `1.4.2` | | `image.pullPolicy` | Image pull policy | `IfNotPresent` | | `image.pullSecrets` | Image pull secrets | `[]` | | `updateStrategy` | Daemonset update strategy | `OnDelete` | diff --git a/charts/kured/values.yaml b/charts/kured/values.yaml index 979282c..0e0f786 100644 --- a/charts/kured/values.yaml +++ b/charts/kured/values.yaml @@ -1,6 +1,6 @@ image: repository: weaveworks/kured - tag: 1.4.1 + tag: 1.4.2 pullPolicy: IfNotPresent pullSecrets: []