[PR #94] [MERGED] feat(volumes): add the ability to specify volumes and mounts. #172

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

📋 Pull Request Information

Original PR: https://github.com/open-webui/helm-charts/pull/94
Author: @justbert
Created: 10/16/2024
Status: Merged
Merged: 10/21/2024
Merged by: @westbrook-ai

Base: mainHead: feat-extra-volumes


📝 Commits (3)

  • f93c494 feat(volumes): add the ability to specify volumes and mounts.
  • b078884 fix: indentation.
  • 22d99dd chore: update version, docs, and dependencies.

📊 Changes

7 files changed (+36 additions, -6 deletions)

View changed files

📝 charts/open-webui/Chart.lock (+3 -3)
📝 charts/open-webui/Chart.yaml (+1 -1)
📝 charts/open-webui/README.md (+3 -1)
charts/open-webui/charts/ollama-0.59.0.tgz (+0 -0)
charts/open-webui/charts/ollama-0.63.0.tgz (+0 -0)
📝 charts/open-webui/templates/workload-manager.yaml (+9 -0)
📝 charts/open-webui/values.yaml (+20 -1)

📄 Description

This PR adds the ability to specify arbitrary volumes and mounts.

I'm currently attempting to connect to a Cloud DB with a self-signed certificate which requires the ability to mount a certificate into the pod.


🔄 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/94 **Author:** [@justbert](https://github.com/justbert) **Created:** 10/16/2024 **Status:** ✅ Merged **Merged:** 10/21/2024 **Merged by:** [@westbrook-ai](https://github.com/westbrook-ai) **Base:** `main` ← **Head:** `feat-extra-volumes` --- ### 📝 Commits (3) - [`f93c494`](https://github.com/open-webui/helm-charts/commit/f93c4949c983e1e499193b268849834cb38cbb15) feat(volumes): add the ability to specify volumes and mounts. - [`b078884`](https://github.com/open-webui/helm-charts/commit/b07888478af53fe84233f649f06e031fe57a0c8f) fix: indentation. - [`22d99dd`](https://github.com/open-webui/helm-charts/commit/22d99dd349ab5b3268060cccdf0e78526442c7dd) chore: update version, docs, and dependencies. ### 📊 Changes **7 files changed** (+36 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `charts/open-webui/Chart.lock` (+3 -3) 📝 `charts/open-webui/Chart.yaml` (+1 -1) 📝 `charts/open-webui/README.md` (+3 -1) ➖ `charts/open-webui/charts/ollama-0.59.0.tgz` (+0 -0) ➕ `charts/open-webui/charts/ollama-0.63.0.tgz` (+0 -0) 📝 `charts/open-webui/templates/workload-manager.yaml` (+9 -0) 📝 `charts/open-webui/values.yaml` (+20 -1) </details> ### 📄 Description This PR adds the ability to specify arbitrary volumes and mounts. I'm currently attempting to connect to a Cloud DB with a self-signed certificate which requires the ability to mount a certificate into the pod. --- <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:42 -05:00
yindo closed this issue 2026-02-15 19:16:42 -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#172