Skip to content

Commit

Permalink
Merge pull request #251 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.09.1
  • Loading branch information
zekker6 committed Oct 2, 2023
2 parents 488ad58 + 82cb736 commit 14bc16e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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.05.1
description: update b4bz/homer docker tag to v23.09.1
apiVersion: v2
appVersion: v23.05.1
appVersion: v23.09.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.7.0
version: 8.8.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.7.0](https://img.shields.io/badge/Version-8.7.0-informational?style=flat-square) ![AppVersion: v23.05.1](https://img.shields.io/badge/AppVersion-v23.05.1-informational?style=flat-square)
![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)

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.05.1"` | |
| image.tag | string | `"v23.09.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.05.1
tag: v23.09.1
# -- image pull policy
pullPolicy: IfNotPresent

Expand Down
2 changes: 1 addition & 1 deletion charts/library/common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ N/A
| addons.promtail.env | object | `{}` | Set any environment variables for promtail here |
| addons.promtail.image.pullPolicy | string | `"IfNotPresent"` | Specify the promtail image pull policy |
| addons.promtail.image.repository | string | `"docker.io/grafana/promtail"` | Specify the promtail image |
| addons.promtail.image.tag | string | `"2.9.0"` | Specify the promtail image tag |
| addons.promtail.image.tag | string | `"2.9.1"` | Specify the promtail image tag |
| addons.promtail.logs | list | `[]` | The paths to logs on the volume |
| addons.promtail.loki | string | `""` | The URL to Loki |
| addons.promtail.volumeMounts | list | `[]` | Specify a list of volumes that get mounted in the promtail container. At least 1 volumeMount is required! |
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.7.0](https://img.shields.io/badge/Version-8.7.0-informational?style=flat-square) ![AppVersion: v23.05.1](https://img.shields.io/badge/AppVersion-v23.05.1-informational?style=flat-square)
![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)

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.05.1"` | |
| image.tag | string | `"v23.09.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 14bc16e

Please sign in to comment.