Deploying in Helm - PVC/PV Error
I'm running into an issue where when I deploy with persistent volumes, I get an upgrade failed error. I'm relatively new to K3s but despite despearate searching, I can't find anyone else that is running into this issue. The pod deploys cleanly and works perfectly without the persistence block, but I need to not lose my dashboards and data every time the server, vm, or pod needs to be restarted. Please help, I'm sure I'm missing something simple.
Here's the error:
Error: UPGRADE FAILED: failed to create resource: Deployment.apps "homarr" is invalid: [spec.template.spec.containers[0].volumeMounts[0].name: Not found: "homarr-database", spec.template.spec.containers[0].volumeMounts[1].name: Not found: "homarr-images", spec.template.spec.initContainers[0].volumeMounts[0].name: Not found: "homarr-images"]
And my persistence block screenshot attached.

Solution:Jump to solution
Resloved with: https://github.com/homarr-labs/charts/issues/126
GitHub
bug: · Issue #126 · homarr-labs/charts
Chart Version 1.25.0 Bug Description I reported this in Discord and they recommended I post it here. Copy and pasting below: I'm running into an issue where when I deploy with persistent volume...
9 Replies
Thank you for submitting a support request.
Depending on the volume of requests, our team should get in contact with you shortly.
⚠️ Please include the following details in your post or we may reject your request without further comment: - Log (See https://homarr.dev/docs/community/faq#how-do-i-open-the-console--log) - Operating system (Unraid, TrueNAS, Ubuntu, ...) - Exact Homarr version (eg. 0.15.0, not latest) - Configuration (eg. docker-compose, screenshot or similar. Use ``your-text`` to format) - Other relevant information (eg. your devices, your browser, ...)
Frequently Asked Questions | Homarr documentation
Can I install Homarr on a Raspberry Pi?
Sorry, can't get logs since the pod isn't running, but happy to run checks as needed.
OS: Ubuntu 24.04.2 LTS running K3s deploying with helm. This is a VM on proxmox.
Not positive on version since it's not running currently. Image tag is 1.25.0
GitHub
homarr-labs/charts
Contribute to homarr-labs/charts development by creating an account on GitHub.
Thanks for the response. I will do so once I am off work this afternoon.
@Vadej Could u please mark it as resolved
Solution
Resloved with: https://github.com/homarr-labs/charts/issues/126
GitHub
bug: · Issue #126 · homarr-labs/charts
Chart Version 1.25.0 Bug Description I reported this in Discord and they recommended I post it here. Copy and pasting below: I'm running into an issue where when I deploy with persistent volume...
Thanks @odah
No worries 🫡
Sorry just saw this, thanks for y'alls help!