From dbe36942700a692d2c7a2e9000a4fa337bf48248 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sat, 27 Jun 2026 20:17:06 +0200 Subject: [PATCH] =?UTF-8?q?fix(local-ai):=20update=20image=20docker.io/loc?= =?UTF-8?q?alai/localai=20v4.5.4=20=E2=86=92=20v4.5.5=20(#49569)?= 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 | `b61ca5a` → `b6b347b` | --- > [!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.5.5`](https://redirect.github.com/mudler/LocalAI/releases/tag/v4.5.5) [Compare Source](https://redirect.github.com/mudler/LocalAI/compare/v4.5.4...v4.5.5) #### What's Changed ##### Other Changes - fix(backends): repair release CI build/test breaks (kokoros, fish-speech, llama-cpp-quantization, sglang) by [@​localai-bot](https://redirect.github.com/localai-bot) in [#​10547](https://redirect.github.com/mudler/LocalAI/pull/10547) - chore(model gallery): :robot: add 1 new models via gallery agent by [@​localai-bot](https://redirect.github.com/localai-bot) in [#​10544](https://redirect.github.com/mudler/LocalAI/pull/10544) - fix(backends): whisper darwin run.sh loads whichever fallback lib exists (.so/.dylib) by [@​localai-bot](https://redirect.github.com/localai-bot) in [#​10553](https://redirect.github.com/mudler/LocalAI/pull/10553) **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 e75c5e25ddf..f213390ff3e 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.5.4 +appVersion: 4.5.5 dependencies: - name: common version: 29.6.0 @@ -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.9.0 +version: 18.9.1 diff --git a/charts/stable/local-ai/values.yaml b/charts/stable/local-ai/values.yaml index 916347b9246..ccbd7ef9894 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.5.4@sha256:b61ca5a186640e020d23d3de125018b820c03d6da773ff6abd57fd3afdd3f9a5 + tag: v4.5.5@sha256:b6b347bcf9aee2f397b37fd110e3a7f6f90fe67ebb3fc16bdb4cee7fe33b0a84 ffmpegImage: repository: docker.io/localai/localai pullPolicy: IfNotPresent