diff --git a/charts/homarr/Chart.yaml b/charts/homarr/Chart.yaml index 732189c..2abdb4f 100644 --- a/charts/homarr/Chart.yaml +++ b/charts/homarr/Chart.yaml @@ -3,10 +3,10 @@ name: homarr description: A Helm chart to deploy homarr for Kubernetes home: https://homarr-labs.github.io/charts/charts/homarr/ type: application -version: 0.2.0 +version: 0.2.1 # renovate datasource=docker depName=ghcr.io/homarr-labs/homarr -appVersion: "0.0.1" -icon: https://raw.githubusercontent.com/homarr-labs/homarr/dev/charts/homarr/icon.svg +appVersion: "v1.0.0-beta.4" +icon: https://raw.githubusercontent.com/homarr-labs/charts/refs/heads/main/charts/homarr/icon.svg kubeVersion: ">=1.22.0-0" dependencies: - name: mysql @@ -24,9 +24,9 @@ annotations: url: https://homarr-labs.github.io/charts/pgp_keys.asc artifacthub.io/changes: |- - kind: changed - description: Update mysql helm release to v12.2.0 + description: update chart to version v1.0.0-beta.4 artifacthub.io/links: |- - name: App Source url: https://github.com/homarr-labs/homarr - name: Chart Source - url: https://github.com/homarr-labs/charts/tree/dev/charts/homarr + url: https://github.com/homarr-labs/charts/tree/main/charts/homarr diff --git a/charts/homarr/README.md b/charts/homarr/README.md index 38ee585..4f85cba 100644 --- a/charts/homarr/README.md +++ b/charts/homarr/README.md @@ -1,10 +1,10 @@ # Homarr -homarr logo +homarr logo -![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat) +![Version: 0.2.1](https://img.shields.io/badge/Version-0.2.1-informational?style=flat) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat) -![AppVersion: 0.0.1](https://img.shields.io/badge/AppVersion-0.0.1-informational?style=flat) +![AppVersion: v1.0.0-beta.4](https://img.shields.io/badge/AppVersion-v1.0.0--beta.4-informational?style=flat) A Helm chart to deploy homarr for Kubernetes @@ -308,7 +308,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 | `"early-adopters"` | Overrides the image tag whose default is the chart appVersion | +| image.tag | string | `"v1.0.0-beta.4"` | 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 | diff --git a/charts/homarr/values.yaml b/charts/homarr/values.yaml index 08cd2b0..4434bba 100644 --- a/charts/homarr/values.yaml +++ b/charts/homarr/values.yaml @@ -10,7 +10,7 @@ image: # -- Image pull policy pullPolicy: IfNotPresent # -- Overrides the image tag whose default is the chart appVersion - tag: "early-adopters" + tag: "v1.0.0-beta.4" env: # -- Your local time zone