[PR #1532] [MERGED] fix(helm): remove trailing slash #7492

Closed
opened 2025-11-11 17:28:11 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/1532
Author: @dariothornhill
Created: 4/13/2024
Status: Merged
Merged: 4/13/2024
Merged by: @tjbck

Base: devHead: 1478-remove-trailing-slash


📝 Commits (1)

  • e08c144 fix(helm): remove trailing slash

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 kubernetes/helm/templates/_helpers.tpl (+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

The _helper file introduces a trailing / to the ollama service url which causes requests to be written with // and results in 404 responses from the ollama service.

This results in ollama models being unusable.

Removing the training slash here resolves the issue.


Changelog Entry

Fixed

  • Removed trailing / from ollama url in the helm chart template helper (#1478)

FYI closes #1478


🔄 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/1532 **Author:** [@dariothornhill](https://github.com/dariothornhill) **Created:** 4/13/2024 **Status:** ✅ Merged **Merged:** 4/13/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `1478-remove-trailing-slash` --- ### 📝 Commits (1) - [`e08c144`](https://github.com/open-webui/open-webui/commit/e08c144f0b93672eae7eff1f4914a8bc14751f00) fix(helm): remove trailing slash ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `kubernetes/helm/templates/_helpers.tpl` (+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. - [ ] **Documentation:** Have you updated relevant documentation? - [ ] **Dependencies:** Are there any new dependencies? Have you updated the dependency versions in the documentation? --- ## Description The [_helper file](https://github.com/open-webui/open-webui/blob/2da7dd67ead27db0f04dd85a77f66fb04a9168be/kubernetes/helm/templates/_helpers.tpl#L13) introduces a trailing `/` to the ollama service url which causes requests to be written with `//` and results in 404 responses from the ollama service. This results in ollama models being unusable. Removing the training slash here resolves the issue. --- ### Changelog Entry ### Fixed - Removed trailing `/` from ollama url in the helm chart template helper (#1478) FYI closes #1478 --- <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 2025-11-11 17:28:11 -06: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#7492