Bumping home-assistant image to 0.106.6 (#21491)

Signed-off-by: Jeff Billimek <jeff@billimek.com>
This commit is contained in:
Jeff Billimek
2020-03-17 04:58:22 -07:00
committed by GitHub
parent a20f6736c0
commit 5efc2762df
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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` |
+1 -1
View File
@@ -4,7 +4,7 @@
image:
repository: homeassistant/home-assistant
tag: 0.103.3
tag: 0.106.6
pullPolicy: IfNotPresent
pullSecrets: []