Skip to content

issue: Pipeline nameOverride is not working in pipeline helm chat Values.yaml file #496

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
7 tasks done
Subhankar-Adak opened this issue Apr 10, 2025 · 1 comment
Open
7 tasks done
Labels
bug Something isn't working

Comments

@Subhankar-Adak
Copy link

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

  1. Download helm chart :https://helm.openwebui.com/open-webui-6.0.0.tgz
  2. Extract
  3. update (nameOverride: "deployment1") open-webui values.yaml file
  4. Update (nameOverride: "deployment-pipeline") in pipeline values.yaml file (charts/pipelines/values.yaml)
  5. Deploy : helm install open-webui-deployment ./ --namespace ns02

Logs & Screenshots

Image

Image

Additional Information

No response

@Subhankar-Adak Subhankar-Adak added the bug Something isn't working label Apr 10, 2025
@tkg61
Copy link

tkg61 commented Apr 10, 2025

You might want to post this in the helm repo issue section?

@tjbck tjbck transferred this issue from open-webui/open-webui Apr 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants