[PR #84] [MERGED] FIX: ollama url and env vars when ollama.enabled=False #168

Closed
opened 2026-02-15 19:16:41 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/helm-charts/pull/84
Author: @davizucon
Created: 9/25/2024
Status: Merged
Merged: 9/26/2024
Merged by: @westbrook-ai

Base: mainHead: main


📝 Commits (3)

  • 2062a5d fix: Set ollama url and env vars if ollama.enabled=False
  • 6c7b425 fix: Set ollama url and env vars if ollama.enabled=False, bump version to 3.1.19
  • 6ebb3da Bump appVersion to 0.3.24

📊 Changes

3 files changed (+8 additions, -3 deletions)

View changed files

📝 charts/open-webui/Chart.yaml (+2 -2)
📝 charts/open-webui/README.md (+1 -1)
📝 charts/open-webui/templates/workload-manager.yaml (+5 -0)

📄 Description

  • TL;DR:
    Fix showing Ollama URL in UI

  • Problem:
    When ollama.enabled=False, OpenWebUI still showing empty ollama URL.

  • Solution proposed in this PR:
    For fix ollama in OpenWebUI need to set ENABLE_OLLAMA_API to false and check make OLLAMA_BASE_URLS optional.

Checks:

  • Fork the repository
  • Make your changes
  • Test your changes
  • Kubernetes cluster (whether local or remote).
  • Run helm-docs
  • Commit your changes
  • Push your changes
  • Create a Pull Request
  • Bump chart version

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/helm-charts/pull/84 **Author:** [@davizucon](https://github.com/davizucon) **Created:** 9/25/2024 **Status:** ✅ Merged **Merged:** 9/26/2024 **Merged by:** [@westbrook-ai](https://github.com/westbrook-ai) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (3) - [`2062a5d`](https://github.com/open-webui/helm-charts/commit/2062a5d4e67ca27919c58875bb69579e8fa42906) fix: Set ollama url and env vars if ollama.enabled=False - [`6c7b425`](https://github.com/open-webui/helm-charts/commit/6c7b42517d8d0b9754b3e2dd6f6af914a1bd533c) fix: Set ollama url and env vars if ollama.enabled=False, bump version to 3.1.19 - [`6ebb3da`](https://github.com/open-webui/helm-charts/commit/6ebb3da9d2905d16398021c39b63ef255edba0ac) Bump appVersion to 0.3.24 ### 📊 Changes **3 files changed** (+8 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `charts/open-webui/Chart.yaml` (+2 -2) 📝 `charts/open-webui/README.md` (+1 -1) 📝 `charts/open-webui/templates/workload-manager.yaml` (+5 -0) </details> ### 📄 Description - TL;DR: Fix showing Ollama URL in UI - Problem: When ollama.enabled=False, OpenWebUI still showing empty ollama URL. - Solution proposed in this PR: For fix ollama in OpenWebUI need to set ENABLE_OLLAMA_API to false and check make OLLAMA_BASE_URLS optional. Checks: - [x] Fork the repository - [x] Make your changes - [x] Test your changes - [x] Kubernetes cluster (whether local or remote). - [x] Run helm-docs - [x] Commit your changes - [x] Push your changes - [x] Create a Pull Request - [x] Bump chart version --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 19:16:41 -05:00
yindo closed this issue 2026-02-15 19:16:41 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/helm-charts#168