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