diff --git a/charts/homarr/Chart.yaml b/charts/homarr/Chart.yaml index 6b91eb9..1a46278 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: 2.5.0 +version: 2.6.0 # renovate datasource=docker depName=ghcr.io/homarr-labs/homarr appVersion: "v1.6.0" icon: https://raw.githubusercontent.com/homarr-labs/charts/refs/heads/main/charts/homarr/icon.svg @@ -27,7 +27,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.5.0 + description: Update ghcr.io/homarr-labs/homarr docker tag to v1.6.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 7f74285..ec5f92a 100644 --- a/charts/homarr/README.md +++ b/charts/homarr/README.md @@ -2,9 +2,9 @@ homarr logo -![Version: 2.5.0](https://img.shields.io/badge/Version-2.5.0-informational?style=flat) +![Version: 2.6.0](https://img.shields.io/badge/Version-2.6.0-informational?style=flat) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat) -![AppVersion: v1.5.0](https://img.shields.io/badge/AppVersion-v1.5.0-informational?style=flat) +![AppVersion: v1.6.0](https://img.shields.io/badge/AppVersion-v1.6.0-informational?style=flat) A Helm chart to deploy homarr for Kubernetes @@ -306,7 +306,7 @@ All available values are listed on the [artifacthub](https://artifacthub.io/pack | fullnameOverride | string | `""` | Overrides chart's fullname | | image.pullPolicy | string | `"IfNotPresent"` | Image pull policy | | image.repository | string | `"ghcr.io/homarr-labs/homarr"` | Image repository | -| image.tag | string | `"v1.5.0"` | Overrides the image tag whose default is the chart appVersion | +| image.tag | string | `"v1.6.0"` | Overrides the image tag whose default is the chart appVersion | | imagePullSecrets | list | `[]` | Secrets for Docker registry | | imagesCopy.enabled | bool | `false` | Set to true to enable the init container for copying local images to the PVC. Requires homarr-images PVC to be enabled. | | imagesCopy.pathToLocalImages | string | `"/path-to-local-images"` | The path where local images are stored for copying to the PVC |