diff --git a/charts/kured/Chart.yaml b/charts/kured/Chart.yaml index 01b2ce9..e86a22f 100644 --- a/charts/kured/Chart.yaml +++ b/charts/kured/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 -appVersion: "1.10.1" +appVersion: "1.10.2" description: A Helm chart for kured name: kured -version: 3.0.0 +version: 3.0.1 home: https://github.com/weaveworks/kured maintainers: - name: ckotzbauer diff --git a/charts/kured/README.md b/charts/kured/README.md index 5d20e83..cffbb8f 100644 --- a/charts/kured/README.md +++ b/charts/kured/README.md @@ -59,7 +59,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.1` | +| `image.tag` | Image tag | `1.10.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 e7261a0..d3bd85e 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.1 + image: docker.io/weaveworks/kured:1.10.2 # If you find yourself here wondering why there is no # :latest tag on Docker Hub,see the FAQ in the README imagePullPolicy: IfNotPresent