[PR #308] [MERGED] Fix extraEnvVars handling for WEBUI_URL #319

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

📋 Pull Request Information

Original PR: https://github.com/open-webui/helm-charts/pull/308
Author: @holzman
Created: 10/15/2025
Status: Merged
Merged: 10/18/2025
Merged by: @westbrook-ai

Base: mainHead: fix-extra-env-vars


📝 Commits (3)

  • d266c39 Fix extraEnvVars handling for WEBUI_URL
  • 74e2825 Merge branch 'main' into fix-extra-env-vars
  • c46567e chore: add helm-docs and version update

📊 Changes

4 files changed (+25 additions, -3 deletions)

View changed files

📝 charts/open-webui/Chart.yaml (+1 -1)
📝 charts/open-webui/README.md (+1 -1)
📝 charts/open-webui/templates/_helpers.tpl (+22 -0)
📝 charts/open-webui/templates/workload-manager.yaml (+1 -1)

📄 Description

A previous commit changed the checks for WEBUI_URL being set in extraEnvVars when extraEnvVars is a list of maps. This adds a helper function to properly check when extraEnvVars is either a map or a slice.

Fixes #307


🔄 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/308 **Author:** [@holzman](https://github.com/holzman) **Created:** 10/15/2025 **Status:** ✅ Merged **Merged:** 10/18/2025 **Merged by:** [@westbrook-ai](https://github.com/westbrook-ai) **Base:** `main` ← **Head:** `fix-extra-env-vars` --- ### 📝 Commits (3) - [`d266c39`](https://github.com/open-webui/helm-charts/commit/d266c3991f520604da6dfc288159561c8b6758e0) Fix extraEnvVars handling for WEBUI_URL - [`74e2825`](https://github.com/open-webui/helm-charts/commit/74e28259edd7f7643ce393a148548ba968e50030) Merge branch 'main' into fix-extra-env-vars - [`c46567e`](https://github.com/open-webui/helm-charts/commit/c46567e3af117be266767f74edfdaf00c0c4d762) chore: add helm-docs and version update ### 📊 Changes **4 files changed** (+25 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `charts/open-webui/Chart.yaml` (+1 -1) 📝 `charts/open-webui/README.md` (+1 -1) 📝 `charts/open-webui/templates/_helpers.tpl` (+22 -0) 📝 `charts/open-webui/templates/workload-manager.yaml` (+1 -1) </details> ### 📄 Description A previous commit changed the checks for WEBUI_URL being set in extraEnvVars when extraEnvVars is a list of maps. This adds a helper function to properly check when extraEnvVars is either a map or a slice. Fixes #307 --- <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:17:21 -05:00
yindo closed this issue 2026-02-15 19:17:21 -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#319