mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
upgrade home assistant (#10302)
Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
3d38d0ad78
commit
a57776d25f
@@ -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
|
||||
|
||||
@@ -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` |
|
||||
|
||||
@@ -6,7 +6,7 @@ replicaCount: 1
|
||||
|
||||
image:
|
||||
repository: homeassistant/home-assistant
|
||||
tag: 0.81.2
|
||||
tag: 0.84.6
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
service:
|
||||
|
||||
Reference in New Issue
Block a user