mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 06:02:06 -05:00
[PR #1532] [MERGED] fix(helm): remove trailing slash #7492
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
dev← Head:1478-remove-trailing-slash📝 Commits (1)
e08c144fix(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
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
/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.