diff --git a/charts/homer/Chart.yaml b/charts/homer/Chart.yaml
index 2708e9f1b..8730064d8 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/5609315fe77da5441a9c3dda8d92c0ffe9f1bf17/public/assets/icons/logo.svg
type: application
-version: 0.6.0
-# renovate datasource=docker depName=b4bz/homer
-appVersion: v23.02.2
+version: 0.7.0
+# renovate datasource=docker depName=ghcr.io/bastienwirtz/homer
+appVersion: v23.05.1
kubeVersion: ">=1.22.0-0"
keywords:
- homer
@@ -22,7 +22,9 @@ sources:
annotations:
artifacthub.io/changes: |-
- kind: changed
- description: Update common Helm release to v1.5.0
+ description: Update b4bz/homer Docker tag to v23.05.1
+ - kind: changed
+ description: Change Docker repo from Docker Hub to GHCR
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 67efa525b..892970ada 100644
--- a/charts/homer/README.md
+++ b/charts/homer/README.md
@@ -2,16 +2,16 @@
-![Version: 0.6.0](https://img.shields.io/badge/Version-0.6.0-informational?style=flat)
+![Version: 0.7.0](https://img.shields.io/badge/Version-0.7.0-informational?style=flat)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
-![AppVersion: v23.02.2](https://img.shields.io/badge/AppVersion-v23.02.2-informational?style=flat)
+![AppVersion: v23.05.1](https://img.shields.io/badge/AppVersion-v23.05.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.6.0)**
+[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=homer&version=0.7.0)**
## Source Code
@@ -89,8 +89,8 @@ N/A
| controller.strategy | string | `"RollingUpdate"` | Set the controller upgrade strategy |
| 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 | `"v23.02.2"` | image tag |
+| image.repository | string | `"ghcr.io/bastienwirtz/homer"` | image repository |
+| image.tag | string | `"v23.05.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 d737dbb64..3c242ff35 100644
--- a/charts/homer/values.yaml
+++ b/charts/homer/values.yaml
@@ -7,9 +7,9 @@
image:
# -- image repository
- repository: b4bz/homer
+ repository: ghcr.io/bastienwirtz/homer
# -- image tag
- tag: v23.02.2
+ tag: v23.05.1
# -- image pull policy
pullPolicy: IfNotPresent