mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-03 07:49:03 +00:00
[home-assistant] Version bump to 2021.5.5 (#920)
* Update home assistant to version 2021.5.5 Signed-off-by: Raphael Sobik <raphael@sobik.org>
This commit is contained in:
parent
ffea67c4d4
commit
b29c1ba744
@ -1,8 +1,8 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 2021.4.4
|
appVersion: 2021.5.5
|
||||||
description: Home Assistant
|
description: Home Assistant
|
||||||
name: home-assistant
|
name: home-assistant
|
||||||
version: 8.2.0
|
version: 8.3.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- home-assistant
|
- home-assistant
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# home-assistant
|
# home-assistant
|
||||||
|
|
||||||
![Version: 8.0.0](https://img.shields.io/badge/Version-8.0.0-informational?style=flat-square) ![AppVersion: 2021.4.4](https://img.shields.io/badge/AppVersion-2021.4.4-informational?style=flat-square)
|
![Version: 8.3.0](https://img.shields.io/badge/Version-8.3.0-informational?style=flat-square) ![AppVersion: 2021.5.5](https://img.shields.io/badge/AppVersion-2021.5.5-informational?style=flat-square)
|
||||||
|
|
||||||
Home Assistant
|
Home Assistant
|
||||||
|
|
||||||
@ -21,9 +21,9 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://charts.bitnami.com/bitnami | influxdb | 1.1.9 |
|
| https://charts.bitnami.com/bitnami | influxdb | 1.1.9 |
|
||||||
| https://charts.bitnami.com/bitnami | mariadb | 9.3.6 |
|
| https://charts.bitnami.com/bitnami | mariadb | 9.3.9 |
|
||||||
| https://charts.bitnami.com/bitnami | postgresql | 10.3.15 |
|
| https://charts.bitnami.com/bitnami | postgresql | 10.4.0 |
|
||||||
| https://library-charts.k8s-at-home.com | common | 2.3.1 |
|
| https://library-charts.k8s-at-home.com | common | 2.5.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|
||||||
@ -129,7 +129,7 @@ The value derived is the name of the kubernetes service object for home-assistan
|
|||||||
| env | object | `{}` | |
|
| env | object | `{}` | |
|
||||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||||
| image.repository | string | `"homeassistant/home-assistant"` | |
|
| image.repository | string | `"homeassistant/home-assistant"` | |
|
||||||
| image.tag | string | `"2021.4.4"` | |
|
| image.tag | string | `"2021.5.5"` | |
|
||||||
| influxdb.architecture | string | `"standalone"` | |
|
| influxdb.architecture | string | `"standalone"` | |
|
||||||
| influxdb.authEnabled | bool | `false` | |
|
| influxdb.authEnabled | bool | `false` | |
|
||||||
| influxdb.database | string | `"home_assistant"` | |
|
| influxdb.database | string | `"home_assistant"` | |
|
||||||
@ -161,6 +161,12 @@ All notable changes to this project will be documented in this file.
|
|||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [8.3.0]
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Updated image tag to version 2021.5.5
|
||||||
|
|
||||||
## [8.0.0]
|
## [8.0.0]
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
@ -143,3 +143,4 @@ helm install {{ template "chart.name" . }} {{ template "custom.helm.path" . }} -
|
|||||||
{{ template "custom.support" . }}
|
{{ template "custom.support" . }}
|
||||||
|
|
||||||
{{ template "helm-docs.versionFooter" . }}
|
{{ template "helm-docs.versionFooter" . }}
|
||||||
|
{{ "" }}
|
||||||
|
@ -10,6 +10,12 @@ All notable changes to this project will be documented in this file.
|
|||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [8.3.0]
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Updated image tag to version 2021.5.5.
|
||||||
|
|
||||||
## [8.0.0]
|
## [8.0.0]
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
@ -25,10 +31,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Migrated chart over to our common library, this version introduces breaking changes. Be sure to back up your config volume incase something goes wrong.
|
- Migrated chart over to our common library, this version introduces breaking changes. Be sure to back up your config volume incase something goes wrong.
|
||||||
- Upgraded `home-assistant` container image to `2020.12.1`
|
- Upgraded `home-assistant` container image to `2020.12.1`.
|
||||||
- Upgraded `postgresql` subchart from version 10.1.3 to version 10.2.0.
|
- Upgraded `postgresql` subchart from version 10.1.3 to version 10.2.0.
|
||||||
- Upgraded `influxdb` subchart from version 1.1.2 to version 1.1.4.
|
- Upgraded `influxdb` subchart from version 1.1.2 to version 1.1.4.
|
||||||
- Upgraded `mariadb` subchart from version 9.1.2 to version 9.1.4
|
- Upgraded `mariadb` subchart from version 9.1.2 to version 9.1.4.
|
||||||
|
|
||||||
## [4.0.0]
|
## [4.0.0]
|
||||||
|
|
||||||
@ -55,7 +61,7 @@ Any pre-existing StatefulSet will have to be removed before upgrading due to a n
|
|||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- The default `home-assistant` image has been updated to v0.118.3.
|
- The default `home-assistant` image has been updated to v0.118.3.
|
||||||
- The default `vscode` image has been updated to 3.7.2
|
- The default `vscode` image has been updated to 3.7.2.
|
||||||
- :warning: Upgraded `influxdb` subchart from version 0.6.7 to version 1.0.0.
|
- :warning: Upgraded `influxdb` subchart from version 0.6.7 to version 1.0.0.
|
||||||
- :warning: Upgraded `postgresql` subchart from version 9.1.2 to version 10.1.0.
|
- :warning: Upgraded `postgresql` subchart from version 9.1.2 to version 10.1.0.
|
||||||
This is a major version update, [requiring changes](https://github.com/bitnami/charts/tree/master/bitnami/postgresql#to-1000) in your `values.yaml` if you use it!
|
This is a major version update, [requiring changes](https://github.com/bitnami/charts/tree/master/bitnami/postgresql#to-1000) in your `values.yaml` if you use it!
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
image:
|
image:
|
||||||
repository: homeassistant/home-assistant
|
repository: homeassistant/home-assistant
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 2021.4.4
|
tag: 2021.5.5
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
|
Loading…
Reference in New Issue
Block a user