From bcfbda51357b6bb212f4550179009f74b80ee65f Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 25 Feb 2026 22:35:29 +0000
Subject: [PATCH 1/2] chore(deps): update ghcr.io/ajnart/homarr docker tag to
v0.16.1
---
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 b8ec251..0a4d26f 100644
--- a/charts/homarr/Chart.yaml
+++ b/charts/homarr/Chart.yaml
@@ -5,7 +5,7 @@ home: https://oben01.github.io/charts/charts/homarr/
type: application
version: 1.4.0
# renovate datasource=docker depName=ghcr.io/ajnart/homarr
-appVersion: "0.16.0"
+appVersion: "0.16.1"
icon: https://raw.githubusercontent.com/oben01/charts/main/charts/homarr/icon.svg
kubeVersion: ">=1.22.0-0"
keywords:
diff --git a/charts/homarr/values.yaml b/charts/homarr/values.yaml
index dc93696..9074247 100644
--- a/charts/homarr/values.yaml
+++ b/charts/homarr/values.yaml
@@ -10,7 +10,7 @@ image:
# -- Image pull policy
pullPolicy: IfNotPresent
# -- Overrides the image tag whose default is the chart appVersion
- tag: "0.16.0"
+ tag: "0.16.1"
env:
# -- Your local time zone
From d29855836f197bd5b5a857ac095100e456d5d6bd Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 25 Feb 2026 22:35:40 +0000
Subject: [PATCH 2/2] chore: Update chart metadata
---
charts/homarr/Chart.yaml | 4 ++--
charts/homarr/README.md | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/charts/homarr/Chart.yaml b/charts/homarr/Chart.yaml
index 0a4d26f..bd5b5bc 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://oben01.github.io/charts/charts/homarr/
type: application
-version: 1.4.0
+version: 1.4.1
# renovate datasource=docker depName=ghcr.io/ajnart/homarr
appVersion: "0.16.1"
icon: https://raw.githubusercontent.com/oben01/charts/main/charts/homarr/icon.svg
@@ -19,7 +19,7 @@ annotations:
url: https://oben01.github.io/charts/pgp_keys.asc
artifacthub.io/changes: |-
- kind: changed
- description: Update ghcr.io/ajnart/homarr docker tag to v0.16.0
+ description: Update ghcr.io/ajnart/homarr docker tag to v0.16.1
artifacthub.io/links: |-
- name: App Source
url: https://github.com/ajnart/homarr
diff --git a/charts/homarr/README.md b/charts/homarr/README.md
index 776a93f..f879401 100644
--- a/charts/homarr/README.md
+++ b/charts/homarr/README.md
@@ -2,16 +2,16 @@
-
+

-
+
A Helm chart to deploy homarr for Kubernetes
**Homepage:**
**This chart is not maintained by the upstream project and any issues with the chart should be raised
-[here](https://github.com/oben01/charts/issues/new?assignees=oben01&labels=bug&template=bug_report.yaml&name=homarr&version=1.4.0)**
+[here](https://github.com/oben01/charts/issues/new?assignees=oben01&labels=bug&template=bug_report.yaml&name=homarr&version=1.4.1)**
## Source Code
@@ -110,7 +110,7 @@ N/A
| fullnameOverride | string | `""` | Overrides chart's fullname |
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
| image.repository | string | `"ghcr.io/ajnart/homarr"` | Image repository |
-| image.tag | string | `"0.16.0"` | Overrides the image tag whose default is the chart appVersion |
+| image.tag | string | `"0.16.1"` | Overrides the image tag whose default is the chart appVersion |
| imagePullSecrets | list | `[]` | Secrets for Docker registry |
| ingress | object | `{"annotations":{},"enabled":true,"hosts":[{"host":"chart-example.local","paths":[{"path":"/"}]}],"ingressClassName":"","tls":[]}` | Ingress configuration |
| ingress.annotations | object | `{}` | Ingress annotations |