[PR #146] [MERGED] Allow to set OPENAI_API_BASE_URL manually #212

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

📋 Pull Request Information

Original PR: https://github.com/open-webui/helm-charts/pull/146
Author: @zadjadr
Created: 1/20/2025
Status: Merged
Merged: 2/14/2025
Merged by: @westbrook-ai

Base: mainHead: main


📝 Commits (6)

  • eb466a6 Allow to set OPENAI_API_BASE_URL manually
  • 7cc125f Allow multiple configurations for OPENAI_API_BASE_URLS
  • aced373 Merge branch 'main' into zadjadr/main
  • 52f97fc Update chart version, update documentation
  • 0e28ac5 merge main
  • c6d1115 Support single OpenAI API endpoint, multiple endpoints, with or without Pipelines

📊 Changes

4 files changed (+39 additions, -11 deletions)

View changed files

📝 charts/open-webui/Chart.yaml (+1 -1)
📝 charts/open-webui/README.md (+13 -5)
📝 charts/open-webui/templates/workload-manager.yaml (+16 -4)
📝 charts/open-webui/values.yaml (+9 -1)

📄 Description

My usecase:

Create an external Secret via extraResources and use it to populate OPENAI_API_BASE_URL


🔄 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/146 **Author:** [@zadjadr](https://github.com/zadjadr) **Created:** 1/20/2025 **Status:** ✅ Merged **Merged:** 2/14/2025 **Merged by:** [@westbrook-ai](https://github.com/westbrook-ai) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (6) - [`eb466a6`](https://github.com/open-webui/helm-charts/commit/eb466a62367f5d558f154a19b73c758638478078) Allow to set OPENAI_API_BASE_URL manually - [`7cc125f`](https://github.com/open-webui/helm-charts/commit/7cc125f8cffe24d46743cb47c9d4bb3a69e3a3dc) Allow multiple configurations for OPENAI_API_BASE_URLS - [`aced373`](https://github.com/open-webui/helm-charts/commit/aced37379afce06c03b5cf38bc2aabf4fb7e7306) Merge branch 'main' into zadjadr/main - [`52f97fc`](https://github.com/open-webui/helm-charts/commit/52f97fcb028335b96b51ab4ed1816c03f1184727) Update chart version, update documentation - [`0e28ac5`](https://github.com/open-webui/helm-charts/commit/0e28ac5b4e21d8bb7027382e6ad4bbff1383130b) merge main - [`c6d1115`](https://github.com/open-webui/helm-charts/commit/c6d111535c45890af1c14e6ae9235e784984fdce) Support single OpenAI API endpoint, multiple endpoints, with or without Pipelines ### 📊 Changes **4 files changed** (+39 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `charts/open-webui/Chart.yaml` (+1 -1) 📝 `charts/open-webui/README.md` (+13 -5) 📝 `charts/open-webui/templates/workload-manager.yaml` (+16 -4) 📝 `charts/open-webui/values.yaml` (+9 -1) </details> ### 📄 Description My usecase: Create an external Secret via `extraResources` and use it to populate OPENAI_API_BASE_URL --- <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:53 -05:00
yindo closed this issue 2026-02-15 19:16:53 -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#212