[PR #1] [CLOSED] Test Helm release workflow #119

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

📋 Pull Request Information

Original PR: https://github.com/open-webui/helm-charts/pull/1
Author: @westbrook-ai
Created: 5/6/2024
Status: Closed

Base: mainHead: test-workflow


📝 Commits (4)

  • 8dc2387 Initial commit with existing chart and new Helm release workflow
  • 3319574 Testing Helm release workflow
  • 2664b95 Fixed workflow path
  • b6d329b Fix charts path

📊 Changes

13 files changed (+484 additions, -0 deletions)

View changed files

.github/workflows/helm-release.yml (+36 -0)
📝 README.md (+1 -0)
charts/open-webui/.helmignore (+1 -0)
charts/open-webui/Chart.yaml (+21 -0)
charts/open-webui/templates/_helpers.tpl (+51 -0)
charts/open-webui/templates/ollama-service.yaml (+23 -0)
charts/open-webui/templates/ollama-statefulset.yaml (+98 -0)
charts/open-webui/templates/webui-deployment.yaml (+62 -0)
charts/open-webui/templates/webui-ingress.yaml (+33 -0)
charts/open-webui/templates/webui-pvc.yaml (+27 -0)
charts/open-webui/templates/webui-service.yaml (+29 -0)
charts/open-webui/values-minikube.yaml (+27 -0)
charts/open-webui/values.yaml (+75 -0)

📄 Description

No description provided


🔄 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/1 **Author:** [@westbrook-ai](https://github.com/westbrook-ai) **Created:** 5/6/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `test-workflow` --- ### 📝 Commits (4) - [`8dc2387`](https://github.com/open-webui/helm-charts/commit/8dc238700f38644b6b071055856e963d3df9b124) Initial commit with existing chart and new Helm release workflow - [`3319574`](https://github.com/open-webui/helm-charts/commit/33195744520d2a21cbf711920b3ed1f7b6a2390b) Testing Helm release workflow - [`2664b95`](https://github.com/open-webui/helm-charts/commit/2664b95f93e8112ef658533985e8e477aaed5606) Fixed workflow path - [`b6d329b`](https://github.com/open-webui/helm-charts/commit/b6d329b5952035aa14c44f01fe8979bea64bb788) Fix charts path ### 📊 Changes **13 files changed** (+484 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/helm-release.yml` (+36 -0) 📝 `README.md` (+1 -0) ➕ `charts/open-webui/.helmignore` (+1 -0) ➕ `charts/open-webui/Chart.yaml` (+21 -0) ➕ `charts/open-webui/templates/_helpers.tpl` (+51 -0) ➕ `charts/open-webui/templates/ollama-service.yaml` (+23 -0) ➕ `charts/open-webui/templates/ollama-statefulset.yaml` (+98 -0) ➕ `charts/open-webui/templates/webui-deployment.yaml` (+62 -0) ➕ `charts/open-webui/templates/webui-ingress.yaml` (+33 -0) ➕ `charts/open-webui/templates/webui-pvc.yaml` (+27 -0) ➕ `charts/open-webui/templates/webui-service.yaml` (+29 -0) ➕ `charts/open-webui/values-minikube.yaml` (+27 -0) ➕ `charts/open-webui/values.yaml` (+75 -0) </details> ### 📄 Description _No description provided_ --- <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:30 -05:00
yindo closed this issue 2026-02-15 19:16:30 -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#119