TrueChartsClone/charts/stable/home-assistant/helm-values.md

2.6 KiB

Default Helm-Values

TrueCharts is primarily build to supply TrueNAS SCALE Apps. However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file.

Most of our Apps also consume our "common" Helm Chart. If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart. You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document.

Values

Key Type Default Description
git object {"deployKey":"","deployKeyBase64":""} hostNetwork: true # When hostNetwork is true set dnsPolicy to ClusterFirstWithHostNet dnsPolicy: ClusterFirstWithHostNet Allow access a Git repository by passing in a private SSH key
image.pullPolicy string "IfNotPresent"
image.repository string "tccr.io/truecharts/home-assistant"
image.tag string "v2022.3.8@sha256:404205528a5f76255381cc04e89849796e25028205d494b664088e9e22054b66"
influxdb object {"architecture":"standalone","authEnabled":false,"database":"home_assistant","enabled":false,"persistence":{"enabled":false}} ... for more options see https://github.com/tccr.io/truecharts/charts/tree/master/tccr.io/truecharts/influxdb
initContainers.init.command[0] string "/config/init/init.sh"
initContainers.init.image string "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
initContainers.init.volumeMounts[0].mountPath string "/config/init"
initContainers.init.volumeMounts[0].name string "init"
initContainers.init.volumeMounts[1].mountPath string "/config"
initContainers.init.volumeMounts[1].name string "config"
persistence.config.enabled bool true
persistence.config.mountPath string "/config"
podSecurityContext.runAsGroup int 0
podSecurityContext.runAsUser int 0
postgresql object See values.yaml Enable and configure postgresql database subchart under this key. For more options see postgresql chart documentation
prometheus.serviceMonitor.enabled bool false
securityContext.readOnlyRootFilesystem bool false
securityContext.runAsNonRoot bool false
service.main.ports.main.port int 8123
service.main.ports.main.targetPort int 8123

All Rights Reserved - The TrueCharts Project