From 69fcbc794dad0186642dbfa1ab3d6e6ed3fb3a51 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Tue, 7 Jul 2026 02:07:08 +0200 Subject: [PATCH] =?UTF-8?q?fix(local-ai):=20update=20image=20docker.io/loc?= =?UTF-8?q?alai/localai=20v4.6.1=20=E2=86=92=20v4.6.2=20(#49966)?= 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 | `dfe2e6c` → `d07e9b7` | --- > [!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.6.2`](https://redirect.github.com/mudler/LocalAI/releases/tag/v4.6.2) [Compare Source](https://redirect.github.com/mudler/LocalAI/compare/v4.6.1...v4.6.2) #### What's Changed ##### 👒 Dependencies - chore(deps): bump actions/cache from 4 to 6 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​10704](https://redirect.github.com/mudler/LocalAI/pull/10704) ##### Other Changes - refactor: use slices.Contains to simplify code by [@​weifanglab](https://redirect.github.com/weifanglab) in [#​10702](https://redirect.github.com/mudler/LocalAI/pull/10702) - fix(ci): shard single-arch backend matrix under GitHub's 256-job limit by [@​localai-bot](https://redirect.github.com/localai-bot) in [#​10703](https://redirect.github.com/mudler/LocalAI/pull/10703) - chore(model gallery): add MiniCPM series models by [@​ZMXJJ](https://redirect.github.com/ZMXJJ) in [#​10699](https://redirect.github.com/mudler/LocalAI/pull/10699) #### New Contributors - [@​weifanglab](https://redirect.github.com/weifanglab) made their first contribution in [#​10702](https://redirect.github.com/mudler/LocalAI/pull/10702) - [@​ZMXJJ](https://redirect.github.com/ZMXJJ) made their first contribution in [#​10699](https://redirect.github.com/mudler/LocalAI/pull/10699) **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 89225b57c38..7a5ae87db1d 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.6.1 +appVersion: 4.6.2 dependencies: - name: common version: 29.7.1 @@ -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.11.1 +version: 18.11.2 diff --git a/charts/stable/local-ai/values.yaml b/charts/stable/local-ai/values.yaml index 5f1fca9d0f7..9bea4fc2e69 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.6.1@sha256:dfe2e6c942e32dc6dde62207a3596aea0b903d1c3b10a8dc1efc1f63eee26da7 + tag: v4.6.2@sha256:d07e9b7da15ca1c63e32ed016daecce63ace76ee5223a760baccc23bc091deae ffmpegImage: repository: docker.io/localai/localai pullPolicy: IfNotPresent