diff --git a/charts/home-assistant/Chart.yaml b/charts/home-assistant/Chart.yaml index 71aa1e4d..9d70cc97 100644 --- a/charts/home-assistant/Chart.yaml +++ b/charts/home-assistant/Chart.yaml @@ -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 diff --git a/charts/home-assistant/README.md b/charts/home-assistant/README.md index 4b5bc732..f7194d83 100644 --- a/charts/home-assistant/README.md +++ b/charts/home-assistant/README.md @@ -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` | diff --git a/charts/home-assistant/values.yaml b/charts/home-assistant/values.yaml index eb7d9296..2d31b7a1 100644 --- a/charts/home-assistant/values.yaml +++ b/charts/home-assistant/values.yaml @@ -4,7 +4,7 @@ image: repository: homeassistant/home-assistant - tag: 0.111.4 + tag: 0.112.4 pullPolicy: IfNotPresent pullSecrets: []