[PR #123] [MERGED] Add updateStrategy for workload manager #194

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

📋 Pull Request Information

Original PR: https://github.com/open-webui/helm-charts/pull/123
Author: @jyje
Created: 12/5/2024
Status: Merged
Merged: 12/12/2024
Merged by: @westbrook-ai

Base: mainHead: feat/open-webui


📝 Commits (2)

  • 7c6aa4f Add updateStrategy for workload manager
  • fe38723 Merge branch 'main' into feat/open-webui

📊 Changes

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

View changed files

📝 charts/open-webui/Chart.yaml (+1 -1)
📝 charts/open-webui/README.md (+2 -1)
📝 charts/open-webui/templates/workload-manager.yaml (+9 -0)
📝 charts/open-webui/values.yaml (+3 -1)

📄 Description

To add update strategy, choose key name 'strategy' for 'Deployment/spec.strategy' and 'StatefulSet/spec.updateStrategy'. Update samver from 4.0.6 to 4.1.0 with minor spec changes


🔄 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/123 **Author:** [@jyje](https://github.com/jyje) **Created:** 12/5/2024 **Status:** ✅ Merged **Merged:** 12/12/2024 **Merged by:** [@westbrook-ai](https://github.com/westbrook-ai) **Base:** `main` ← **Head:** `feat/open-webui` --- ### 📝 Commits (2) - [`7c6aa4f`](https://github.com/open-webui/helm-charts/commit/7c6aa4fc19b926843b0103987af9b3f75fb556b9) Add updateStrategy for workload manager - [`fe38723`](https://github.com/open-webui/helm-charts/commit/fe387238e1dbb33c68cddc04c779a7ea0a54a384) Merge branch 'main' into feat/open-webui ### 📊 Changes **4 files changed** (+15 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `charts/open-webui/Chart.yaml` (+1 -1) 📝 `charts/open-webui/README.md` (+2 -1) 📝 `charts/open-webui/templates/workload-manager.yaml` (+9 -0) 📝 `charts/open-webui/values.yaml` (+3 -1) </details> ### 📄 Description To add update strategy, choose **key name 'strategy'** for **'Deployment/spec.strategy'** and **'StatefulSet/spec.updateStrategy'.** Update samver from 4.0.6 to 4.1.0 with minor spec changes --- <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:48 -05:00
yindo closed this issue 2026-02-15 19:16:48 -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#194