Publish new changes in catalog

This commit is contained in:
sonicaj
2024-05-29 09:58:48 +00:00
parent 3ec895f3ae
commit 829b1d7fd6
22 changed files with 54 additions and 2 deletions

View File

@@ -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'

View 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: ""

View File

@@ -25,6 +25,7 @@ podOptions:
options: []
haConfig:
allowDevices: false
additionalEnvs: []
haNetwork:

View File

@@ -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

View File

@@ -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: