From b30dabf5e7b254c507e9b1dab26c60d42135bc37 Mon Sep 17 00:00:00 2001 From: "homarr-renovate[bot]" <158783068+homarr-renovate[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 19:29:33 +0000 Subject: [PATCH 1/2] chore(deps): update ghcr.io/homarr-labs/homarr docker tag to v1.41.0 --- charts/homarr/Chart.yaml | 2 +- charts/homarr/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/homarr/Chart.yaml b/charts/homarr/Chart.yaml index f5a1cd5..291d2f5 100644 --- a/charts/homarr/Chart.yaml +++ b/charts/homarr/Chart.yaml @@ -5,7 +5,7 @@ home: https://homarr-labs.github.io/charts/charts/homarr/ type: application version: 7.2.0 # renovate datasource=docker depName=ghcr.io/homarr-labs/homarr -appVersion: "v1.40.0" +appVersion: "v1.41.0" icon: https://raw.githubusercontent.com/homarr-labs/charts/refs/heads/main/charts/homarr/icon.svg kubeVersion: ">=1.24.0-0" keywords: diff --git a/charts/homarr/values.yaml b/charts/homarr/values.yaml index eb7e19e..680d3f5 100644 --- a/charts/homarr/values.yaml +++ b/charts/homarr/values.yaml @@ -13,7 +13,7 @@ image: # -- Image pull policy pullPolicy: IfNotPresent # -- Overrides the image tag whose default is the chart appVersion - tag: "v1.40.0" + tag: "v1.41.0" env: # -- Your local time zone From 0558a41fd711398b96e09f1ad25194741a685061 Mon Sep 17 00:00:00 2001 From: "homarr-renovate[bot]" <158783068+homarr-renovate[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 19:29:54 +0000 Subject: [PATCH 2/2] chore: Update chart metadata --- charts/homarr/Chart.yaml | 4 ++-- charts/homarr/README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/homarr/Chart.yaml b/charts/homarr/Chart.yaml index 291d2f5..8d717e6 100644 --- a/charts/homarr/Chart.yaml +++ b/charts/homarr/Chart.yaml @@ -3,7 +3,7 @@ name: homarr description: A Helm chart to deploy homarr for Kubernetes home: https://homarr-labs.github.io/charts/charts/homarr/ type: application -version: 7.2.0 +version: 7.3.0 # renovate datasource=docker depName=ghcr.io/homarr-labs/homarr appVersion: "v1.41.0" icon: https://raw.githubusercontent.com/homarr-labs/charts/refs/heads/main/charts/homarr/icon.svg @@ -22,7 +22,7 @@ annotations: url: https://homarr-labs.github.io/charts/pgp_keys.asc artifacthub.io/changes: |- - kind: changed - description: Update ghcr.io/homarr-labs/homarr docker tag to v1.40.0 + description: Update ghcr.io/homarr-labs/homarr docker tag to v1.41.0 artifacthub.io/links: |- - name: App Source url: https://github.com/homarr-labs/homarr diff --git a/charts/homarr/README.md b/charts/homarr/README.md index a89417e..277be46 100644 --- a/charts/homarr/README.md +++ b/charts/homarr/README.md @@ -2,9 +2,9 @@ homarr logo -![Version: 7.2.0](https://img.shields.io/badge/Version-7.2.0-informational?style=flat) +![Version: 7.3.0](https://img.shields.io/badge/Version-7.3.0-informational?style=flat) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat) -![AppVersion: v1.40.0](https://img.shields.io/badge/AppVersion-v1.40.0-informational?style=flat) +![AppVersion: v1.41.0](https://img.shields.io/badge/AppVersion-v1.41.0-informational?style=flat) A Helm chart to deploy homarr for Kubernetes @@ -415,7 +415,7 @@ All available values are listed on the [artifacthub](https://artifacthub.io/pack | httproute.rules[0].matches[0].path.value | string | `"/"` | Path value to match | | image.pullPolicy | string | `"IfNotPresent"` | Image pull policy | | image.repository | string | `"ghcr.io/homarr-labs/homarr"` | Image repository | -| image.tag | string | `"v1.40.0"` | Overrides the image tag whose default is the chart appVersion | +| image.tag | string | `"v1.41.0"` | Overrides the image tag whose default is the chart appVersion | | imagePullSecrets | list | `[]` | Secrets for Docker registry | | ingress.annotations | object | `{}` | Ingress annotations | | ingress.enabled | bool | `false` | Enable ingress |