diff --git a/README.md b/README.md index cd1a7ca..7a562da 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,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.0 | 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 8892817..e070631 100644 --- a/charts/kured/Chart.yaml +++ b/charts/kured/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 -appVersion: "1.8.2" +appVersion: "1.9.0" description: A Helm chart for kured name: kured -version: 2.10.2 +version: 2.11.0 home: https://github.com/weaveworks/kured maintainers: - name: ckotzbauer diff --git a/charts/kured/README.md b/charts/kured/README.md index 4142f49..f500fcb 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.8.2` | +| `image.tag` | Image tag | `1.9.0` | | `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 af291d1..1b75335 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.8.2 + image: docker.io/weaveworks/kured:1.9.0 # If you find yourself here wondering why there is no # :latest tag on Docker Hub,see the FAQ in the README imagePullPolicy: IfNotPresent