Skip to content

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

Open
@Subhankar-Adak

Description

@Subhankar-Adak

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions