From 97d7411542d099c673d635709ae124efeaacd920 Mon Sep 17 00:00:00 2001 From: "homarr-renovate[bot]" <158783068+homarr-renovate[bot]@users.noreply.github.com> Date: Fri, 23 May 2025 20:19:16 +0000 Subject: [PATCH 1/2] chore(deps): update ghcr.io/homarr-labs/homarr docker tag to v1.21.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 f4945f6..e3f79d5 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: 3.13.0 # renovate datasource=docker depName=ghcr.io/homarr-labs/homarr -appVersion: "v1.20.0" +appVersion: "v1.21.0" icon: https://raw.githubusercontent.com/homarr-labs/charts/refs/heads/main/charts/homarr/icon.svg kubeVersion: ">=1.24.0-0" dependencies: diff --git a/charts/homarr/values.yaml b/charts/homarr/values.yaml index 6f97cad..493ad4e 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.20.0" + tag: "v1.21.0" env: # -- Your local time zone From 8c4aa7b9e53391d0e3798504b02bad4664c970be Mon Sep 17 00:00:00 2001 From: "homarr-renovate[bot]" <158783068+homarr-renovate[bot]@users.noreply.github.com> Date: Fri, 23 May 2025 20:20:35 +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 e3f79d5..df9f591 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: 3.13.0 +version: 3.14.0 # renovate datasource=docker depName=ghcr.io/homarr-labs/homarr appVersion: "v1.21.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.20.0 + description: Update ghcr.io/homarr-labs/homarr docker tag to v1.21.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 6679650..0ee507a 100644 --- a/charts/homarr/README.md +++ b/charts/homarr/README.md @@ -2,9 +2,9 @@ homarr logo -![Version: 3.13.0](https://img.shields.io/badge/Version-3.13.0-informational?style=flat) +![Version: 3.14.0](https://img.shields.io/badge/Version-3.14.0-informational?style=flat) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat) -![AppVersion: v1.20.0](https://img.shields.io/badge/AppVersion-v1.20.0-informational?style=flat) +![AppVersion: v1.21.0](https://img.shields.io/badge/AppVersion-v1.21.0-informational?style=flat) A Helm chart to deploy homarr for Kubernetes @@ -307,7 +307,7 @@ All available values are listed on the [artifacthub](https://artifacthub.io/pack | hostAliases | list | `[]` | Add static entries to /etc/hosts in the Pod. This is useful in the following cases: - You are running in a dual-stack cluster (IPv4 + IPv6) and want to force usage of IPv4 for specific hostnames - Your application is having DNS resolution issues or IPv6 preference issues - You need to override or simulate DNS entries without changing global DNS - You are running in an air-gapped or isolated environment without external DNS Example: hostAliases: - ip: "192.168.1.10" hostnames: - "example.com" - "example.internal" | | image.pullPolicy | string | `"IfNotPresent"` | Image pull policy | | image.repository | string | `"ghcr.io/homarr-labs/homarr"` | Image repository | -| image.tag | string | `"v1.20.0"` | Overrides the image tag whose default is the chart appVersion | +| image.tag | string | `"v1.21.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 |