Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(docker-image): update b4bz/homer docker tag to v23.10.1 #269

Merged
merged 2 commits into from
Oct 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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