[PR #114] [MERGED] fix resources for copy-app-data init container #188

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

📋 Pull Request Information

Original PR: https://github.com/open-webui/helm-charts/pull/114
Author: @0xmeyer
Created: 11/26/2024
Status: Merged
Merged: 12/1/2024
Merged by: @westbrook-ai

Base: mainHead: fix-copy-app-data-value


📝 Commits (1)

  • 373b4c8 fix resources for copy-app-data init container

📊 Changes

2 files changed (+7 additions, -3 deletions)

View changed files

📝 charts/open-webui/templates/workload-manager.yaml (+3 -3)
📝 charts/open-webui/values.yaml (+4 -0)

📄 Description

Upgrading charts fail with

Error: UPGRADE FAILED: template: open-webui/templates/workload-manager.yaml:47:24: executing open-webui/templates/workload-manager.yaml at <.Values.copyAppData.resources>: nil pointer evaluating interface {}.resources

Related to https://github.com/open-webui/helm-charts/issues/108


🔄 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/114 **Author:** [@0xmeyer](https://github.com/0xmeyer) **Created:** 11/26/2024 **Status:** ✅ Merged **Merged:** 12/1/2024 **Merged by:** [@westbrook-ai](https://github.com/westbrook-ai) **Base:** `main` ← **Head:** `fix-copy-app-data-value` --- ### 📝 Commits (1) - [`373b4c8`](https://github.com/open-webui/helm-charts/commit/373b4c80422085f25b64f7cc9ebaf8ac464e9999) fix resources for copy-app-data init container ### 📊 Changes **2 files changed** (+7 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `charts/open-webui/templates/workload-manager.yaml` (+3 -3) 📝 `charts/open-webui/values.yaml` (+4 -0) </details> ### 📄 Description Upgrading charts fail with ``` Error: UPGRADE FAILED: template: open-webui/templates/workload-manager.yaml:47:24: executing open-webui/templates/workload-manager.yaml at <.Values.copyAppData.resources>: nil pointer evaluating interface {}.resources ``` Related to https://github.com/open-webui/helm-charts/issues/108 --- <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:46 -05:00
yindo closed this issue 2026-02-15 19:16:46 -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#188