From 159ef1de72009ec4cfeee55fbe6ed54519969963 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Sun, 1 Sep 2024 22:43:57 +0000 Subject: [PATCH] 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 21b75f8..27f76f3 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.2.5 +version: 1.2.6 # renovate datasource=docker depName=ghcr.io/ajnart/homarr appVersion: "0.15.4" 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.15.3 + description: Update ghcr.io/ajnart/homarr docker tag to v0.15.4 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 79f948c..abe6edc 100644 --- a/charts/homarr/README.md +++ b/charts/homarr/README.md @@ -2,16 +2,16 @@ homarr logo -![Version: 1.2.5](https://img.shields.io/badge/Version-1.2.5-informational?style=flat) +![Version: 1.2.6](https://img.shields.io/badge/Version-1.2.6-informational?style=flat) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat) -![AppVersion: 0.15.3](https://img.shields.io/badge/AppVersion-0.15.3-informational?style=flat) +![AppVersion: 0.15.4](https://img.shields.io/badge/AppVersion-0.15.4-informational?style=flat) 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.2.5)** +[here](https://github.com/oben01/charts/issues/new?assignees=oben01&labels=bug&template=bug_report.yaml&name=homarr&version=1.2.6)** ## Source Code @@ -109,7 +109,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.15.3"` | Overrides the image tag whose default is the chart appVersion | +| image.tag | string | `"0.15.4"` | 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 |