Skip to content

Commit

Permalink
⬆️ Update b4bz/homer Docker tag to v23.05.1 (#156)
Browse files Browse the repository at this point in the history
* ⬆️ Update b4bz/homer Docker tag to v23.05.1

* 🔧 Update chart metadata

* 🔧 (homer): Change Docker repo from Docker Hub to GHCR

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
Co-authored-by: Gabe Cook <[email protected]>
  • Loading branch information
3 people authored May 14, 2023
1 parent 00e320b commit 3cd36c0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
10 changes: 6 additions & 4 deletions charts/homer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
10 changes: 5 additions & 5 deletions charts/homer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

<img src="https://raw.githubusercontent.com/bastienwirtz/homer/5609315fe77da5441a9c3dda8d92c0ffe9f1bf17/public/assets/icons/logo.svg" align="right" width="92" alt="homer logo">

![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:** <https://charts.gabe565.com/charts/homer/>

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

Expand Down Expand Up @@ -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. |
Expand Down
4 changes: 2 additions & 2 deletions charts/homer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3cd36c0

Please sign in to comment.