[PR #176] [MERGED] feat(open-webui): enhance redis deployment with additional configurable properties #228

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

📋 Pull Request Information

Original PR: https://github.com/open-webui/helm-charts/pull/176
Author: @mknet3
Created: 2/19/2025
Status: Merged
Merged: 2/19/2025
Merged by: @westbrook-ai

Base: mainHead: helm-add-missing-fields


📝 Commits (1)

  • 2a4faf6 feat(open-webui): enhance redis deployment with additional configurable properties

📊 Changes

5 files changed (+20 additions, -5 deletions)

View changed files

📝 charts/open-webui/Chart.yaml (+1 -1)
📝 charts/open-webui/README.md (+4 -2)
📝 charts/open-webui/templates/websocket-redis.yaml (+8 -0)
📝 charts/open-webui/values.yaml (+5 -0)
📝 charts/pipelines/README.md (+2 -2)

📄 Description

Title

This PR introduces new enhancements to the Redis Deployment template within the Helm chart, enabling greater flexibility and configurability.

Changes

Adds support for the following properties:

  • affinity : Adds the capability to set affinity rules, which can be used to influence the scheduling of Pods on nodes based on certain criteria.
  • tolerations : Enables setting tolerations, allowing Pods to be scheduled on nodes with matching taints.

These additions are optional and can be specified in the Helm chart values under affinity, and tolerations. This enhancement aims to provide users with more configurability and control over how their Kubernetes Jobs are executed in diverse environments.


🔄 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/176 **Author:** [@mknet3](https://github.com/mknet3) **Created:** 2/19/2025 **Status:** ✅ Merged **Merged:** 2/19/2025 **Merged by:** [@westbrook-ai](https://github.com/westbrook-ai) **Base:** `main` ← **Head:** `helm-add-missing-fields` --- ### 📝 Commits (1) - [`2a4faf6`](https://github.com/open-webui/helm-charts/commit/2a4faf6a96b13d447db73266cf417658ba5343a3) feat(open-webui): enhance redis deployment with additional configurable properties ### 📊 Changes **5 files changed** (+20 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `charts/open-webui/Chart.yaml` (+1 -1) 📝 `charts/open-webui/README.md` (+4 -2) 📝 `charts/open-webui/templates/websocket-redis.yaml` (+8 -0) 📝 `charts/open-webui/values.yaml` (+5 -0) 📝 `charts/pipelines/README.md` (+2 -2) </details> ### 📄 Description ## Title This PR introduces new enhancements to the Redis Deployment template within the Helm chart, enabling greater flexibility and configurability. ## Changes Adds support for the following properties: - **affinity** : Adds the capability to set affinity rules, which can be used to influence the scheduling of Pods on nodes based on certain criteria. - **tolerations** : Enables setting tolerations, allowing Pods to be scheduled on nodes with matching taints. These additions are optional and can be specified in the Helm chart values under affinity, and tolerations. This enhancement aims to provide users with more configurability and control over how their Kubernetes Jobs are executed in diverse environments. --- <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:57 -05:00
yindo closed this issue 2026-02-15 19:16:57 -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#228