mirror of
https://github.com/truenas/charts.git
synced 2026-04-05 11:48:55 +08:00
Publish new changes in catalog
This commit is contained in:
@@ -4,7 +4,7 @@ description: Home Assistant is an open source home automation that puts local co
|
||||
annotations:
|
||||
title: Home Assistant
|
||||
type: application
|
||||
version: 2.0.25
|
||||
version: 2.0.26
|
||||
apiVersion: v2
|
||||
appVersion: 2024.5.5
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
18
charts/home-assistant/2.0.26/ci/devices-values.yaml
Normal file
18
charts/home-assistant/2.0.26/ci/devices-values.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
haConfig:
|
||||
allowDevices: true
|
||||
|
||||
haNetwork:
|
||||
webPort: 31000
|
||||
|
||||
haStorage:
|
||||
config:
|
||||
type: pvc
|
||||
media:
|
||||
type: pvc
|
||||
pgData:
|
||||
type: pvc
|
||||
pgBackup:
|
||||
type: emptyDir
|
||||
emptyDirConfig:
|
||||
medium: ""
|
||||
size: ""
|
||||
@@ -25,6 +25,7 @@ podOptions:
|
||||
options: []
|
||||
|
||||
haConfig:
|
||||
allowDevices: false
|
||||
additionalEnvs: []
|
||||
|
||||
haNetwork:
|
||||
@@ -33,6 +33,38 @@ questions:
|
||||
$ref:
|
||||
- definitions/timezone
|
||||
|
||||
- variable: haConfig
|
||||
label: ""
|
||||
group: Home Assistant Configuration
|
||||
schema:
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: allowDevices
|
||||
label: Allow Devices
|
||||
description: |
|
||||
Allow devices to be added to Home Assistant.
|
||||
Keep in mind that this will make the container to run with elevated privileges</br>
|
||||
and privilege escalation. Use with caution.
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: additionalEnvs
|
||||
label: Additional Environment Variables
|
||||
description: Additional environment variables for Home Assistant.
|
||||
schema:
|
||||
type: list
|
||||
items:
|
||||
- variable: name
|
||||
label: Name
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
- variable: value
|
||||
label: Value
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
|
||||
- variable: podOptions
|
||||
label: ""
|
||||
group: Advanced Pod Configuration
|
||||
@@ -110,7 +142,6 @@ questions:
|
||||
default: 568
|
||||
required: true
|
||||
|
||||
|
||||
- variable: haStorage
|
||||
label: ""
|
||||
group: Storage Configuration
|
||||
@@ -17,6 +17,8 @@ workload:
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
runAsNonRoot: false
|
||||
privileged: {{ .Values.haConfig.allowDevices | default false }}
|
||||
allowPrivilegeEscalation: {{ .Values.haConfig.allowDevices | default false }}
|
||||
readOnlyRootFilesystem: false
|
||||
capabilities:
|
||||
add:
|
||||
Reference in New Issue
Block a user