From 8ef47c7eb38343084f1ed248088fd4ec0992e16b Mon Sep 17 00:00:00 2001 From: Christian Kotzbauer Date: Tue, 16 Jan 2024 20:05:26 +0100 Subject: [PATCH] feat: update version Signed-off-by: Christian Kotzbauer --- charts/kured/Chart.yaml | 2 +- charts/kured/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/kured/Chart.yaml b/charts/kured/Chart.yaml index 5c04f4f..cb3a239 100644 --- a/charts/kured/Chart.yaml +++ b/charts/kured/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: "1.14.2" +appVersion: "1.15.0" description: A Helm chart for kured name: kured version: 5.4.0 diff --git a/charts/kured/README.md b/charts/kured/README.md index 5a308f6..364aec2 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.2` | +| `image.tag` | Image tag | `1.15.0` | | `image.pullPolicy` | Image pull policy | `IfNotPresent` | | `image.pullSecrets` | Image pull secrets | `[]` | | `revisionHistoryLimit` | Number of old history to retain to allow rollback | `10` |