diff --git a/docs/getting-started/installation/helm.md b/docs/getting-started/installation/helm.md index e630d130..b2bcb232 100644 --- a/docs/getting-started/installation/helm.md +++ b/docs/getting-started/installation/helm.md @@ -2,9 +2,9 @@ homarr logo -![Version: 7.1.0](https://img.shields.io/badge/Version-7.1.0-informational?style=flat) +![Version: 7.2.0](https://img.shields.io/badge/Version-7.2.0-informational?style=flat) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat) -![AppVersion: v1.39.0](https://img.shields.io/badge/AppVersion-v1.39.0-informational?style=flat) +![AppVersion: v1.40.0](https://img.shields.io/badge/AppVersion-v1.40.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.39.0"` | Overrides the image tag whose default is the chart appVersion | +| image.tag | string | `"v1.40.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 |