mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 15:39:02 +00:00
[home-assistant] Bump HAAS version to 0.112.4 (#287)
See HASS change log for more information https://www.home-assistant.io/blog/2020/07/01/release-112/
This commit is contained in:
parent
30f6c96711
commit
07324620d5
@ -1,8 +1,8 @@
|
||||
apiVersion: v1
|
||||
appVersion: 0.111.4
|
||||
appVersion: 0.112.4
|
||||
description: Home Assistant
|
||||
name: home-assistant
|
||||
version: 1.0.1
|
||||
version: 1.0.2
|
||||
keywords:
|
||||
- home-assistant
|
||||
- hass
|
||||
|
@ -37,7 +37,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.111.4`|
|
||||
| `image.tag` | Image tag. Possible values listed [here](https://hub.docker.com/r/homeassistant/home-assistant/tags/).| `0.112.4`|
|
||||
| `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` |
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
image:
|
||||
repository: homeassistant/home-assistant
|
||||
tag: 0.111.4
|
||||
tag: 0.112.4
|
||||
pullPolicy: IfNotPresent
|
||||
pullSecrets: []
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user