Open
Description
Check Existing Issues
- I have searched the existing issues and discussions.
- I am using the latest version of Open WebUI.
Installation Method
Other
Open WebUI Version
0.6.0
Ollama Version (if applicable)
No response
Operating System
Ubuntu22
Browser (if applicable)
No response
Confirmation
- I have read and followed all instructions in
README.md
. - I am using the latest version of both Open WebUI and Ollama.
- I have included the browser console logs.
- I have included the Docker container logs.
- I have listed steps to reproduce the bug in detail.
Expected Behavior
I am deploying open-webui along with pipeline using helm chart ( https://helm.openwebui.com/open-webui-6.0.0.tgz)
While deployment i need to update values in nameOverride filed for both webui and pipeline values.yaml file
While I update open-webui nameOverride file, it is reflecting in deployment.
If i update nameOverride for pipeline values.yaml file (under charts/pipeline/values.yaml), then that name is not reflecting in pipeline pod deployment. It is taking normal naming convention only (like /open-webui-pipelines-7c56bf885d-nfbfm )
Actual Behavior
I expect pipeline nameOverride should give custom name to pipeline pod, service etc.
Steps to Reproduce
- Download helm chart :https://helm.openwebui.com/open-webui-6.0.0.tgz
- Extract
- update (nameOverride: "deployment1") open-webui values.yaml file
- Update (nameOverride: "deployment-pipeline") in pipeline values.yaml file (charts/pipelines/values.yaml)
- Deploy : helm install open-webui-deployment ./ --namespace ns02
Logs & Screenshots
Additional Information
No response