Skip to content

Commit

Permalink
🔧 (home-assistant): Change default DNS policy to ClusterFirst
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Mar 8, 2023
1 parent 40aaee6 commit 449c9cb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/home-assistant/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
4 changes: 2 additions & 2 deletions charts/home-assistant/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<img src="https://raw.githubusercontent.com/home-assistant/assets/master/logo/logo-pretty.png" align="right" width="92" alt="home-assistant logo" style="padding-left: 20px">

![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)

Expand Down Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion charts/home-assistant/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 449c9cb

Please sign in to comment.