Alternative helm chart of homeassistant/home-assistant https://artifacthub.io/packages/helm/volker-raschek/homeassistant
Go to file
Markus Pesch 40b44c11d2
continuous-integration/drone/tag Build is passing Details
continuous-integration/drone/push Build was killed Details
fix: mount volume correctly
2024-07-22 18:27:18 +02:00
templates fix: mount volume correctly 2024-07-22 18:27:18 +02:00
.drone.yml chore(deps): update git.cryptic.systems/volker.raschek/markdownlint docker tag to v0.41.0 2024-05-27 13:26:04 +00:00
.editorconfig Initial Commit 2022-10-16 12:12:35 +02:00
.gitignore Initial Commit 2022-10-16 12:12:35 +02:00
.helmignore Initial Commit 2022-10-16 12:12:35 +02:00
.markdownlint.yaml Initial Commit 2022-10-16 12:12:35 +02:00
Chart.yaml Update dependency homeassistant to v2023.12.4 2024-01-07 15:23:06 +01:00
LICENSE Initial Commit 2022-10-16 12:12:35 +02:00
README.md Initial Commit 2022-10-16 12:12:35 +02:00
renovate.json fix(renovate): remove automerge options 2024-01-21 14:42:50 +01:00
values.yaml fix: add persistent volume claim 2023-11-09 17:42:39 +01:00

README.md

homeassistant-charts

Build Status Artifact Hub

This is a helm chart for homeassistant.

This helm chart can be found on artifacthub.io and can be installed via helm.

helm repo add volker.raschek https://charts.cryptic.systems/volker.raschek
helm install homeassistant volker.raschek/homeassistant

Customization

Mountpoints

As default all configuration and media files will be stored inside the container filesystem. Inside the values.yaml files the sections volumes and volumeMounts to mount additional volumes inside the container. For example to mount the directories containing configuration and media files on separate mountpoints. The values.yaml contains also some examples to mount the directories inside the host filesystem.

Troubleshooting

The application use as backend a sqlite database. If the database is stored on a network filesystem like nfs, it is quite possible that the application lacks or is unusable, because sqlite is not designed to be used as a database accesses over network.