diff --git a/charts/home-assistant/Chart.yaml b/charts/home-assistant/Chart.yaml index 578fe9d73..26a850bbe 100644 --- a/charts/home-assistant/Chart.yaml +++ b/charts/home-assistant/Chart.yaml @@ -4,9 +4,9 @@ description: Open source home automation that puts local control and privacy fir home: https://charts.gabe565.com/charts/home-assistant/ icon: https://raw.githubusercontent.com/home-assistant/assets/master/logo/logo-pretty.png type: application -version: 0.0.1 +version: 0.0.2 # renovate image=ghcr.io/home-assistant/home-assistant -appVersion: 2023.2.2 +appVersion: 2023.2.3 kubeVersion: ">=1.22.0-0" keywords: - home-automation @@ -27,5 +27,5 @@ sources: - https://github.com/home-assistant/core annotations: artifacthub.io/changes: |- - - kind: added - description: Initial release + - kind: changed + description: Update ghcr.io/home-assistant/home-assistant Docker tag to v2023.2.3 diff --git a/charts/home-assistant/README.md b/charts/home-assistant/README.md index 390528b2b..c768ee376 100644 --- a/charts/home-assistant/README.md +++ b/charts/home-assistant/README.md @@ -2,9 +2,9 @@ home-assistant logo -![Version: 0.0.1](https://img.shields.io/badge/Version-0.0.1-informational?style=flat) +![Version: 0.0.2](https://img.shields.io/badge/Version-0.0.2-informational?style=flat) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat) -![AppVersion: 2023.2.2](https://img.shields.io/badge/AppVersion-2023.2.2-informational?style=flat) +![AppVersion: 2023.2.3](https://img.shields.io/badge/AppVersion-2023.2.3-informational?style=flat) Open source home automation that puts local control and privacy first. @@ -139,7 +139,7 @@ No extra privileges required! | hostNetwork | bool | `false` | Enable devices to be discoverable | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.repository | string | `"ghcr.io/home-assistant/home-assistant"` | image repository | -| image.tag | string | `"2023.2.2"` | image tag | +| image.tag | string | `"2023.2.3"` | image tag | | ingress.main | object | See [values.yaml](./values.yaml) | Enable and configure ingress settings for the chart under this key. | | persistence.config | object | See [values.yaml](./values.yaml) | Configure persistence settings for the chart under this key. | | postgresql | object | See [values.yaml](./values.yaml) | Enable and configure postgresql database subchart under this key. For more options see [postgresql chart documentation](https://github.com/bitnami/charts/tree/master/bitnami/postgresql) | diff --git a/charts/home-assistant/values.yaml b/charts/home-assistant/values.yaml index de62bea65..89e6aabc9 100644 --- a/charts/home-assistant/values.yaml +++ b/charts/home-assistant/values.yaml @@ -11,7 +11,7 @@ image: # -- image pull policy pullPolicy: IfNotPresent # -- image tag - tag: 2023.2.2 + tag: 2023.2.3 # -- environment variables. # @default -- See [values.yaml](./values.yaml)