Skip to content

Commit

Permalink
Merge pull request #269 from zekker6/renovate/b4bz-homer-23.x
Browse files Browse the repository at this point in the history
feat(docker-image): update b4bz/homer docker tag to v23.10.1
  • Loading branch information
zekker6 committed Oct 23, 2023
2 parents d3f9d1a + f2e019f commit 75dd6be
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions charts/apps/homer/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
annotations:
artifacthub.io/changes: |-
- kind: changed
description: update b4bz/homer docker tag to v23.09.1
description: update b4bz/homer docker tag to v23.10.1
apiVersion: v2
appVersion: v23.09.1
appVersion: v23.10.1
dependencies:
- name: common
repository: https://zekker6.github.io/helm-charts
Expand All @@ -19,4 +19,4 @@ maintainers:
name: homer
sources:
- "https://github.com/zekker6/helm-charts/tree/main/charts/apps/matrix"
version: 8.8.0
version: 8.9.0
4 changes: 2 additions & 2 deletions charts/apps/homer/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# homer

![Version: 8.8.0](https://img.shields.io/badge/Version-8.8.0-informational?style=flat-square) ![AppVersion: v23.09.1](https://img.shields.io/badge/AppVersion-v23.09.1-informational?style=flat-square)
![Version: 8.9.0](https://img.shields.io/badge/Version-8.9.0-informational?style=flat-square) ![AppVersion: v23.10.1](https://img.shields.io/badge/AppVersion-v23.10.1-informational?style=flat-square)

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

Expand Down Expand Up @@ -83,7 +83,7 @@ N/A
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"b4bz/homer"` | image repository |
| image.tag | string | `"v23.09.1"` | |
| image.tag | string | `"v23.10.1"` | |
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| securityContext.runAsGroup | int | `1000` | Specify the group ID the application will run as |
Expand Down
2 changes: 1 addition & 1 deletion charts/apps/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
# @default -- chart.appVersion
tag: v23.09.1
tag: v23.10.1
# -- image pull policy
pullPolicy: IfNotPresent

Expand Down
4 changes: 2 additions & 2 deletions docs/charts/homer.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# homer

![Version: 8.8.0](https://img.shields.io/badge/Version-8.8.0-informational?style=flat-square) ![AppVersion: v23.09.1](https://img.shields.io/badge/AppVersion-v23.09.1-informational?style=flat-square)
![Version: 8.9.0](https://img.shields.io/badge/Version-8.9.0-informational?style=flat-square) ![AppVersion: v23.10.1](https://img.shields.io/badge/AppVersion-v23.10.1-informational?style=flat-square)

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

Expand Down Expand Up @@ -83,7 +83,7 @@ N/A
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"b4bz/homer"` | image repository |
| image.tag | string | `"v23.09.1"` | |
| image.tag | string | `"v23.10.1"` | |
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| securityContext.runAsGroup | int | `1000` | Specify the group ID the application will run as |
Expand Down

0 comments on commit 75dd6be

Please sign in to comment.