Issue trying to install with Helm
After installing Homarr using the traditional method, I get the following error in my deployment:
I've tried downgrading to Homarr version 0.15.2 and no success. Any ideas? I'm also getting this error in the log:
Thank you.
Solution:Jump to solution
Use this command with this file :
helm upgrade homarr oben01/homarr --namespace homarr --create-namespace --values=values.yaml...
21 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?
Hello @Edo could u please provide your values files ? which chart are u using ?
Hi. I’m using all the defaults provided in oben01/homarr
Could u please provide the values files?!
Sorry, i’m new to Helm. I’m not using any custom parameters. I’m just using the default install from the repo. Could you explain?
Which command are u running ?!
helm repo add oben01 https://oben01.github.io/charts/
helm repo update
helm install homarr oben01/homarr
oben01 Helm Charts
A collection of Helm charts.
What’s the output of this command :
Kubectl get storageclass
Give me 10-15 min, let me access my cluster
Could it be the volume expansion being set to false?
I’ll send u all the needed command i’ll get to u in 1hour
Solution
Use this command with this file :
helm upgrade homarr oben01/homarr --namespace homarr --create-namespace --values=values.yaml
That worked! Thank you!! Can you explain how providing these values fixed it?
Database need a mounted volume to be working
Good news could u please mark your question as solved please 🙂
I thought that installing from the default values.yaml provides this for us
it is not enabled by default
so when we do the helm install command without providing any parameters, it does not use this file by default?
https://github.com/oben01/charts/blob/main/charts/homarr/values.yaml
GitHub
charts/charts/homarr/values.yaml at main · oben01/charts
Contribute to oben01/charts development by creating an account on GitHub.
https://github.com/oben01/charts/blob/main/charts/homarr/values.yaml#L160
the values that u provided in the helm command will override only the persitence section which create a pvc to hold data permanently
GitHub
charts/charts/homarr/values.yaml at main · oben01/charts
Contribute to oben01/charts development by creating an account on GitHub.
ohhh, the default values are false, so you changed it to true, correct?
Yes
thank you, i'm still learning haha. i appreciate the explanation
u welcome. Happy helming