[PR #21] [MERGED] render env vars as yaml #130

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

📋 Pull Request Information

Original PR: https://github.com/open-webui/helm-charts/pull/21
Author: @chrisfowles
Created: 5/21/2024
Status: Merged
Merged: 5/27/2024
Merged by: @tjbck

Base: mainHead: main


📝 Commits (3)

  • d0e695b render envVars as yaml (allow valueFrom)
  • 3ee67ea add env var example
  • 65c53ff update chart version

📊 Changes

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

View changed files

📝 charts/open-webui/Chart.yaml (+8 -9)
📝 charts/open-webui/templates/deployment.yaml (+2 -5)
📝 charts/open-webui/values.yaml (+9 -5)

📄 Description

  • render envVars as yaml (allow valueFrom)
  • add env var example

relates to #14

allows use of secrets and config maps as sources for env var values (e.g. OPENAI_API_KEY as a secret)


🔄 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/21 **Author:** [@chrisfowles](https://github.com/chrisfowles) **Created:** 5/21/2024 **Status:** ✅ Merged **Merged:** 5/27/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (3) - [`d0e695b`](https://github.com/open-webui/helm-charts/commit/d0e695b57c1cc468e35561d62cab6726628f396e) render envVars as yaml (allow valueFrom) - [`3ee67ea`](https://github.com/open-webui/helm-charts/commit/3ee67ea29f24c8ebef34f969657c9c358a833c1d) add env var example - [`65c53ff`](https://github.com/open-webui/helm-charts/commit/65c53ffa0ee10c93d6ae4cc6e6e1df8e0744e43c) update chart version ### 📊 Changes **3 files changed** (+19 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `charts/open-webui/Chart.yaml` (+8 -9) 📝 `charts/open-webui/templates/deployment.yaml` (+2 -5) 📝 `charts/open-webui/values.yaml` (+9 -5) </details> ### 📄 Description - **render envVars as yaml (allow valueFrom)** - **add env var example** relates to #14 allows use of secrets and config maps as sources for env var values (e.g. OPENAI_API_KEY as a secret) --- <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:32 -05:00
yindo closed this issue 2026-02-15 19:16:32 -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#130