Skip to content

Commit

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

* 🔧 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 Feb 21, 2023
1 parent 90c8f5c commit d91c178
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 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/5418c6291a39d27aeee471673adba742080e1ccb/public/logo.png
type: application
version: 0.4.1
version: 0.4.2
# renovate datasource=docker depName=b4bz/homer
appVersion: v23.02.1
appVersion: v23.02.2
kubeVersion: ">=1.22.0-0"
keywords:
- homer
Expand All @@ -23,4 +23,4 @@ sources:
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Update common Helm release to v1.3.2
description: Update b4bz/homer Docker tag to v23.02.2
6 changes: 3 additions & 3 deletions charts/homer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

<img src="https://raw.githubusercontent.com/bastienwirtz/homer/5418c6291a39d27aeee471673adba742080e1ccb/public/logo.png" align="right" width="92" alt="homer logo" style="padding-left: 20px">

![Version: 0.4.1](https://img.shields.io/badge/Version-0.4.1-informational?style=flat)
![Version: 0.4.2](https://img.shields.io/badge/Version-0.4.2-informational?style=flat)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
![AppVersion: v23.02.1](https://img.shields.io/badge/AppVersion-v23.02.1-informational?style=flat)
![AppVersion: v23.02.2](https://img.shields.io/badge/AppVersion-v23.02.2-informational?style=flat)

A dead simple static HOMepage for your servER to keep your services on hand, from a simple yaml configuration file.

Expand Down Expand Up @@ -88,7 +88,7 @@ N/A
| 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.1"` | image tag |
| image.tag | string | `"v23.02.2"` | 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: b4bz/homer
# -- image tag
tag: v23.02.1
tag: v23.02.2
# -- image pull policy
pullPolicy: IfNotPresent

Expand Down

0 comments on commit d91c178

Please sign in to comment.