[PR #300] [MERGED] Support slim image #315

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

📋 Pull Request Information

Original PR: https://github.com/open-webui/helm-charts/pull/300
Author: @sanglt
Created: 9/17/2025
Status: Merged
Merged: 9/30/2025
Merged by: @westbrook-ai

Base: mainHead: slim


📝 Commits (5)

  • 502742f Support slim image
  • 811c168 Merge remote-tracking branch 'origin/main' into slim
  • 37b5af1 Allow use slim version by using image.useSlim
  • 0defc94 Merge branch 'main' into slim
  • 773b2e8 chore: update version

📊 Changes

5 files changed (+24 additions, -6 deletions)

View changed files

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

📄 Description

Support slim version by allowing use of image.useSlim in the values.yaml

Image tag resolution uses the helper implemented earlier:

  • explicit .Values.image.tag if set
  • else .Chart.AppVersion-slim when image.useSlim: true
  • else .Chart.AppVersion

Related issue: https://github.com/open-webui/helm-charts/issues/291


🔄 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/300 **Author:** [@sanglt](https://github.com/sanglt) **Created:** 9/17/2025 **Status:** ✅ Merged **Merged:** 9/30/2025 **Merged by:** [@westbrook-ai](https://github.com/westbrook-ai) **Base:** `main` ← **Head:** `slim` --- ### 📝 Commits (5) - [`502742f`](https://github.com/open-webui/helm-charts/commit/502742f83c0cff26228febec6ad4c0dc10c9b8e2) Support slim image - [`811c168`](https://github.com/open-webui/helm-charts/commit/811c1683609cdca9e417e9a923829694b7ce7b74) Merge remote-tracking branch 'origin/main' into slim - [`37b5af1`](https://github.com/open-webui/helm-charts/commit/37b5af12cbe36d7d7e4faf127570610df52bf828) Allow use slim version by using image.useSlim - [`0defc94`](https://github.com/open-webui/helm-charts/commit/0defc9421232730ff19eb3a0ec252a9c5df5a855) Merge branch 'main' into slim - [`773b2e8`](https://github.com/open-webui/helm-charts/commit/773b2e8171f02a2235c339f45127d68620f23f67) chore: update version ### 📊 Changes **5 files changed** (+24 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `charts/open-webui/Chart.yaml` (+1 -1) 📝 `charts/open-webui/README.md` (+2 -2) 📝 `charts/open-webui/templates/_helpers.tpl` (+17 -0) 📝 `charts/open-webui/templates/workload-manager.yaml` (+3 -3) 📝 `charts/open-webui/values.yaml` (+1 -0) </details> ### 📄 Description Support slim version by allowing use of image.useSlim in the values.yaml Image tag resolution uses the helper implemented earlier: - explicit .Values.image.tag if set - else .Chart.AppVersion-slim when image.useSlim: true - else .Chart.AppVersion Related issue: https://github.com/open-webui/helm-charts/issues/291 --- <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:20 -05:00
yindo closed this issue 2026-02-15 19:17:20 -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#315