From d6964180caea41d429231009dbe7952cb91d8844 Mon Sep 17 00:00:00 2001 From: Christian Kotzbauer Date: Tue, 29 Mar 2022 12:06:13 +0200 Subject: [PATCH] release 1.9.2 Signed-off-by: Christian Kotzbauer --- README.md | 2 +- charts/kured/Chart.yaml | 4 ++-- charts/kured/README.md | 2 +- kured-ds.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7a3c4d9..8dfd8f9 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ server: | kured | kubectl | k8s.io/client-go | k8s.io/apimachinery | expected kubernetes compatibility | |-------|---------|------------------|---------------------|-----------------------------------| | main | 1.22.4 | v0.22.4 | v0.22.4 | 1.21.x, 1.22.x, 1.23.x | -| 1.9.1 | 1.22.4 | v0.22.4 | v0.22.4 | 1.21.x, 1.22.x, 1.23.x | +| 1.9.2 | 1.22.4 | v0.22.4 | v0.22.4 | 1.21.x, 1.22.x, 1.23.x | | 1.8.1 | 1.21.4 | v0.21.4 | v0.21.4 | 1.20.x, 1.21.x, 1.22.x | | 1.7.0 | 1.20.5 | v0.20.5 | v0.20.5 | 1.19.x, 1.20.x, 1.21.x | | 1.6.1 | 1.19.4 | v0.19.4 | v0.19.4 | 1.18.x, 1.19.x, 1.20.x | diff --git a/charts/kured/Chart.yaml b/charts/kured/Chart.yaml index 4009d6a..d860b39 100644 --- a/charts/kured/Chart.yaml +++ b/charts/kured/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 -appVersion: "1.9.1" +appVersion: "1.9.2" description: A Helm chart for kured name: kured -version: 2.12.0 +version: 2.12.1 home: https://github.com/weaveworks/kured maintainers: - name: ckotzbauer diff --git a/charts/kured/README.md b/charts/kured/README.md index 92d33da..626155d 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.9.1` | +| `image.tag` | Image tag | `1.9.2` | | `image.pullPolicy` | Image pull policy | `IfNotPresent` | | `image.pullSecrets` | Image pull secrets | `[]` | | `updateStrategy` | Daemonset update strategy | `RollingUpdate` | diff --git a/kured-ds.yaml b/kured-ds.yaml index 15869c4..3c8324e 100644 --- a/kured-ds.yaml +++ b/kured-ds.yaml @@ -29,7 +29,7 @@ spec: restartPolicy: Always containers: - name: kured - image: docker.io/weaveworks/kured:1.9.1 + image: docker.io/weaveworks/kured:1.9.2 # If you find yourself here wondering why there is no # :latest tag on Docker Hub,see the FAQ in the README imagePullPolicy: IfNotPresent