[home-assistant] Bump HAAS version to 0.113.3 (#311)

This commit is contained in:
Dan Webb 2020-08-06 13:42:18 +01:00 committed by GitHub
parent bd9f296d6c
commit db26e398d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 152 additions and 152 deletions

View File

@ -1,8 +1,8 @@
apiVersion: v1
appVersion: 0.112.4
appVersion: 0.113.3
description: Home Assistant
name: home-assistant
version: 1.0.4
version: 1.0.5
keywords:
- home-assistant
- hass

View File

@ -35,9 +35,9 @@ The command removes all the Kubernetes components associated with the chart and
The following tables lists the configurable parameters of the Home Assistant chart and their default values.
| 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.112.4`|
| `image.tag` | Image tag. Possible values listed [here](https://hub.docker.com/r/homeassistant/home-assistant/tags/). | `0.113.3` |
| `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` |
@ -66,7 +66,7 @@ The following tables lists the configurable parameters of the Home Assistant cha
| `service.loadBalancerSourceRanges` | Loadbalancer client IP restriction range for the home-assistant GUI | `[]` |
| `service.publishNotReadyAddresses` | Set to true if the editors (vscode or configurator) should be reachable when home assistant does not run | `false` |
| `service.externalTrafficPolicy` | Loadbalancer externalTrafficPolicy | `` |
| `hostNetwork` | Enable hostNetwork - might be needed for discovery to work | `false` |
| `hostNetwork` | Enable hostNetwork - might be needed for discovery to work | `false` |
| `service.nodePort` | nodePort to listen on for the home-assistant GUI | `` |
| `ingress.enabled` | Enables Ingress | `false` |
| `ingress.annotations` | Ingress annotations | `{}` |

View File

@ -4,7 +4,7 @@
image:
repository: homeassistant/home-assistant
tag: 0.112.4
tag: 0.113.3
pullPolicy: IfNotPresent
pullSecrets: []