Skip to content

Commit

Permalink
chore(deps): update ghcr.io/bastienwirtz/homer docker tag to v23.09.1 (
Browse files Browse the repository at this point in the history
…#353)

* chore(deps): update ghcr.io/bastienwirtz/homer docker tag to v23.09.1

* 🔧 Update chart metadata

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and renovate[bot] authored Sep 26, 2023
1 parent cbd3037 commit 72fb1a3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
8 changes: 3 additions & 5 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.7.1
version: 0.8.0
# renovate datasource=docker depName=ghcr.io/bastienwirtz/homer
appVersion: v23.05.1
appVersion: v23.09.1
kubeVersion: ">=1.22.0-0"
keywords:
- homer
Expand All @@ -22,9 +22,7 @@ sources:
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Update common Helm release to v1.5.1
- kind: added
description: Add OCI install docs
description: Update ghcr.io/bastienwirtz/homer docker tag to v23.09.1
artifacthub.io/links: |-
- name: App Source
url: https://github.com/bastienwirtz/homer
Expand Down
8 changes: 4 additions & 4 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.7.1](https://img.shields.io/badge/Version-0.7.1-informational?style=flat)
![Version: 0.8.0](https://img.shields.io/badge/Version-0.8.0-informational?style=flat)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
![AppVersion: v23.05.1](https://img.shields.io/badge/AppVersion-v23.05.1-informational?style=flat)
![AppVersion: v23.09.1](https://img.shields.io/badge/AppVersion-v23.09.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.7.1)**
[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=homer&version=0.8.0)**

## Source Code

Expand Down Expand Up @@ -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 | `"v23.05.1"` | image tag |
| image.tag | string | `"v23.09.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
2 changes: 1 addition & 1 deletion charts/homer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ image:
# -- image repository
repository: ghcr.io/bastienwirtz/homer
# -- image tag
tag: v23.05.1
tag: v23.09.1
# -- image pull policy
pullPolicy: IfNotPresent

Expand Down

0 comments on commit 72fb1a3

Please sign in to comment.