mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 15:39:02 +00:00
[home-assistant] Add disabled codeserver addon to values. (#1563)
Co-authored-by: Devin Buhl <onedr0p@users.noreply.github.com>
This commit is contained in:
parent
bac9ba2906
commit
2b68d4b40e
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user