From 5efc2762dffe50c15e549efe46bbb43a8a9c0ba9 Mon Sep 17 00:00:00 2001 From: Jeff Billimek Date: Tue, 17 Mar 2020 07:58:22 -0400 Subject: [PATCH] Bumping home-assistant image to 0.106.6 (#21491) Signed-off-by: Jeff Billimek --- stable/home-assistant/Chart.yaml | 2 +- stable/home-assistant/README.md | 2 +- stable/home-assistant/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/home-assistant/Chart.yaml b/stable/home-assistant/Chart.yaml index 3a0b61e24c..31e648ed79 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 f693be0f8c..7a2fb334dc 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 d423396c69..08fc510e12 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: []