From 4d2019c07ffd73a6e63032d8e01149dd964df108 Mon Sep 17 00:00:00 2001 From: Daniel Holbach Date: Mon, 6 Dec 2021 14:36:03 +0100 Subject: [PATCH] update image tag to 1.8.2 --- charts/kured/Chart.yaml | 4 ++-- charts/kured/README.md | 2 +- kured-ds.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/kured/Chart.yaml b/charts/kured/Chart.yaml index 499d777..8892817 100644 --- a/charts/kured/Chart.yaml +++ b/charts/kured/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 -appVersion: "1.8.1" +appVersion: "1.8.2" description: A Helm chart for kured name: kured -version: 2.10.1 +version: 2.10.2 home: https://github.com/weaveworks/kured maintainers: - name: ckotzbauer diff --git a/charts/kured/README.md b/charts/kured/README.md index 682a656..4142f49 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.1` | +| `image.tag` | Image tag | `1.8.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 96622de..af291d1 100644 --- a/kured-ds.yaml +++ b/kured-ds.yaml @@ -29,7 +29,7 @@ spec: restartPolicy: Always containers: - name: kured - image: docker.io/weaveworks/kured + image: docker.io/weaveworks/kured:1.8.2 # If you find yourself here wondering why there is no # :latest tag on Docker Hub,see the FAQ in the README imagePullPolicy: IfNotPresent