From a57776d25f5996d07e7753baa4283853293305e9 Mon Sep 17 00:00:00 2001 From: "David J. M. Karlsen" Date: Sat, 29 Dec 2018 23:20:42 +0100 Subject: [PATCH] upgrade home assistant (#10302) Signed-off-by: David J. M. Karlsen --- stable/home-assistant/Chart.yaml | 4 ++-- stable/home-assistant/README.md | 2 +- stable/home-assistant/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stable/home-assistant/Chart.yaml b/stable/home-assistant/Chart.yaml index 7b0a66a6cd..aa3e84163d 100644 --- a/stable/home-assistant/Chart.yaml +++ b/stable/home-assistant/Chart.yaml @@ -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 diff --git a/stable/home-assistant/README.md b/stable/home-assistant/README.md index 60cb551c7b..1f59839957 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 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` | diff --git a/stable/home-assistant/values.yaml b/stable/home-assistant/values.yaml index ca449f9080..1dbc4a0b5d 100644 --- a/stable/home-assistant/values.yaml +++ b/stable/home-assistant/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: repository: homeassistant/home-assistant - tag: 0.81.2 + tag: 0.84.6 pullPolicy: IfNotPresent service: