mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +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
|
apiVersion: v2
|
||||||
appVersion: 2022.4.0
|
appVersion: 2022.5.4
|
||||||
description: Home Assistant
|
description: Home Assistant
|
||||||
name: home-assistant
|
name: home-assistant
|
||||||
version: 13.1.3
|
version: 13.2.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- home-assistant
|
- home-assistant
|
||||||
@ -36,5 +36,5 @@ dependencies:
|
|||||||
condition: influxdb.enabled
|
condition: influxdb.enabled
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |-
|
artifacthub.io/changes: |-
|
||||||
- kind: changed
|
- kind: added
|
||||||
description: Upgraded `common` chart dependency to version 4.4.2
|
description: Added codeserver defaults to values and bumped image version to 2022.5.4
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# home-assistant
|
# 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
|
Home Assistant
|
||||||
|
|
||||||
@ -175,15 +175,15 @@ endpoint in your Home-Assistant configuration. See the [official documentation](
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 13.1.3
|
### Version 13.2.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
N/A
|
* Added codeserver defaults to values.
|
||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
* Upgraded `common` chart dependency to version 4.4.2
|
N/A
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
@ -133,3 +133,18 @@ metrics:
|
|||||||
# for: 5m
|
# for: 5m
|
||||||
# labels:
|
# labels:
|
||||||
# severity: critical
|
# 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