chore(helm): update image docker.io/localai/localai (#36742)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI)
| minor | `4975941` -> `5820587` |
|
[docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI)
| minor | `3f9ed8d` -> `2bc6af0` |
|
[docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI)
| minor | `5cd1a8d` -> `6dc82af` |
|
[docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI)
| minor | `ad89be3` -> `01a3d9c` |

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>mudler/LocalAI (docker.io/localai/localai)</summary>

###
[`v3.1.1`](https://redirect.github.com/mudler/LocalAI/releases/tag/v3.1.1)

[Compare
Source](https://redirect.github.com/mudler/LocalAI/compare/v3.1.0...v3.1.1)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

##### What's Changed

##### Bug fixes 🐛

- fix(backends gallery): correctly identify gpu vendor by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/5739](https://redirect.github.com/mudler/LocalAI/pull/5739)
- fix(backends gallery): meta packages do not have URIs by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/5740](https://redirect.github.com/mudler/LocalAI/pull/5740)

##### Exciting New Features 🎉

- feat(gallery): automatically install missing backends along models by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/5736](https://redirect.github.com/mudler/LocalAI/pull/5736)

##### 👒 Dependencies

- chore: ⬆️ Update ggml-org/whisper.cpp to
`c88ffbf9baeaae8c2cc0a4f496618314bb2ee9e0` by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/5742](https://redirect.github.com/mudler/LocalAI/pull/5742)
- chore: ⬆️ Update ggml-org/llama.cpp to
`72babea5dea56c8a8e8420ccf731b12a5cf37854` by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/5743](https://redirect.github.com/mudler/LocalAI/pull/5743)

##### Other Changes

- fix(ci): better handling of latest images for backends by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/5735](https://redirect.github.com/mudler/LocalAI/pull/5735)
- fix(ci): enable tag-latest to auto by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/5738](https://redirect.github.com/mudler/LocalAI/pull/5738)
- docs: ⬆️ update docs version mudler/LocalAI by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/5741](https://redirect.github.com/mudler/LocalAI/pull/5741)

**Full Changelog**:
https://github.com/mudler/LocalAI/compare/v3.1.0...v3.1.1

###
[`v3.1.0`](https://redirect.github.com/mudler/LocalAI/releases/tag/v3.1.0)

[Compare
Source](https://redirect.github.com/mudler/LocalAI/compare/v3.0.0...v3.1.0)

<h1 align="center">
  <br>
<img height="300"
src="https://raw.githubusercontent.com/mudler/LocalAI/refs/heads/master/core/http/static/logo.png">
<br>
<br>
🚀 LocalAI 3.1
</h1>

##### 🚀 Highlights
##### Support for Gemma 3n!

Gemma 3n has been released and it's now available in LocalAI (currently
only for text generation, install it with:

-   `local-ai run gemma-3n-e2b-it`
-   `local-ai run gemma-3n-e4b-it`

##### ⚠️ Breaking Changes

Several important changes that reduce image size, simplify the
ecosystem, and pave the way for a leaner LocalAI core:

##### 🧰 Container Image Changes

- Sources are no longer bundled in the container images. This
significantly reduces image sizes.
- Need to rebuild locally? Just follow the docs to build from scratch.
We're working towards migrating all backends to the gallery, slimming
down the default image further.

##### 📁 Directory Structure Updated

New default model and backend paths for container images:

-   Models: `/models/` (was `/build/models`)
-   Backends: `/backends/` (was `/build/backends`)

##### 🏷 Unified Image Tag Naming for `master` (development) builds

We've cleaned up and standardized container image tags for clarity and
consistency:

- `gpu-nvidia-cuda11` and `gpu-nvidia-cuda12` (previously
`cublas-cuda11`, `cublas-cuda12`)
- `gpu-intel-f16` and `gpu-intel-f32` (previously `sycl-f16`,
`sycl-f32`)

##### Meta packages in backend galleries

We’ve introduced meta-packages to the backend gallery!
These packages automatically install the most suitable backend depending
on the GPU detected in your system — saving time, reducing errors, and
ensuring you get the right setup out of the box. These will be added as
soon as the 3.1.0 images are going to be published, stay tuned!

For instance, you will be able to install `vllm` just by installing the
`vllm` backend in the gallery ( no need to select anymore the correct
GPU version)

##### The Complete Local Stack for Privacy-First AI

With LocalAGI rejoining LocalAI alongside LocalRecall, our ecosystem
provides a complete, open-source stack for private, secure, and
intelligent AI operations:

<table>
  <tr>
    <td width="30%" valign="top" align="center">
      <a href="https://redirect.github.com/mudler/LocalAI">
<img
src="https://raw.githubusercontent.com/mudler/LocalAI/refs/heads/master/core/http/static/logo.png"
width="200" alt="LocalAI Logo">
        <h3>LocalAI</h3>
      </a>
    </td>
    <td width="70%" valign="top">
<p>The free, Open Source OpenAI alternative. Acts as a drop-in
replacement REST API compatible with OpenAI specifications for local AI
inferencing. No GPU required.</p>
<p><em>Link:</em> <a
href="https://redirect.github.com/mudler/LocalAI">https://github.com/mudler/LocalAI</a></p>
    </td>
  </tr>
  <tr>
    <td width="30%" valign="top" align="center">
      <a href="https://redirect.github.com/mudler/LocalAGI">
<img
src="https://raw.githubusercontent.com/mudler/LocalAGI/refs/heads/main/webui/react-ui/public/logo_2.png"
width="200" alt="LocalAGI Logo">
         <h3>LocalAGI</h3>
      </a>
    </td>
    <td width="70%" valign="top">
<p>A powerful Local AI agent management platform. Serves as a drop-in
replacement for OpenAI's Responses API, supercharged with advanced
agentic capabilities and a no-code UI.</p>
<p><em>Link:</em> <a
href="https://redirect.github.com/mudler/LocalAGI">https://github.com/mudler/LocalAGI</a></p>
    </td>
  </tr>
  <tr>
    <td width="30%" valign="top" align="center">
      <a href="https://redirect.github.com/mudler/LocalRecall">
<img
src="https://raw.githubusercontent.com/mudler/LocalRecall/refs/heads/main/static/localrecall_horizontal.png"
width="200" alt="LocalRecall Logo">
         <h3>LocalRecall</h3>
      </a>
    </td>
    <td width="70%" valign="top">
<p>A RESTful API and knowledge base management system providing
persistent memory and storage capabilities for AI agents. Designed to
work alongside LocalAI and LocalAGI.</p>
<p><em>Link:</em> <a
href="https://redirect.github.com/mudler/LocalRecall">https://github.com/mudler/LocalRecall</a></p>
    </td>
  </tr>
</table>

##### Join the Movement! ❤️

A massive **THANK YOU** to our incredible community and our sponsors!
LocalAI has over **33,500 stars**, and LocalAGI has already rocketed
past **800+ stars**!

As a reminder, LocalAI is real FOSS (Free and Open Source Software) and
its sibling projects are community-driven and not backed by VCs or a
company. We rely on contributors donating their spare time and our
sponsors to provide us the hardware! If you love open-source,
privacy-first AI, please consider starring the repos, contributing code,
reporting bugs, or spreading the word!

👉 **Check out the reborn LocalAGI v2 today:**
<https://github.com/mudler/LocalAGI>

##### Full changelog 👇

<details>

<summary>
👉 Click to expand 👈 
</summary>

##### What's Changed
##### Breaking Changes 🛠
* chore(ci): ⚠️ fix latest tag by using docker meta action by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5722](https://redirect.github.com/mudler/LocalAI/pull/5722)l/5722
* feat: ⚠️ reduce images size and stop bundling sources by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5721](https://redirect.github.com/mudler/LocalAI/pull/5721)l/5721

##### Bug fixes 🐛
* fix(backends gallery): delete dangling dirs if installation failed by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5729](https://redirect.github.com/mudler/LocalAI/pull/5729)l/5729

##### Exciting New Features 🎉
* feat(backend gallery): add meta packages by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5696](https://redirect.github.com/mudler/LocalAI/pull/5696)l/5696

##### 🧠 Models
* chore(model gallery): add
qwen3-the-josiefied-omega-directive-22b-uncensored-abliterated-i1 by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5704](https://redirect.github.com/mudler/LocalAI/pull/5704)l/5704
* chore(model gallery): add menlo_jan-nano by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5705](https://redirect.github.com/mudler/LocalAI/pull/5705)l/5705
* chore(model gallery): add
qwen3-the-xiaolong-omega-directive-22b-uncensored-abliterated-i1 by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5706](https://redirect.github.com/mudler/LocalAI/pull/5706)l/5706
* chore(model gallery): add allura-org_q3-8b-kintsugi by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5707](https://redirect.github.com/mudler/LocalAI/pull/5707)l/5707
* chore(model gallery): add
ds-r1-qwen3-8b-arliai-rpr-v4-small-iq-imatrix by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5708](https://redirect.github.com/mudler/LocalAI/pull/5708)l/5708
* chore(model gallery): add
mistralai_mistral-small-3.2-24b-instruct-2506 by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5714](https://redirect.github.com/mudler/LocalAI/pull/5714)l/5714
* chore(model gallery): add skywork_skywork-swe-32b by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5715](https://redirect.github.com/mudler/LocalAI/pull/5715)l/5715
* chore(model gallery): add astrosage-70b by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5716](https://redirect.github.com/mudler/LocalAI/pull/5716)l/5716
* chore(model gallery): add delta-vector_austral-24b-winton by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5717](https://redirect.github.com/mudler/LocalAI/pull/5717)l/5717
* chore(model gallery): add menlo_jan-nano-128k by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5723](https://redirect.github.com/mudler/LocalAI/pull/5723)l/5723
* chore(model gallery): add gemma-3n-e2b-it by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5730](https://redirect.github.com/mudler/LocalAI/pull/5730)l/5730
* chore(model gallery): add gemma-3n-e4b-it by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5731](https://redirect.github.com/mudler/LocalAI/pull/5731)l/5731

##### 👒 Dependencies
* chore: ⬆️ Update ggml-org/whisper.cpp to
`3e65f518ddf840b13b74794158aa95a2c8aa30cc` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/5691](https://redirect.github.com/mudler/LocalAI/pull/5691)l/5691
* chore: ⬆️ Update ggml-org/llama.cpp to
`8f71d0f3e86ccbba059350058af8758cafed73e6` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/5692](https://redirect.github.com/mudler/LocalAI/pull/5692)l/5692
* chore: ⬆️ Update ggml-org/llama.cpp to
`06cbedfca1587473df9b537f1dd4d6bfa2e3de13` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/5697](https://redirect.github.com/mudler/LocalAI/pull/5697)l/5697
* chore: ⬆️ Update ggml-org/whisper.cpp to
`e6c10cf3d5d60dc647eb6cd5e73d3c347149f746` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/5702](https://redirect.github.com/mudler/LocalAI/pull/5702)l/5702
* chore: ⬆️ Update ggml-org/llama.cpp to
`aa0ef5c578eef4c2adc7be1282f21bab5f3e8d26` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/5703](https://redirect.github.com/mudler/LocalAI/pull/5703)l/5703
* chore: ⬆️ Update ggml-org/llama.cpp to
`238005c2dc67426cf678baa2d54c881701693288` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/5710](https://redirect.github.com/mudler/LocalAI/pull/5710)l/5710
* chore: ⬆️ Update ggml-org/whisper.cpp to
`a422176937c5bb20eb58d969995765f90d3c1a9b` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/5713](https://redirect.github.com/mudler/LocalAI/pull/5713)l/5713
* chore: ⬆️ Update ggml-org/llama.cpp to
`ce82bd0117bd3598300b3a089d13d401b90279c7` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/5712](https://redirect.github.com/mudler/LocalAI/pull/5712)l/5712
* chore: ⬆️ Update ggml-org/llama.cpp to
`73e53dc834c0a2336cd104473af6897197b96277` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/5719](https://redirect.github.com/mudler/LocalAI/pull/5719)l/5719
* chore: ⬆️ Update ggml-org/whisper.cpp to
`0083335ba0e9d6becbe0958903b0a27fc2ebaeed` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/5718](https://redirect.github.com/mudler/LocalAI/pull/5718)l/5718
* chore: ⬆️ Update leejet/stable-diffusion.cpp to
`10c6501bd05a697e014f1bee3a84e5664290c489` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/4925](https://redirect.github.com/mudler/LocalAI/pull/4925)l/4925
* chore: ⬆️ Update ggml-org/llama.cpp to
`2bf9d539dd158345e3a3b096e16474af535265b4` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/5724](https://redirect.github.com/mudler/LocalAI/pull/5724)l/5724
* chore: ⬆️ Update ggml-org/whisper.cpp to
`4daf7050ca2bf17f5166f45ac6da651c4e33f293` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/5725](https://redirect.github.com/mudler/LocalAI/pull/5725)l/5725
* Revert "chore: ⬆️ Update leejet/stable-diffusion.cpp to
`10c6501bd05a697e014f1bee3a84e5664290c489`" by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5727](https://redirect.github.com/mudler/LocalAI/pull/5727)l/5727
* chore: ⬆️ Update ggml-org/llama.cpp to
`8846aace4934ad29651ea61b8c7e3f6b0556e3d2` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/5734](https://redirect.github.com/mudler/LocalAI/pull/5734)l/5734
* chore: ⬆️ Update ggml-org/whisper.cpp to
`32cf4e2aba799aff069011f37ca025401433cf9f` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/5733](https://redirect.github.com/mudler/LocalAI/pull/5733)l/5733

##### Other Changes
* docs: ⬆️ update docs version mudler/LocalAI by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/5690](https://redirect.github.com/mudler/LocalAI/pull/5690)l/5690
* chore(ci): try to optimize disk space when tagging latest by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5695](https://redirect.github.com/mudler/LocalAI/pull/5695)l/5695
* chore(ci): add stale bot by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5700](https://redirect.github.com/mudler/LocalAI/pull/5700)l/5700
* Docs: Fix typos by
@&#8203;kilav[https://github.com/mudler/LocalAI/pull/5709](https://redirect.github.com/mudler/LocalAI/pull/5709)l/5709
</details>

**Full Changelog**:
https://github.com/mudler/LocalAI/compare/v3.0.0...v3.1.0

</details>

---

### Configuration

📅 **Schedule**: 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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
TrueCharts Bot
2025-06-28 02:58:30 +02:00
committed by GitHub
parent 61bc0e75dd
commit 5d929d8750
2 changed files with 6 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ annotations:
truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable
apiVersion: v2
appVersion: 3.0.0
appVersion: 3.1.1
dependencies:
- name: common
version: 25.4.10
@@ -36,5 +36,5 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/local-ai
- https://hub.docker.com/r/localai/localai
type: application
version: 15.0.0
version: 15.4.0

View File

@@ -1,7 +1,7 @@
image:
repository: docker.io/localai/localai
pullPolicy: IfNotPresent
tag: v3.0.0@sha256:ad89be30d49d365e4c7ebfbd9e2a402fa6c23e16769b85bcd69afc635d17a12b
tag: v3.1.1@sha256:01a3d9cf057ae5f95370ee506da36592517a0ead7a413aadd6ee7b8c73b70417
ffmpegImage:
repository: docker.io/localai/localai
pullPolicy: IfNotPresent
@@ -25,15 +25,15 @@ cublasCuda11FfmpegImage:
allInOneCuda12Image:
repository: docker.io/localai/localai
pullPolicy: IfNotPresent
tag: v3.0.0-aio-gpu-nvidia-cuda-12@sha256:5cd1a8d6fd9f3a6041dc0a897ef0b63c58bec9a4d90875a69d5119d3e410acf7
tag: v3.1.0-aio-gpu-nvidia-cuda-12@sha256:6dc82af5a4d43f6a82c8a16ccf627cbfb0341940c6dea3ac3acba716b359ee30
allInOneCuda11Image:
repository: docker.io/localai/localai
pullPolicy: IfNotPresent
tag: v3.0.0-aio-gpu-nvidia-cuda-11@sha256:3f9ed8d9caa0c1431782d437a1987cb5725c49b37f98d66d1b280737f88cf384
tag: v3.1.0-aio-gpu-nvidia-cuda-11@sha256:2bc6af091c3ee25ad8678ffc397cee75ac5c4f6b64ed8cd797255648a81472a7
allInOneCpuImage:
repository: docker.io/localai/localai
pullPolicy: IfNotPresent
tag: v3.0.0-aio-cpu@sha256:4975941d57065669eb1897b4d32e02c50c035d467e22fdeee63adf298eb3df28
tag: v3.1.1-aio-cpu@sha256:5820587deaa997aec94deddd4dc3434f1073085b9a8164aeb60b333f3c276fac
securityContext:
container:
runAsNonRoot: false