[PR #100] [MERGED] Support subPath for persistent volumes #177

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

📋 Pull Request Information

Original PR: https://github.com/open-webui/helm-charts/pull/100
Author: @windsource
Created: 11/2/2024
Status: Merged
Merged: 11/3/2024
Merged by: @westbrook-ai

Base: mainHead: main


📝 Commits (1)

  • 5ebf1e3 Support subPath for persistent volumes

📊 Changes

4 files changed (+11 additions, -2 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 (+6 -0)
📝 charts/open-webui/values.yaml (+2 -0)

📄 Description

This PRs adds a new parameter subPath to values.yaml which allows to use a sub folder within an existing volume claim. This is useful when one PVC is used for more applications.

Fixes #99.


🔄 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/100 **Author:** [@windsource](https://github.com/windsource) **Created:** 11/2/2024 **Status:** ✅ Merged **Merged:** 11/3/2024 **Merged by:** [@westbrook-ai](https://github.com/westbrook-ai) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`5ebf1e3`](https://github.com/open-webui/helm-charts/commit/5ebf1e3593adc349f392ab58671ed26a20713944) Support subPath for persistent volumes ### 📊 Changes **4 files changed** (+11 additions, -2 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` (+6 -0) 📝 `charts/open-webui/values.yaml` (+2 -0) </details> ### 📄 Description This PRs adds a new parameter `subPath` to `values.yaml` which allows to use a sub folder within an existing volume claim. This is useful when one PVC is used for more applications. Fixes #99. --- <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:43 -05:00
yindo closed this issue 2026-02-15 19:16:44 -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#177