upgrade home assistant (#10302)

Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
This commit is contained in:
David J. M. Karlsen
2018-12-29 14:20:42 -08:00
committed by Kubernetes Prow Robot
parent 3d38d0ad78
commit a57776d25f
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
apiVersion: v1
appVersion: 0.81.2
appVersion: 0.84.6
description: Home Assistant
name: home-assistant
version: 0.4.2
version: 0.5.0
keywords:
- home-assistant
- hass
+1 -1
View File
@@ -36,7 +36,7 @@ The following tables lists the configurable parameters of the Sentry chart and t
| Parameter | Description | Default |
|----------------------------|-------------------------------------|---------------------------------------------------------|
| `image.repository` | Image repository | `homeassistant/home-assistant` |
| `image.tag` | Image tag. Possible values listed [here](https://hub.docker.com/r/jacobalberty/home-assistant/tags/).| `0.72.1`|
| `image.tag` | Image tag. Possible values listed [here](https://hub.docker.com/r/homeassistant/home-assistant/tags/).| `0.84.6`|
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `service.type` | Kubernetes service type for the home-assistant GUI | `ClusterIP` |
| `service.port` | Kubernetes port where the home-assistant GUI is exposed| `8123` |
+1 -1
View File
@@ -6,7 +6,7 @@ replicaCount: 1
image:
repository: homeassistant/home-assistant
tag: 0.81.2
tag: 0.84.6
pullPolicy: IfNotPresent
service: