diff --git a/README.md b/README.md index f15e9886d..b2e07ad76 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ server: | kured | kubectl | k8s.io/client-go | k8s.io/apimachinery | expected kubernetes compatibility | | ----- | ------- | ---------------- | ------------------- | --------------------------------- | | main | 1.23.6 | v0.23.6 | v0.23.6 | 1.22.x, 1.23.x, 1.24.x | -| 1.10.0| 1.23.6 | v0.23.6 | v0.23.6 | 1.22.x, 1.23.x, 1.24.x | +| 1.10.1| 1.23.6 | v0.23.6 | v0.23.6 | 1.22.x, 1.23.x, 1.24.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 | diff --git a/charts/kured/Chart.yaml b/charts/kured/Chart.yaml index 16cc95c9d..e1ea7aff9 100644 --- a/charts/kured/Chart.yaml +++ b/charts/kured/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 -appVersion: "1.10.0" +appVersion: "1.10.1" description: A Helm chart for kured name: kured -version: 2.16.0 +version: 2.17.0 home: https://github.com/weaveworks/kured maintainers: - name: ckotzbauer diff --git a/charts/kured/README.md b/charts/kured/README.md index f6724dc63..317ee9fc1 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.10.0` | +| `image.tag` | Image tag | `1.10.1` | | `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 cd803617c..e7261a034 100644 --- a/kured-ds.yaml +++ b/kured-ds.yaml @@ -31,7 +31,7 @@ spec: restartPolicy: Always containers: - name: kured - image: docker.io/weaveworks/kured:1.10.0 + image: docker.io/weaveworks/kured:1.10.1 # If you find yourself here wondering why there is no # :latest tag on Docker Hub,see the FAQ in the README imagePullPolicy: IfNotPresent