From c4480929cc84980d81ad16c6c62620217f448bac Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 11 Jun 2026 22:58:17 +0200 Subject: [PATCH] =?UTF-8?q?fix(local-ai):=20update=20image=20docker.io/loc?= =?UTF-8?q?alai/localai=20v4.4.0=20=E2=86=92=20v4.4.1=20(#49043)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI) | patch | `78a86bf` → `a05f42a` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes
mudler/LocalAI (docker.io/localai/localai) ### [`v4.4.1`](https://redirect.github.com/mudler/LocalAI/releases/tag/v4.4.1) [Compare Source](https://redirect.github.com/mudler/LocalAI/compare/v4.4.0...v4.4.1) #### What's Changed ##### Other Changes - docs: :arrow\_up: update docs version mudler/LocalAI by [@​localai-bot](https://redirect.github.com/localai-bot) in [#​10245](https://redirect.github.com/mudler/LocalAI/pull/10245) - chore: :arrow\_up: Update antirez/ds4 to `8384adf0f9fa0f3bb342dd925372de778b95b263` by [@​localai-bot](https://redirect.github.com/localai-bot) in [#​10242](https://redirect.github.com/mudler/LocalAI/pull/10242) - fix(vllm): restore compatibility with vLLM >= 0.22 (get\_tokenizer moved to vllm.tokenizers) by [@​pos-ei-don](https://redirect.github.com/pos-ei-don) in [#​10252](https://redirect.github.com/mudler/LocalAI/pull/10252) - feat(realtime): stream the LLM / TTS / transcription pipeline stages by [@​localai-bot](https://redirect.github.com/localai-bot) in [#​10176](https://redirect.github.com/mudler/LocalAI/pull/10176) - docs: fix broken relref to realtime page by [@​localai-bot](https://redirect.github.com/localai-bot) in [#​10255](https://redirect.github.com/mudler/LocalAI/pull/10255) #### New Contributors - [@​pos-ei-don](https://redirect.github.com/pos-ei-don) made their first contribution in [#​10252](https://redirect.github.com/mudler/LocalAI/pull/10252) **Full Changelog**:
--- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --- charts/stable/local-ai/Chart.yaml | 4 ++-- charts/stable/local-ai/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/local-ai/Chart.yaml b/charts/stable/local-ai/Chart.yaml index 74ca17f0268..8b26bf803b2 100644 --- a/charts/stable/local-ai/Chart.yaml +++ b/charts/stable/local-ai/Chart.yaml @@ -9,7 +9,7 @@ annotations: trueforge.org/min_helm_version: "3.14" trueforge.org/train: stable apiVersion: v2 -appVersion: 4.4.0 +appVersion: 4.4.1 dependencies: - name: common version: 29.5.3 @@ -36,5 +36,5 @@ sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/local-ai - https://hub.docker.com/r/localai/localai type: application -version: 18.7.0 +version: 18.7.1 diff --git a/charts/stable/local-ai/values.yaml b/charts/stable/local-ai/values.yaml index fb0bb653bfe..d8dd759cae6 100644 --- a/charts/stable/local-ai/values.yaml +++ b/charts/stable/local-ai/values.yaml @@ -2,7 +2,7 @@ image: repository: docker.io/localai/localai pullPolicy: IfNotPresent - tag: v4.4.0@sha256:78a86bf170f400c36a7739644197c24416fc3832ed8f7bab0abf1a817d57b1c3 + tag: v4.4.1@sha256:a05f42a07835b06ec33d5cb24cf4ae60e72f6eafcd7e8493f6a1462211dbc2f1 ffmpegImage: repository: docker.io/localai/localai pullPolicy: IfNotPresent