[PR #233] [MERGED] feat(pipelines): add support for pod and container security contexts #268

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

📋 Pull Request Information

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

Base: mainHead: main


📝 Commits (3)

📊 Changes

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

View changed files

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

📄 Description

  • Introduced podSecurityContext and containerSecurityContext fields in values.yaml
  • Updated deployment template to apply these security contexts
  • Ensured helm-docs reflects the new configuration options

This allows users to configure stricter security settings for their workloads, matches the deployment format in open-webui.


🔄 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/233 **Author:** [@jackhauGR](https://github.com/jackhauGR) **Created:** 5/6/2025 **Status:** ✅ Merged **Merged:** 5/6/2025 **Merged by:** [@westbrook-ai](https://github.com/westbrook-ai) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (3) - [`e3ab5ad`](https://github.com/open-webui/helm-charts/commit/e3ab5addb576165bfec0a98fb63fb468d0acbc9c) update - [`b6c8264`](https://github.com/open-webui/helm-charts/commit/b6c8264928c19ceac228be837dcde52c44a6121e) Merge branch 'open-webui:main' into main - [`ac86a1b`](https://github.com/open-webui/helm-charts/commit/ac86a1bc759a63994c67be9659f29512434f9ca0) updated version ### 📊 Changes **4 files changed** (+38 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `charts/pipelines/Chart.yaml` (+1 -1) 📝 `charts/pipelines/README.md` (+3 -1) 📝 `charts/pipelines/templates/deployment.yaml` (+9 -1) 📝 `charts/pipelines/values.yaml` (+25 -0) </details> ### 📄 Description - Introduced `podSecurityContext` and `containerSecurityContext` fields in `values.yaml` - Updated deployment template to apply these security contexts - Ensured `helm-docs` reflects the new configuration options This allows users to configure stricter security settings for their workloads, matches the deployment format in open-webui. --- <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:08 -05:00
yindo closed this issue 2026-02-15 19:17:08 -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#268