From 66ea57107b9d63d2be473b6e97513d691f20fdef Mon Sep 17 00:00:00 2001 From: Daniel Holbach Date: Wed, 8 Nov 2023 17:41:00 +0100 Subject: [PATCH] update for 1.14.1 Signed-off-by: Daniel Holbach --- charts/kured/Chart.yaml | 4 ++-- charts/kured/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/kured/Chart.yaml b/charts/kured/Chart.yaml index 40043d2..74f941a 100644 --- a/charts/kured/Chart.yaml +++ b/charts/kured/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 -appVersion: "1.14.0" +appVersion: "1.14.1" description: A Helm chart for kured name: kured -version: 5.2.0 +version: 5.3.0 home: https://github.com/kubereboot/kured maintainers: - name: ckotzbauer diff --git a/charts/kured/README.md b/charts/kured/README.md index 497cfe9..a635db0 100644 --- a/charts/kured/README.md +++ b/charts/kured/README.md @@ -71,7 +71,7 @@ The following changes have been made compared to the stable chart: | Config | Description | Default | | ------ | ----------- | ------- | | `image.repository` | Image repository | `ghcr.io/kubereboot/kured`| -| `image.tag` | Image tag | `1.14.0` | +| `image.tag` | Image tag | `1.14.1` | | `image.pullPolicy` | Image pull policy | `IfNotPresent` | | `image.pullSecrets` | Image pull secrets | `[]` | | `revisionHistoryLimit` | Number of old history to retain to allow rollback | `10` |