Alternative helm chart of homeassistant/home-assistant https://artifacthub.io/packages/helm/volker-raschek/homeassistant
Go to file
CSRBot 1f9c4e6ec3
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details
chore(deps): update homeassistant docker tag to v2024
2024-04-23 22:10:19 +00:00
templates fix: add persistent volume claim 2023-11-09 17:42:39 +01:00
.drone.yml chore(deps): update git.cryptic.systems/volker.raschek/helm docker tag to v3.14.4 2024-04-11 07:12:45 +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 chore(deps): update homeassistant docker tag to v2024 2024-04-23 22:10:19 +00: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.