[PR #1329] [MERGED] fix: Helm Chart storageClassName typo #20637

Closed
opened 2026-04-20 03:05:50 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/1329
Author: @ConnorsApps
Created: 3/28/2024
Status: Merged
Merged: 3/28/2024
Merged by: @tjbck

Base: devHead: fix-pvc-storage-class


📝 Commits (1)

  • 9ad097d fix: pvc storageClassName typo

📊 Changes

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

View changed files

📝 kubernetes/helm/templates/ollama-statefulset.yaml (+1 -1)
📝 kubernetes/helm/templates/webui-pvc.yaml (+1 -1)

📄 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 is added at the bottom of the PR description.
  • Documentation: Have you updated relevant documentation?
  • Dependencies: Are there any new dependencies? Have you updated the dependency versions in the documentation?

Description

Setting the persistent volume class gets ignored by kubernetes due to a typo. See the k8s docs. The only reason this worked previously was that it was using the cluster's default storage class.


Changelog Entry

Fixed

  • Helm chart PVC storage class value

Changed

  • Helm chart PVC storage class no longer using cluster default

🔄 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/1329 **Author:** [@ConnorsApps](https://github.com/ConnorsApps) **Created:** 3/28/2024 **Status:** ✅ Merged **Merged:** 3/28/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `fix-pvc-storage-class` --- ### 📝 Commits (1) - [`9ad097d`](https://github.com/open-webui/open-webui/commit/9ad097d2655aff1822c2e4a4639482911a12eff5) fix: pvc storageClassName typo ### 📊 Changes **2 files changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `kubernetes/helm/templates/ollama-statefulset.yaml` (+1 -1) 📝 `kubernetes/helm/templates/webui-pvc.yaml` (+1 -1) </details> ### 📄 Description ## Pull Request Checklist - [X] **Description:** Briefly describe the changes in this pull request. - [X] **Changelog:** Ensure a changelog entry following the format of [Keep a Changelog](https://keepachangelog.com/) is added at the bottom of the PR description. - [X] **Documentation:** Have you updated relevant documentation? - [X] **Dependencies:** Are there any new dependencies? Have you updated the dependency versions in the documentation? --- ## Description Setting the persistent volume class gets ignored by kubernetes due to a typo. See the [k8s docs](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#reserving-a-persistentvolume). The only reason this worked previously was that it was using the cluster's default storage class. --- ### Changelog Entry ### Fixed - Helm chart PVC storage class value ### Changed - Helm chart PVC storage class no longer using cluster default --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-20 03:05:50 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#20637