[PR #68] [MERGED] Fix condition case on loadBalancerIP #157

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

📋 Pull Request Information

Original PR: https://github.com/open-webui/helm-charts/pull/68
Author: @harunanase
Created: 8/31/2024
Status: Merged
Merged: 8/31/2024
Merged by: @westbrook-ai

Base: mainHead: main


📝 Commits (2)

  • 7b564ed fix: open-webui svc condition case on loadBalancerIP
  • 2f21841 feat: update open-webui chart version to 3.1.8

📊 Changes

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

View changed files

📝 charts/open-webui/Chart.yaml (+1 -1)
📝 charts/open-webui/README.md (+1 -1)
📝 charts/open-webui/templates/service.yaml (+1 -1)

📄 Description

Based on Kubernetes service type doc, the type of LoadBalancer is case sensitive.

Should be LoadBalancer instead of loadBalancer, thanks.


🔄 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/68 **Author:** [@harunanase](https://github.com/harunanase) **Created:** 8/31/2024 **Status:** ✅ Merged **Merged:** 8/31/2024 **Merged by:** [@westbrook-ai](https://github.com/westbrook-ai) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`7b564ed`](https://github.com/open-webui/helm-charts/commit/7b564ed2f01f14c1c8013b33cb5c6286ca1d0a53) fix: open-webui svc condition case on loadBalancerIP - [`2f21841`](https://github.com/open-webui/helm-charts/commit/2f21841a00585f09a142a63840e8331d56c472c5) feat: update open-webui chart version to 3.1.8 ### 📊 Changes **3 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `charts/open-webui/Chart.yaml` (+1 -1) 📝 `charts/open-webui/README.md` (+1 -1) 📝 `charts/open-webui/templates/service.yaml` (+1 -1) </details> ### 📄 Description Based on Kubernetes service type [doc](https://github.com/open-webui/helm-charts/commit/d7a271013f863e878672160a8c240d12209f5618), the type of `LoadBalancer` is case sensitive. Should be `LoadBalancer` instead of `loadBalancer`, thanks. --- <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:38 -05:00
yindo closed this issue 2026-02-15 19:16:38 -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#157