[PR #209] [MERGED] feat: Added runtimeClassName to open-webui deployment. #251

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

📋 Pull Request Information

Original PR: https://github.com/open-webui/helm-charts/pull/209
Author: @Xeroxxx
Created: 3/22/2025
Status: Merged
Merged: 3/31/2025
Merged by: @westbrook-ai

Base: mainHead: runtimeClassName


📝 Commits (2)

  • 173680e feat: Added runtimeClassName to open-webui deployment.
  • 736f71d Merge branch 'main' into runtimeClassName

📊 Changes

4 files changed (+10 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 (+3 -0)
📝 charts/open-webui/values.yaml (+4 -0)

📄 Description

Gets inline with ollama deployment allowing open-webui deployment to define a runtimeClassName.

Its required if your clusters/node default runtime is different than the one required for nvidia container runtime for. ex. Requires you to set runtimeClassName to "nvidia".

This opens the possiblity to use "-cuda" image with "USE_CUDA_DOCKER=true" allowing Whipser using CUDA.

Merge after: https://github.com/open-webui/helm-charts/pull/208 (because of version number)


🔄 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/209 **Author:** [@Xeroxxx](https://github.com/Xeroxxx) **Created:** 3/22/2025 **Status:** ✅ Merged **Merged:** 3/31/2025 **Merged by:** [@westbrook-ai](https://github.com/westbrook-ai) **Base:** `main` ← **Head:** `runtimeClassName` --- ### 📝 Commits (2) - [`173680e`](https://github.com/open-webui/helm-charts/commit/173680e8e4c22611b3ab408337103c0757a5e44a) feat: Added runtimeClassName to open-webui deployment. - [`736f71d`](https://github.com/open-webui/helm-charts/commit/736f71d5c0965228ea4f92420128cd388293f4e9) Merge branch 'main' into runtimeClassName ### 📊 Changes **4 files changed** (+10 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` (+3 -0) 📝 `charts/open-webui/values.yaml` (+4 -0) </details> ### 📄 Description Gets inline with ollama deployment allowing open-webui deployment to define a runtimeClassName. Its required if your clusters/node default runtime is different than the one required for nvidia container runtime for. ex. Requires you to set runtimeClassName to "nvidia". This opens the possiblity to use "-cuda" image with "USE_CUDA_DOCKER=true" allowing Whipser using CUDA. Merge after: https://github.com/open-webui/helm-charts/pull/208 (because of version number) --- <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:04 -05:00
yindo closed this issue 2026-02-15 19:17:04 -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#251