From 05b47b69fbfad7fa563d6517a61a575f4f3b72f7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 14 Nov 2025 19:45:00 +0000 Subject: [PATCH] docs(helm): Update Helm chart documentation --- docs/getting-started/installation/helm.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/getting-started/installation/helm.md b/docs/getting-started/installation/helm.md index 8e16479d..3ed32bf5 100644 --- a/docs/getting-started/installation/helm.md +++ b/docs/getting-started/installation/helm.md @@ -2,9 +2,9 @@ homarr logo -![Version: 8.2.2](https://img.shields.io/badge/Version-8.2.2-informational?style=flat) +![Version: 8.2.3](https://img.shields.io/badge/Version-8.2.3-informational?style=flat) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat) -![AppVersion: v1.43.2](https://img.shields.io/badge/AppVersion-v1.43.2-informational?style=flat) +![AppVersion: v1.43.3](https://img.shields.io/badge/AppVersion-v1.43.3-informational?style=flat) A Helm chart to deploy homarr for Kubernetes @@ -428,7 +428,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.43.2"` | Overrides the image tag whose default is the chart appVersion | +| image.tag | string | `"v1.43.3"` | 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 |