[home-assistant] Bump HAAS version to 0.112.4 (#287)

See HASS change log for more information
https://www.home-assistant.io/blog/2020/07/01/release-112/
This commit is contained in:
Dan Webb 2020-07-20 19:46:23 +01:00 committed by GitHub
parent 30f6c96711
commit 07324620d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
apiVersion: v1 apiVersion: v1
appVersion: 0.111.4 appVersion: 0.112.4
description: Home Assistant description: Home Assistant
name: home-assistant name: home-assistant
version: 1.0.1 version: 1.0.2
keywords: keywords:
- home-assistant - home-assistant
- hass - hass

View File

@ -37,7 +37,7 @@ The following tables lists the configurable parameters of the Home Assistant cha
| Parameter | Description | Default | | Parameter | Description | Default |
|----------------------------|-------------------------------------|---------------------------------------------------------| |----------------------------|-------------------------------------|---------------------------------------------------------|
| `image.repository` | Image repository | `homeassistant/home-assistant` | | `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.111.4`| | `image.tag` | Image tag. Possible values listed [here](https://hub.docker.com/r/homeassistant/home-assistant/tags/).| `0.112.4`|
| `image.pullPolicy` | Image pull policy | `IfNotPresent` | | `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Secrets to use when pulling the image | `[]` | | `image.pullSecrets` | Secrets to use when pulling the image | `[]` |
| `strategyType` | Specifies the strategy used to replace old Pods by new ones | `Recreate` | | `strategyType` | Specifies the strategy used to replace old Pods by new ones | `Recreate` |

View File

@ -4,7 +4,7 @@
image: image:
repository: homeassistant/home-assistant repository: homeassistant/home-assistant
tag: 0.111.4 tag: 0.112.4
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
pullSecrets: [] pullSecrets: []