diff --git a/charts/stable/home-assistant/Chart.yaml b/charts/stable/home-assistant/Chart.yaml index dd5bfa0f..466cd629 100644 --- a/charts/stable/home-assistant/Chart.yaml +++ b/charts/stable/home-assistant/Chart.yaml @@ -1,9 +1,9 @@ --- apiVersion: v2 -appVersion: 2022.4.0 +appVersion: 2022.5.4 description: Home Assistant name: home-assistant -version: 13.1.3 +version: 13.2.0 kubeVersion: ">=1.16.0-0" keywords: - home-assistant @@ -36,5 +36,5 @@ dependencies: condition: influxdb.enabled annotations: artifacthub.io/changes: |- - - kind: changed - description: Upgraded `common` chart dependency to version 4.4.2 + - kind: added + description: Added codeserver defaults to values and bumped image version to 2022.5.4 diff --git a/charts/stable/home-assistant/README.md b/charts/stable/home-assistant/README.md index 0f0ea0dd..17298bbe 100644 --- a/charts/stable/home-assistant/README.md +++ b/charts/stable/home-assistant/README.md @@ -1,6 +1,6 @@ # home-assistant -![Version: 13.1.3](https://img.shields.io/badge/Version-13.1.3-informational?style=flat-square) ![AppVersion: 2022.4.0](https://img.shields.io/badge/AppVersion-2022.4.0-informational?style=flat-square) +![Version: 13.2.0](https://img.shields.io/badge/Version-13.2.0-informational?style=flat-square) ![AppVersion: 2022.4.0](https://img.shields.io/badge/AppVersion-2022.4.0-informational?style=flat-square) Home Assistant @@ -175,15 +175,15 @@ endpoint in your Home-Assistant configuration. See the [official documentation]( ## Changelog -### Version 13.1.3 +### Version 13.2.0 #### Added -N/A +* Added codeserver defaults to values. #### Changed -* Upgraded `common` chart dependency to version 4.4.2 +N/A #### Fixed diff --git a/charts/stable/home-assistant/values.yaml b/charts/stable/home-assistant/values.yaml index 97d065b2..52446fc0 100644 --- a/charts/stable/home-assistant/values.yaml +++ b/charts/stable/home-assistant/values.yaml @@ -133,3 +133,18 @@ metrics: # for: 5m # labels: # severity: critical + +addons: + # -- Enable and configure codeserver for the chart. + # This allows for easy access to configuration.yaml + # @default -- See values.yaml + codeserver: + enabled: false + args: + - --auth + - none + - --user-data-dir + - /data/config/.vscode + volumeMounts: + - name: config + mountPath: /data/config