diff --git a/stable/home-assistant/Chart.yaml b/stable/home-assistant/Chart.yaml index 3a0b61e24c48..31e648ed79c1 100644 --- a/stable/home-assistant/Chart.yaml +++ b/stable/home-assistant/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: 0.106.6 description: Home Assistant name: home-assistant -version: 0.12.2 +version: 0.12.3 keywords: - home-assistant - hass diff --git a/stable/home-assistant/README.md b/stable/home-assistant/README.md index f693be0f8cbb..7a2fb334dc88 100644 --- a/stable/home-assistant/README.md +++ b/stable/home-assistant/README.md @@ -36,7 +36,7 @@ The following tables lists the configurable parameters of the Home Assistant cha | Parameter | Description | Default | |----------------------------|-------------------------------------|---------------------------------------------------------| | `image.repository` | Image repository | `homeassistant/home-assistant` | -| `image.tag` | Image tag. Possible values listed [here](https://hub.docker.com/r/homeassistant/home-assistant/tags/).| `0.103.3`| +| `image.tag` | Image tag. Possible values listed [here](https://hub.docker.com/r/homeassistant/home-assistant/tags/).| `0.106.6`| | `image.pullPolicy` | Image pull policy | `IfNotPresent` | | `image.pullSecrets` | Secrets to use when pulling the image | `[]` | | `strategyType` | Specifies the strategy used to replace old Pods by new ones | `Recreate` | diff --git a/stable/home-assistant/values.yaml b/stable/home-assistant/values.yaml index d423396c692a..08fc510e12d8 100644 --- a/stable/home-assistant/values.yaml +++ b/stable/home-assistant/values.yaml @@ -4,7 +4,7 @@ image: repository: homeassistant/home-assistant - tag: 0.103.3 + tag: 0.106.6 pullPolicy: IfNotPresent pullSecrets: []