[PR #244] [MERGED] feat(pipelines): add support for commonEnvVars for shared environment variables across environments. #276

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

📋 Pull Request Information

Original PR: https://github.com/open-webui/helm-charts/pull/244
Author: @jackhauGR
Created: 5/19/2025
Status: Merged
Merged: 5/22/2025
Merged by: @westbrook-ai

Base: mainHead: feat/pipelines-commonEnvVars


📝 Commits (2)

  • 623d36d feat(pipelines): add support for commonEnvVars for shared environment variables across environments
  • 61ad883 Merge branch 'main' into feat/pipelines-commonEnvVars

📊 Changes

4 files changed (+9 additions, -2 deletions)

View changed files

📝 charts/pipelines/Chart.yaml (+1 -1)
📝 charts/pipelines/README.md (+2 -1)
📝 charts/pipelines/templates/deployment.yaml (+3 -0)
📝 charts/pipelines/values.yaml (+3 -0)

📄 Description

Allows users to define a list of environment variables that are common across environments, avoiding repetition in extraEnvVars.


🔄 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/244 **Author:** [@jackhauGR](https://github.com/jackhauGR) **Created:** 5/19/2025 **Status:** ✅ Merged **Merged:** 5/22/2025 **Merged by:** [@westbrook-ai](https://github.com/westbrook-ai) **Base:** `main` ← **Head:** `feat/pipelines-commonEnvVars` --- ### 📝 Commits (2) - [`623d36d`](https://github.com/open-webui/helm-charts/commit/623d36db3f482cd8be74a9021d5b782f43c982be) feat(pipelines): add support for commonEnvVars for shared environment variables across environments - [`61ad883`](https://github.com/open-webui/helm-charts/commit/61ad8836b7ac03db4b68a05515dfebc5ef524f59) Merge branch 'main' into feat/pipelines-commonEnvVars ### 📊 Changes **4 files changed** (+9 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `charts/pipelines/Chart.yaml` (+1 -1) 📝 `charts/pipelines/README.md` (+2 -1) 📝 `charts/pipelines/templates/deployment.yaml` (+3 -0) 📝 `charts/pipelines/values.yaml` (+3 -0) </details> ### 📄 Description Allows users to define a list of environment variables that are common across environments, avoiding repetition in `extraEnvVars`. --- <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:10 -05:00
yindo closed this issue 2026-02-15 19:17:10 -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#276