From f54dfea4f168bb93924f08a14609a7545411cae2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 23:12:19 +0000 Subject: [PATCH 1/2] feat(docker-image): update b4bz/homer docker tag to v23.09.1 | datasource | package | from | to | | ---------- | ---------- | -------- | -------- | | docker | b4bz/homer | v23.05.1 | v23.09.1 | --- charts/apps/homer/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/apps/homer/values.yaml b/charts/apps/homer/values.yaml index b97d79b6..2e175882 100644 --- a/charts/apps/homer/values.yaml +++ b/charts/apps/homer/values.yaml @@ -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 From 82cb736c0f2be7258a6f5fb844827e0dda7ccc5b Mon Sep 17 00:00:00 2001 From: Zakhar Bessarab Date: Mon, 2 Oct 2023 11:23:30 +0400 Subject: [PATCH 2/2] chore: bump chart version --- charts/apps/homer/Chart.yaml | 6 +++--- charts/apps/homer/README.md | 4 ++-- charts/library/common/README.md | 2 +- docs/charts/homer.md | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/apps/homer/Chart.yaml b/charts/apps/homer/Chart.yaml index 15088d48..5589d00e 100644 --- a/charts/apps/homer/Chart.yaml +++ b/charts/apps/homer/Chart.yaml @@ -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 @@ -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 diff --git a/charts/apps/homer/README.md b/charts/apps/homer/README.md index 210e76f1..d13eac39 100644 --- a/charts/apps/homer/README.md +++ b/charts/apps/homer/README.md @@ -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. @@ -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 | diff --git a/charts/library/common/README.md b/charts/library/common/README.md index 8166e4fb..d2fce044 100644 --- a/charts/library/common/README.md +++ b/charts/library/common/README.md @@ -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! | diff --git a/docs/charts/homer.md b/docs/charts/homer.md index 210e76f1..d13eac39 100644 --- a/docs/charts/homer.md +++ b/docs/charts/homer.md @@ -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. @@ -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 |