diff --git a/charts/homer/Chart.yaml b/charts/homer/Chart.yaml index 042ef2ce4..2ac89f963 100644 --- a/charts/homer/Chart.yaml +++ b/charts/homer/Chart.yaml @@ -4,7 +4,7 @@ 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/5609315/public/assets/icons/logo.svg type: application -version: 0.10.0 +version: 0.11.0 # renovate datasource=docker depName=ghcr.io/bastienwirtz/homer appVersion: v24.11.3 kubeVersion: ">=1.22.0-0" @@ -22,7 +22,7 @@ sources: annotations: artifacthub.io/changes: |- - kind: changed - description: Update ghcr.io/bastienwirtz/homer docker tag to v24 + description: Update ghcr.io/bastienwirtz/homer docker tag to v24.11.3 artifacthub.io/links: |- - name: App Source url: https://github.com/bastienwirtz/homer diff --git a/charts/homer/README.md b/charts/homer/README.md index f9479d0d5..1aa836d4c 100644 --- a/charts/homer/README.md +++ b/charts/homer/README.md @@ -2,16 +2,16 @@ homer logo -![Version: 0.10.0](https://img.shields.io/badge/Version-0.10.0-informational?style=flat) +![Version: 0.11.0](https://img.shields.io/badge/Version-0.11.0-informational?style=flat) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat) -![AppVersion: v24.05.1](https://img.shields.io/badge/AppVersion-v24.05.1-informational?style=flat) +![AppVersion: v24.11.3](https://img.shields.io/badge/AppVersion-v24.11.3-informational?style=flat) A dead simple static HOMepage for your servER to keep your services on hand, from a simple yaml configuration file. **Homepage:** **This chart is not maintained by the upstream project and any issues with the chart should be raised -[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=homer&version=0.10.0)** +[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=homer&version=0.11.0)** ## Source Code @@ -92,7 +92,7 @@ N/A | env | object | See [values.yaml](./values.yaml) | environment variables. | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.repository | string | `"ghcr.io/bastienwirtz/homer"` | image repository | -| image.tag | string | `"v24.05.1"` | image tag | +| image.tag | string | `"v24.11.3"` | 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. |