diff --git a/charts/homer/Chart.yaml b/charts/homer/Chart.yaml index fb328deff..86e7c2be3 100644 --- a/charts/homer/Chart.yaml +++ b/charts/homer/Chart.yaml @@ -4,9 +4,9 @@ description: A dead simple static HOMepage for your servER to keep your services home: https://charts.gabe565.com/charts/homer icon: https://raw.githubusercontent.com/bastienwirtz/homer/5418c6291a39d27aeee471673adba742080e1ccb/public/logo.png type: application -version: 0.3.1 +version: 0.4.0 # renovate image=b4bz/homer -appVersion: v22.11.2 +appVersion: v23.02.1 kubeVersion: ">=1.22.0-0" keywords: - homer @@ -23,4 +23,4 @@ sources: annotations: artifacthub.io/changes: |- - kind: changed - description: Update common Helm release to v1.3.1 + description: Update b4bz/homer Docker tag to v23 diff --git a/charts/homer/README.md b/charts/homer/README.md index 83b1e08ae..735c8bdb3 100644 --- a/charts/homer/README.md +++ b/charts/homer/README.md @@ -2,9 +2,9 @@ homer logo -![Version: 0.3.1](https://img.shields.io/badge/Version-0.3.1-informational?style=flat) +![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat) -![AppVersion: v22.11.2](https://img.shields.io/badge/AppVersion-v22.11.2-informational?style=flat) +![AppVersion: v23.02.1](https://img.shields.io/badge/AppVersion-v23.02.1-informational?style=flat) A dead simple static HOMepage for your servER to keep your services on hand, from a simple yaml configuration file. @@ -88,7 +88,7 @@ N/A | env | object | See [values.yaml](./values.yaml) | environment variables. | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.repository | string | `"b4bz/homer"` | image repository | -| image.tag | string | `"v22.11.2"` | image tag | +| image.tag | string | `"v23.02.1"` | image tag | | ingress.main | object | See [values.yaml](./values.yaml) | Enable and configure ingress settings for the chart under this key. | | persistence.config | object | See [values.yaml](./values.yaml) | Configure persistence settings for the chart under this key. | | service.main | object | See [values.yaml](./values.yaml) | Configures service settings for the chart. | diff --git a/charts/homer/values.yaml b/charts/homer/values.yaml index 3c909a150..0ff5f4f2e 100644 --- a/charts/homer/values.yaml +++ b/charts/homer/values.yaml @@ -9,7 +9,7 @@ image: # -- image repository repository: b4bz/homer # -- image tag - tag: v22.11.2 + tag: v23.02.1 # -- image pull policy pullPolicy: IfNotPresent