[PR #79] [CLOSED] Update workload-manager.yaml check if ollama enabled #166

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/79
Author: @davizucon
Created: 9/18/2024
Status: Closed

Base: mainHead: main


📝 Commits (4)

  • 87f051c Update workload-manager.yaml check if ollama enabled
  • 6034399 Merge pull request #1 from davizucon/davizucon-patch-1
  • 334a769 Update workload-manager.yaml
  • fc5a4f8 Merge branch 'open-webui:main' into main

📊 Changes

1 file changed (+5 additions, -0 deletions)

View changed files

📝 charts/open-webui/templates/workload-manager.yaml (+5 -0)

📄 Description

Check if ollama integration is enabled.
If yes, add variable, else don't.

Without this check, you must do add some value that not be used.

Update: added ENABLE_OLLAMA_API="False"
Default behavior if not informed OLLAMA_BASE_URLS, is to set enabled and docker host as url value.


🔄 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/79 **Author:** [@davizucon](https://github.com/davizucon) **Created:** 9/18/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (4) - [`87f051c`](https://github.com/open-webui/helm-charts/commit/87f051cbd1b7e78243e3469c5cf8eed06e5cba36) Update workload-manager.yaml check if ollama enabled - [`6034399`](https://github.com/open-webui/helm-charts/commit/60343995fa598255e1ec39c1268b9566ea59612e) Merge pull request #1 from davizucon/davizucon-patch-1 - [`334a769`](https://github.com/open-webui/helm-charts/commit/334a769b38a2ff8b802dd59028d8b6de2b7e1559) Update workload-manager.yaml - [`fc5a4f8`](https://github.com/open-webui/helm-charts/commit/fc5a4f8b4ad5115e3b2de9409d47262256d5ea94) Merge branch 'open-webui:main' into main ### 📊 Changes **1 file changed** (+5 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `charts/open-webui/templates/workload-manager.yaml` (+5 -0) </details> ### 📄 Description Check if ollama integration is enabled. If yes, add variable, else don't. Without this check, you must do add some value that not be used. Update: added ENABLE_OLLAMA_API="False" Default behavior if not informed OLLAMA_BASE_URLS, is to set enabled and docker host as url value. --- <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#166