From 28adeb331de02a869ccbdf579222e21374a4453e Mon Sep 17 00:00:00 2001
From: "gabe565-renovate[bot]"
<156644344+gabe565-renovate[bot]@users.noreply.github.com>
Date: Wed, 11 Dec 2024 00:27:04 -0600
Subject: [PATCH] chore(deps): update ghcr.io/bastienwirtz/homer docker tag to
v24.12.1 (#705)
* chore(deps): update ghcr.io/bastienwirtz/homer docker tag to v24.12.1
* chore: Update chart metadata
---------
Co-authored-by: gabe565-renovate[bot] <156644344+gabe565-renovate[bot]@users.noreply.github.com>
Co-authored-by: chart-bot <160046936+charts-bot[bot]@users.noreply.github.com>
---
charts/homer/Chart.yaml | 6 +++---
charts/homer/README.md | 8 ++++----
charts/homer/values.yaml | 2 +-
3 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/charts/homer/Chart.yaml b/charts/homer/Chart.yaml
index d8d97ea7c..15dd5448e 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/5609315/public/assets/icons/logo.svg
type: application
-version: 0.11.0
+version: 0.12.0
# renovate datasource=docker depName=ghcr.io/bastienwirtz/homer
-appVersion: v24.11.5
+appVersion: v24.12.1
kubeVersion: ">=1.22.0-0"
keywords:
- homer
@@ -22,7 +22,7 @@ sources:
annotations:
artifacthub.io/changes: |-
- kind: changed
- description: Update ghcr.io/bastienwirtz/homer docker tag to v24.11.5
+ description: Update ghcr.io/bastienwirtz/homer docker tag to v24.12.1
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 e15ef049b..d901754a0 100644
--- a/charts/homer/README.md
+++ b/charts/homer/README.md
@@ -2,16 +2,16 @@
-![Version: 0.11.0](https://img.shields.io/badge/Version-0.11.0-informational?style=flat)
+![Version: 0.12.0](https://img.shields.io/badge/Version-0.12.0-informational?style=flat)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
-![AppVersion: v24.11.5](https://img.shields.io/badge/AppVersion-v24.11.5-informational?style=flat)
+![AppVersion: v24.12.1](https://img.shields.io/badge/AppVersion-v24.12.1-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.11.0)**
+[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=homer&version=0.12.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.11.5"` | image tag |
+| image.tag | string | `"v24.12.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 503f9c6f9..5dd97e906 100644
--- a/charts/homer/values.yaml
+++ b/charts/homer/values.yaml
@@ -9,7 +9,7 @@ image:
# -- image repository
repository: ghcr.io/bastienwirtz/homer
# -- image tag
- tag: v24.11.5
+ tag: v24.12.1
# -- image pull policy
pullPolicy: IfNotPresent