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` |