diff --git a/charts/home-assistant/Chart.yaml b/charts/home-assistant/Chart.yaml index 23d9e53d6..d1fcad80f 100644 --- a/charts/home-assistant/Chart.yaml +++ b/charts/home-assistant/Chart.yaml @@ -4,7 +4,7 @@ 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.1.1 +version: 0.1.2 # renovate datasource=docker depName=ghcr.io/home-assistant/home-assistant appVersion: 2023.3.1 kubeVersion: ">=1.22.0-0" @@ -28,4 +28,4 @@ sources: annotations: artifacthub.io/changes: |- - kind: changed - description: Update ghcr.io/home-assistant/home-assistant Docker tag to v2023.3.1 + description: Change default DNS policy to ClusterFirst diff --git a/charts/home-assistant/README.md b/charts/home-assistant/README.md index e1f2f41e8..27639d6da 100644 --- a/charts/home-assistant/README.md +++ b/charts/home-assistant/README.md @@ -2,7 +2,7 @@ home-assistant logo -![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat) +![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat) ![AppVersion: 2023.3.1](https://img.shields.io/badge/AppVersion-2023.3.1-informational?style=flat) @@ -133,7 +133,7 @@ No extra privileges required! | Key | Type | Default | Description | |-----|------|---------|-------------| | addons.codeserver | object | See [values.yaml](./values.yaml) | Enable VS Code server addon. This allows for easy access to configuration.yaml | -| dnsPolicy | string | `"Default"` | When hostNetwork is true set dnsPolicy to `ClusterFirstWithHostNet` | +| dnsPolicy | string | `"ClusterFirst"` | When hostNetwork is true set dnsPolicy to `ClusterFirstWithHostNet` | | env | object | See [values.yaml](./values.yaml) | environment variables. | | env.TZ | string | `"UTC"` | Set the container timezone | | hostNetwork | bool | `false` | Enable devices to be discoverable | diff --git a/charts/home-assistant/values.yaml b/charts/home-assistant/values.yaml index 2669d2f5d..1292ba9d4 100644 --- a/charts/home-assistant/values.yaml +++ b/charts/home-assistant/values.yaml @@ -37,7 +37,7 @@ ingress: hostNetwork: false # -- When hostNetwork is true set dnsPolicy to `ClusterFirstWithHostNet` -dnsPolicy: Default +dnsPolicy: ClusterFirst persistence: # -- Configure persistence settings for the chart under this key.