mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 15:39:02 +00:00
Fix Versions
Signed-off-by: Dan Webb <dan.webb@damacus.io>
This commit is contained in:
parent
201e5c98a8
commit
639c5c6cae
@ -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
|
||||
|
@ -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 |
|
||||
|
Loading…
Reference in New Issue
Block a user