🔄 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/open-webui/pull/2030
**Author:** [@westbrook-ai](https://github.com/westbrook-ai)
**Created:** 5/7/2024
**Status:** ✅ Merged
**Merged:** 5/7/2024
**Merged by:** [@tjbck](https://github.com/tjbck)
**Base:** `dev` ← **Head:** `remove-helm`
---
### 📝 Commits (1)
- [`bfb8b08`](https://github.com/open-webui/open-webui/commit/bfb8b087232594d27d38983d597e979f94ca90e3) Remove Helm charts, which have moved to a separate repo
### 📊 Changes
**12 files changed** (+4 additions, -447 deletions)
<details>
<summary>View changed files</summary>
➖ `kubernetes/helm/.helmignore` (+0 -1)
➖ `kubernetes/helm/Chart.yaml` (+0 -21)
➕ `kubernetes/helm/README.md` (+4 -0)
➖ `kubernetes/helm/templates/_helpers.tpl` (+0 -51)
➖ `kubernetes/helm/templates/ollama-service.yaml` (+0 -23)
➖ `kubernetes/helm/templates/ollama-statefulset.yaml` (+0 -98)
➖ `kubernetes/helm/templates/webui-deployment.yaml` (+0 -62)
➖ `kubernetes/helm/templates/webui-ingress.yaml` (+0 -33)
➖ `kubernetes/helm/templates/webui-pvc.yaml` (+0 -27)
➖ `kubernetes/helm/templates/webui-service.yaml` (+0 -29)
➖ `kubernetes/helm/values-minikube.yaml` (+0 -27)
➖ `kubernetes/helm/values.yaml` (+0 -75)
</details>
### 📄 Description
## Pull Request Checklist
- [ ] **Description:** Briefly describe the changes in this pull request.
- [ ] **Changelog:** Ensure a changelog entry following the format of [Keep a Changelog](https://keepachangelog.com/) is added at the bottom of the PR description.
- [ ] **Documentation:** Have you updated relevant documentation [Open WebUI Docs](https://github.com/open-webui/docs), or other documentation sources?
- [ ] **Dependencies:** Are there any new dependencies? Have you updated the dependency versions in the documentation?
- [ ] **Testing:** Have you written and run sufficient tests for the changes?
- [ ] **Code Review:** Have you self-reviewed your code and addressed any coding standard issues?
---
## Description
This PR removes the Helm templates and adds a README in their old location to point users to the new repo, https://github.com/open-webui/helm-charts.
---
### Changelog Entry
### Added
- Adds `kubernetes/helm/README.md`
### Fixed
- N/A
### Changed
- N/A
### Removed
- All Helm files, including templates and chart, under the `kubernetes/helm` folder
### Security
- N/A
### Breaking Changes
- N/A
---
### Additional Information
- Closes https://github.com/open-webui/helm-charts/issues/23. Justification for moving Helm charts to a separate repo can also be found there.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/2030
Author: @westbrook-ai
Created: 5/7/2024
Status: ✅ Merged
Merged: 5/7/2024
Merged by: @tjbck
Base:
dev← Head:remove-helm📝 Commits (1)
bfb8b08Remove Helm charts, which have moved to a separate repo📊 Changes
12 files changed (+4 additions, -447 deletions)
View changed files
➖
kubernetes/helm/.helmignore(+0 -1)➖
kubernetes/helm/Chart.yaml(+0 -21)➕
kubernetes/helm/README.md(+4 -0)➖
kubernetes/helm/templates/_helpers.tpl(+0 -51)➖
kubernetes/helm/templates/ollama-service.yaml(+0 -23)➖
kubernetes/helm/templates/ollama-statefulset.yaml(+0 -98)➖
kubernetes/helm/templates/webui-deployment.yaml(+0 -62)➖
kubernetes/helm/templates/webui-ingress.yaml(+0 -33)➖
kubernetes/helm/templates/webui-pvc.yaml(+0 -27)➖
kubernetes/helm/templates/webui-service.yaml(+0 -29)➖
kubernetes/helm/values-minikube.yaml(+0 -27)➖
kubernetes/helm/values.yaml(+0 -75)📄 Description
Pull Request Checklist
Description
This PR removes the Helm templates and adds a README in their old location to point users to the new repo, https://github.com/open-webui/helm-charts.
Changelog Entry
Added
kubernetes/helm/README.mdFixed
Changed
Removed
kubernetes/helmfolderSecurity
Breaking Changes
Additional Information
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.