Skip to content

Commit

Permalink
Bumping home-assistant image to 0.106.6 (helm#21491)
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Billimek <jeff@billimek.com>
  • Loading branch information
billimek authored Mar 17, 2020
1 parent a20f673 commit 5efc276
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stable/home-assistant/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion stable/home-assistant/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down
2 changes: 1 addition & 1 deletion stable/home-assistant/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

image:
repository: homeassistant/home-assistant
tag: 0.103.3
tag: 0.106.6
pullPolicy: IfNotPresent
pullSecrets: []

Expand Down

0 comments on commit 5efc276

Please sign in to comment.