Fix Versions

Signed-off-by: Dan Webb <dan.webb@damacus.io>
This commit is contained in:
Dan Webb 2022-08-16 12:00:05 +01:00
parent 201e5c98a8
commit 639c5c6cae
No known key found for this signature in database
GPG Key ID: F5F01E8D94E61CD3
2 changed files with 32 additions and 32 deletions

View File

@ -3,7 +3,7 @@ apiVersion: v2
appVersion: 2022.8.2
description: Home Assistant
name: home-assistant
version: 13.5.2
version: 13.5.0
kubeVersion: ">=1.16.0-0"
keywords:
- home-assistant
@ -21,7 +21,7 @@ maintainers:
dependencies:
- name: common
repository: https://library-charts.k8s-at-home.com
version: 4.5.2
version: 4.5.0
- name: postgresql
version: 11.6.12
repository: https://charts.bitnami.com/bitnami

View File

@ -1,6 +1,6 @@
# home-assistant
![Version: 13.4.2](https://img.shields.io/badge/Version-13.4.2-informational?style=flat-square) ![AppVersion: 2022.8.2](https://img.shields.io/badge/AppVersion-2022.8.2-informational?style=flat-square)
![Version: 13.5.0](https://img.shields.io/badge/Version-13.5.0-informational?style=flat-square) ![AppVersion: 2022.8.2](https://img.shields.io/badge/AppVersion-2022.8.2-informational?style=flat-square)
Home Assistant
@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
## Dependencies
| Repository | Name | Version |
|------------|------|---------|
| -------------------------------------- | ---------- | ------- |
| https://charts.bitnami.com/bitnami | influxdb | 5.3.5 |
| https://charts.bitnami.com/bitnami | mariadb | 11.0.14 |
| https://charts.bitnami.com/bitnami | postgresql | 11.6.12 |
@ -151,7 +151,7 @@ endpoint in your Home-Assistant configuration. See the [official documentation](
**Important**: When deploying an application Helm chart you can add more values from our common library chart [here](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common)
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| ------------------------------------ | ------ | ----------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| addons.codeserver | object | See values.yaml | Enable and configure codeserver for the chart. This allows for easy access to configuration.yaml |
| env | object | See below | environment variables. |
| env.TZ | string | `"UTC"` | Set the container timezone |