TrueCharts Bot 83632a0635 chore(helm): update image docker.io/localai/localai v2.27.0 → v2.28.0 (#34452)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI)
| minor | `534b9ff` -> `4931cc2` |
|
[docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI)
| minor | `f798156` -> `60f1005` |
|
[docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI)
| minor | `f403075` -> `57d0111` |
|
[docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI)
| minor | `3a43cff` -> `a4dd7b7` |

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>

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

[Compare
Source](https://redirect.github.com/mudler/LocalAI/compare/v2.27.0...v2.28.0)

##### 🎉 LocalAI v2.28.0: New Look & The Rebirth of LocalAGI! 🎉

<table>
  <tr>
    <td align="center">
<img
src="https://raw.githubusercontent.com/mudler/LocalAI/refs/heads/master/core/http/static/logo.png"
width="300" alt="New LocalAI Logo">
      <br>
      <em>Our fresh new look!</em>
    </td>
  </tr>
</table>

Big news, everyone! Not only does LocalAI have a brand new logo, but
we're also celebrating the full rebirth of **LocalAGI**, our powerful
agent framework, now completely rewritten and ready to revolutionize
your local AI workflows!

##### Rewinding the Clock: The Journey of LocalAI & LocalAGI

Two years ago, **LocalAI** emerged as a pioneer in the local AI
inferencing space, offering an OpenAI-compatible API layer long before
it became common. Around the same time, **LocalAGI** was born as an
experiment in AI agent frameworks – you can even find the [original
announcement here](https://x.com/mudler_it/status/1687938358079578113)!
Originally built in Python, it inspired many with its local-first
approach.

<details>
<summary>See LocalAGI (Original Python Version) in Action!</summary>

*Searching the internet (interactive mode):* <video
src="https://github.com/mudler/LocalAGI/assets/2420543/23199ca3-7380-4efc-9fac-a6bc2b52bdb3"></video>

*Planning a road trip (batch mode):* <video
src="https://github.com/mudler/LocalAGI/assets/2420543/9ba43b82-dec5-432a-bdb9-8318e7db59a4"></video>

</details>

That early experiment has now evolved significantly!

##### Introducing LocalAGI v2: The Agent Framework Reborn in Go!

<p align="center">
<a href="https://redirect.github.com/mudler/LocalAGI"
target="_blank"><img
src="https://raw.githubusercontent.com/mudler/LocalAGI/refs/heads/main/webui/react-ui/public/logo_2.png"
width="300" alt="LocalAGI Logo"></a>
</p>

We're thrilled to announce that
[**LocalAGI**](https://redirect.github.com/mudler/LocalAGI) has been
rebuilt from the ground up in **Golang**! It's now a modern, robust AI
Agent Orchestration Platform designed to work seamlessly with LocalAI.
Huge thanks to the community, especially
[@&#8203;richiejp](https://redirect.github.com/richiejp), for jumping in
and helping create a fantastic new WebUI!

LocalAGI leverages all the features that make LocalAI great for agentic
tasks. During the refactor, we even spun out the memory layer into its
own component:
[**LocalRecall**](https://redirect.github.com/mudler/LocalRecall?tab=readme-ov-file),
a standalone REST API for persistent agent memory.

##### 🚀 What Makes LocalAGI v2 Shine?

- **🎯 OpenAI Responses API Compatible:** Integrates perfectly with
LocalAI, acting as a drop-in replacement for cloud APIs, keeping your
interactions local and secure.
- **🤖 Next-Gen AI Agent Orchestration:** Easily configure, deploy, and
manage teams of intelligent AI agents through an intuitive no-code web
interface.
- **🛡️ Privacy-First by Design:** Everything runs locally. Your data
*never* leaves your hardware.
- **📡 Instant Integrations:** Comes with built-in connectors for Slack,
Telegram, Discord, GitHub Issues, IRC, and more.
- ** Extensible and Multimodal:** Supports multiple models (text,
vision) and custom actions, perfectly complementing your LocalAI setup.

#####  Check out the new LocalAGI WebUI:

![Web UI
Dashboard](https://redirect.github.com/user-attachments/assets/a40194f9-af3a-461f-8b39-5f4612fbf221)
![Web UI Agent
Settings](https://redirect.github.com/user-attachments/assets/fb3c3e2a-cd53-4ca8-97aa-c5da51ff1f83)
![Web UI Create
Group](https://redirect.github.com/user-attachments/assets/102189a2-0fba-4a1e-b0cb-f99268ef8062)

##### What's New Specifically in LocalAI v2.28.0?

Beyond the rebranding and the major LocalAGI news, this LocalAI release
also brings its own set of improvements:

-   **🖼️ SYCL Support:** Added SYCL support for `stablediffusion.cpp`.
- ** WebUI Enhancements:** Continued improvements to the user
interface.
-   **🧠 Diffusers Updated:** Core diffusers library has been updated.
- **💡 Lumina Model Support:** Now supports the [Lumina model
family](https://huggingface.co/Alpha-VLLM/Lumina-Image-2.0) for
generating stunning images!
- **🐛 Bug Fixes:** Resolved issues related to setting
`LOCALAI_SINGLE_ACTIVE_BACKEND` to `true`.

##### 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! LocalAI has over
**31,800 stars**, and LocalAGI has already rocketed past **450+ 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. 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>

Let's continue building the future of AI, together! 🙌

##### Full changelog 👇

<details>

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

##### What's Changed
##### Bug fixes 🐛
* fix(stablediffusion): Avoid GGML commit which causes CUDA compile
error by
@&#8203;richie[https://github.com/mudler/LocalAI/pull/5170](https://redirect.github.com/mudler/LocalAI/pull/5170)l/5170

##### Exciting New Features 🎉
* feat(loader): enhance single active backend by treating as singleton
by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5107](https://redirect.github.com/mudler/LocalAI/pull/5107)l/5107

##### 🧠 Models
* chore(model gallery): add all-hands_openhands-lm-32b-v0.1 by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5111](https://redirect.github.com/mudler/LocalAI/pull/5111)l/5111
* chore(model gallery): add burtenshaw_gemmacoder3-12b by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5112](https://redirect.github.com/mudler/LocalAI/pull/5112)l/5112
* chore(model gallery): add all-hands_openhands-lm-7b-v0.1 by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5113](https://redirect.github.com/mudler/LocalAI/pull/5113)l/5113
* chore(model gallery): add all-hands_openhands-lm-1.5b-v0.1 by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5114](https://redirect.github.com/mudler/LocalAI/pull/5114)l/5114
* chore(model gallery): add gemma-3-12b-it-qat by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5117](https://redirect.github.com/mudler/LocalAI/pull/5117)l/5117
* chore(model gallery): add gemma-3-4b-it-qat by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5118](https://redirect.github.com/mudler/LocalAI/pull/5118)l/5118
* chore(model gallery): add tesslate_synthia-s1-27b by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5119](https://redirect.github.com/mudler/LocalAI/pull/5119)l/5119
* chore(model gallery): add katanemo_arch-function-chat-7b by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5120](https://redirect.github.com/mudler/LocalAI/pull/5120)l/5120
* chore(model gallery): add katanemo_arch-function-chat-1.5b by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5121](https://redirect.github.com/mudler/LocalAI/pull/5121)l/5121
* chore(model gallery): add katanemo_arch-function-chat-3b by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5122](https://redirect.github.com/mudler/LocalAI/pull/5122)l/5122
* chore(model gallery): add gemma-3-27b-it-qat by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5124](https://redirect.github.com/mudler/LocalAI/pull/5124)l/5124
* chore(model gallery): add open-thoughts_openthinker2-32b by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5128](https://redirect.github.com/mudler/LocalAI/pull/5128)l/5128
* chore(model gallery): add open-thoughts_openthinker2-7b by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5129](https://redirect.github.com/mudler/LocalAI/pull/5129)l/5129
* chore(model gallery): add arliai_qwq-32b-arliai-rpr-v by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5137](https://redirect.github.com/mudler/LocalAI/pull/5137)l/5137
* chore(model gallery): add watt-ai_watt-tool-70b by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5138](https://redirect.github.com/mudler/LocalAI/pull/5138)l/5138
* chore(model gallery): add eurydice-24b-v2-i1 by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5139](https://redirect.github.com/mudler/LocalAI/pull/5139)l/5139
* chore(model gallery): add mensa-beta-14b-instruct-i1 by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5140](https://redirect.github.com/mudler/LocalAI/pull/5140)l/5140
* chore(model gallery): add meta-llama_llama-4-scout-17b-16e-instruct by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5141](https://redirect.github.com/mudler/LocalAI/pull/5141)l/5141
* fix(gemma): improve prompt for tool calls by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5142](https://redirect.github.com/mudler/LocalAI/pull/5142)l/5142
* chore(model gallery): add cogito-v1-preview-qwen-14b by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5145](https://redirect.github.com/mudler/LocalAI/pull/5145)l/5145
* chore(model gallery): add deepcogito_cogito-v1-preview-llama-8b by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5147](https://redirect.github.com/mudler/LocalAI/pull/5147)l/5147
* chore(model gallery): add deepcogito_cogito-v1-preview-llama-3b by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5148](https://redirect.github.com/mudler/LocalAI/pull/5148)l/5148
* chore(model gallery): add deepcogito_cogito-v1-preview-qwen-32b by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5149](https://redirect.github.com/mudler/LocalAI/pull/5149)l/5149
* chore(model gallery): add deepcogito_cogito-v1-preview-llama-70b by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5150](https://redirect.github.com/mudler/LocalAI/pull/5150)l/5150
* chore(model gallery): add agentica-org_deepcoder-14b-preview by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5151](https://redirect.github.com/mudler/LocalAI/pull/5151)l/5151
* chore(model gallery): add trappu_magnum-picaro-0.7-v2-12b by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5153](https://redirect.github.com/mudler/LocalAI/pull/5153)l/5153
* chore(model gallery): add soob3123_amoral-cogito-v1-preview-qwen-14b
by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5154](https://redirect.github.com/mudler/LocalAI/pull/5154)l/5154
* chore(model gallery): add agentica-org_deepcoder-1.5b-preview by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5156](https://redirect.github.com/mudler/LocalAI/pull/5156)l/5156
* chore(model gallery): add zyphra_zr1-1.5b by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5157](https://redirect.github.com/mudler/LocalAI/pull/5157)l/5157
* chore(model gallery): add tesslate_gradience-t1-3b-preview by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5160](https://redirect.github.com/mudler/LocalAI/pull/5160)l/5160
* chore(model gallery): add lightthinker-qwen by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5165](https://redirect.github.com/mudler/LocalAI/pull/5165)l/5165
* chore(model gallery): add mag-picaro-72b by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5166](https://redirect.github.com/mudler/LocalAI/pull/5166)l/5166
* chore(model gallery): add hamanasu-adventure-4b-i1 by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5167](https://redirect.github.com/mudler/LocalAI/pull/5167)l/5167
* chore(model gallery): add hamanasu-magnum-4b-i1 by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5168](https://redirect.github.com/mudler/LocalAI/pull/5168)l/5168
* chore(model gallery): add daichi-12b by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5169](https://redirect.github.com/mudler/LocalAI/pull/5169)l/5169
* chore(model gallery): add skywork_skywork-or1-7b-preview by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5173](https://redirect.github.com/mudler/LocalAI/pull/5173)l/5173
* chore(model gallery): add skywork_skywork-or1-math-7b by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5174](https://redirect.github.com/mudler/LocalAI/pull/5174)l/5174
* chore(model gallery): add skywork_skywork-or1-32b-preview by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5175](https://redirect.github.com/mudler/LocalAI/pull/5175)l/5175
* chore(model gallery): add nvidia_llama-3.1-8b-ultralong-1m-instruct by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5176](https://redirect.github.com/mudler/LocalAI/pull/5176)l/5176
* chore(model gallery): add nvidia_llama-3.1-8b-ultralong-4m-instruct by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5177](https://redirect.github.com/mudler/LocalAI/pull/5177)l/5177
* chore(model gallery): add m1-32b by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5182](https://redirect.github.com/mudler/LocalAI/pull/5182)l/5182

##### 📖 Documentation and examples
* Update README.md by
@&#8203;qwerty1081[https://github.com/mudler/LocalAI/pull/5172](https://redirect.github.com/mudler/LocalAI/pull/5172)l/5172
* Rebrand: the LocalAI stack family by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5159](https://redirect.github.com/mudler/LocalAI/pull/5159)l/5159

##### 👒 Dependencies
* chore: ⬆️ Update ggml-org/llama.cpp to
`c80a7759dab10657b9b6c3e87eef988a133b9b6a` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/5105](https://redirect.github.com/mudler/LocalAI/pull/5105)l/5105
* chore: ⬆️ Update ggml-org/llama.cpp to
`f423981ac806bf031d83784bcb47d2721bc70f97` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/5108](https://redirect.github.com/mudler/LocalAI/pull/5108)l/5108
* chore(deps): bump llama.cpp to
'f01bd02376f919b05ee635f438311be8dfc91d7c by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5110](https://redirect.github.com/mudler/LocalAI/pull/5110)l/5110
* fix(sycl): kernel not found error by forcing -fsycl by
@&#8203;richie[https://github.com/mudler/LocalAI/pull/5115](https://redirect.github.com/mudler/LocalAI/pull/5115)l/5115
* chore: ⬆️ Update ggml-org/llama.cpp to
`c262beddf29f3f3be5bbbf167b56029a19876956` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/5116](https://redirect.github.com/mudler/LocalAI/pull/5116)l/5116
* chore: ⬆️ Update ggml-org/llama.cpp to
`3e1d29348b5d77269f6931500dd1c1a729d429c8` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/5123](https://redirect.github.com/mudler/LocalAI/pull/5123)l/5123
* chore: ⬆️ Update ggml-org/llama.cpp to
`6bf28f0111ff9f21b3c1b1eace20c590281e7ba6` by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5127](https://redirect.github.com/mudler/LocalAI/pull/5127)l/5127
* chore: ⬆️ Update ggml-org/llama.cpp to
`916c83bfe7f8b08ada609c3b8e583cf5301e594b` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/5130](https://redirect.github.com/mudler/LocalAI/pull/5130)l/5130
* chore(deps): bump securego/gosec from 2.22.0 to 2.22.3 by
@&#8203;dependab[https://github.com/mudler/LocalAI/pull/5134](https://redirect.github.com/mudler/LocalAI/pull/5134)l/5134
* chore(deps): bump llama.cpp to
`4ccea213bc629c4eef7b520f7f6c59ce9bbdaca0` by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5143](https://redirect.github.com/mudler/LocalAI/pull/5143)l/5143
* chore: ⬆️ Update ggml-org/llama.cpp to
`b32efad2bc42460637c3a364c9554ea8217b3d7f` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/5146](https://redirect.github.com/mudler/LocalAI/pull/5146)l/5146
* chore: ⬆️ Update ggml-org/llama.cpp to
`d3bd7193ba66c15963fd1c59448f22019a8caf6e` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/5152](https://redirect.github.com/mudler/LocalAI/pull/5152)l/5152
* chore: ⬆️ Update ggml-org/llama.cpp to
`64eda5deb9859e87a020e56bab5d2f9ca956f1de` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/5155](https://redirect.github.com/mudler/LocalAI/pull/5155)l/5155
* chore: ⬆️ Update ggml-org/llama.cpp to
`bc091a4dc585af25c438c8473285a8cfec5c7695` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/5158](https://redirect.github.com/mudler/LocalAI/pull/5158)l/5158
* chore: ⬆️ Update ggml-org/llama.cpp to
`71e90e8813f90097701e62f7fce137d96ddf41e2` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/5171](https://redirect.github.com/mudler/LocalAI/pull/5171)l/5171
* chore: ⬆️ Update ggml-org/llama.cpp to
`d6d2c2ab8c8865784ba9fef37f2b2de3f2134d33` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/5178](https://redirect.github.com/mudler/LocalAI/pull/5178)l/5178
* fix(stablediffusion): Pass ROCM LD CGO flags through to recursive make
by
@&#8203;richie[https://github.com/mudler/LocalAI/pull/5179](https://redirect.github.com/mudler/LocalAI/pull/5179)l/5179

##### Other Changes
* docs: ⬆️ update docs version mudler/LocalAI by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/5104](https://redirect.github.com/mudler/LocalAI/pull/5104)l/5104
* chore: drop remoteLibraryURL from kong vars by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5103](https://redirect.github.com/mudler/LocalAI/pull/5103)l/5103
* fix: race during stop of active backends by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5106](https://redirect.github.com/mudler/LocalAI/pull/5106)l/5106
* fix(webui): improve model display, do not block view by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5133](https://redirect.github.com/mudler/LocalAI/pull/5133)l/5133
* feat(diffusers): add support for Lumina2Text2ImgPipeline by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/4806](https://redirect.github.com/mudler/LocalAI/pull/4806)l/4806
* feat(stablediffusion): Enable SYCL by
@&#8203;richie[https://github.com/mudler/LocalAI/pull/5144](https://redirect.github.com/mudler/LocalAI/pull/5144)l/5144
* fix(stablediffusion): Avoid overwriting SYCL specific flags from outer
make call by
@&#8203;richie[https://github.com/mudler/LocalAI/pull/5181](https://redirect.github.com/mudler/LocalAI/pull/5181)l/5181

##### New Contributors
* @&#8203;qwerty108109 made their first
contributi[https://github.com/mudler/LocalAI/pull/5172](https://redirect.github.com/mudler/LocalAI/pull/5172)l/5172

</details>

**Full Changelog**:
https://github.com/mudler/LocalAI/compare/v2.27.0...v2.28.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.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- 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=-->
2025-04-16 03:10:23 +02:00

title
title
TrueCharts

Community Helm Chart Catalog

docs Discord GitHub last commit


TrueCharts is a catalog of highly optimised Helm Charts. Made for the community, By the community!

All our charts are supposed to work together and be easy to setup using any helm-compatible deployment tool, above all, give the average user more than enough options to tune things to their liking.


Getting started using TrueCharts

docs


Support

Please check our FAQ, manual and Issue tracker There is a significant chance your issue has been reported before!

Still something not working as expected? Contact us! and we'll figure it out together!

Development

pre-commit renovate GitHub last commit


Our development process is fully distributed and agile, so every chart-maintainer is free to set their own roadmap and development speed and does not have to comply to a centralised roadmap. This ensures freedom and flexibility for everyone involved and makes sure you, the end user, always has the latest and greatest of every Chart installed.

Getting into creating Charts

For more information check the website: https://truecharts.org

Contact and Support

Discord


To contact the TrueCharts project:




Contributors

All Contributors

Thanks goes to these wonderful people (emoji key):


Kjeld Schouten-Lebbing
Kjeld Schouten-Lebbing

💻 🚇 📖 👀 💵
Justin Clift
Justin Clift

📖
whiskerz007
whiskerz007

💻
Stavros Kois
Stavros Kois

💻 📖 🐛 👀 💵
allen-4
allen-4

💻
Troy Prelog
Troy Prelog

💻 📖 💵
Dan Sheridan
Dan Sheridan

💻
Sebastien Dupont
Sebastien Dupont

📖 💵
Vegetto
Vegetto

👀
Ellie Nieuwdorp
Ellie Nieuwdorp

💻
Nate Walck
Nate Walck

💻
Lloyd
Lloyd

💻 💵
Dave Withnall
Dave Withnall

📖
ksimm1
ksimm1

📖 🐛 💵 🧑‍🏫
Aaron Johnson
Aaron Johnson

📖
Ralph
Ralph

💻
Joachim Baten
Joachim Baten

💻 🐛
Michael Yang
Michael Yang

💻
Ciaran Farley
Ciaran Farley

📖
Heavybullets8
Heavybullets8

📖 💻 🐛 📹 🧑‍🏫 💵
662
662

💻
alex171
alex171

📖
Techno Tim
Techno Tim

📖
Mingyao Liu
Mingyao Liu

💻 🐛
NightShaman
NightShaman

💻 📖 🐛 💵 🧑‍🏫
Andrew Smith
Andrew Smith

📖 ⚠️
Bob Klosinski
Bob Klosinski

💻
Sukarn
Sukarn

💻 📖
sebs
sebs

💻
Dyllan Tinoco
Dyllan Tinoco

💻
StevenMcElligott
StevenMcElligott

💻 💵 📖 🐛 🧑‍🏫
brothergomez
brothergomez

💻 🐛
sagit
sagit

💻 🐛 📹 📖 🧑‍🏫
Nevan Chow
Nevan Chow

💻
Daniel Carlsson
Daniel Carlsson

🐛
Devon Louie
Devon Louie

🐛
Alex-Orsholits
Alex-Orsholits

🐛
Tails32
Tails32

🐛
Menaxerius
Menaxerius

🐛
hidefog
hidefog

🐛
Darren Gibbard
Darren Gibbard

🐛
Barti
Barti

🐛
Sunii
Sunii

🐛
trbmchs
trbmchs

🐛
Light
Light

🐛
Boostflow
Boostflow

🐛
Trigardon
Trigardon

🐛
dbb12345
dbb12345

🐛 💻
karypid
karypid

🐛
Philipp
Philipp

🐛
John
John

🐛 📖
John Parton
John Parton

🐛
Marc
Marc

🐛
fdzaebel
fdzaebel

🐛
kloeckwerx
kloeckwerx

🐛
Bradley Bare
Bradley Bare

🐛
Alexander Thamm
Alexander Thamm

🐛
rexit1982
rexit1982

🐛
iaxx
iaxx

🐛
Xstar97
Xstar97

💻 🐛 🧑‍🏫
ornias
ornias

📹
Josh Asplund
Josh Asplund

💵
midnight33233
midnight33233

💵
kbftech
kbftech

💵
hogenf
hogenf

💵
Hawks
Hawks

💵
Jim Russell
Jim Russell

💵
TheGovnah
TheGovnah

💵
famewolf
famewolf

💵 🐛
Konrad Bujak
Konrad Bujak

📖
190n
190n

💻 📖
Alexej Kubarev
Alexej Kubarev

📖
r-vanooyen
r-vanooyen

📖
shadofall
shadofall

📖 🧑‍🏫
agreppin
agreppin

💻
Stavros Ntentos
Stavros Ntentos

💻 🤔
Vlad-Florin Ilie
Vlad-Florin Ilie

💻
huma2000
huma2000

🐛
hugalafutro
hugalafutro

🐛 💵
yehia Amer
yehia Amer

📖
Tyler Stransky
Tyler Stransky

🐛
juggie
juggie

🐛
Ben Tilford
Ben Tilford

🐛 💻
I-nebukad-I
I-nebukad-I

🐛 💻
Ethan Leisinger
Ethan Leisinger

💻 📖
Cullen Murphy
Cullen Murphy

💻 🐛
Jason Thatcher
Jason Thatcher

💻 🐛 📖
Stefan Schramek
Stefan Schramek

🐛
nokaka
nokaka

🐛
Gal Szkolnik
Gal Szkolnik

🐛
Evgeny Stepanovych
Evgeny Stepanovych

🐛
Waqar Ahmed
Waqar Ahmed

🐛
DrSKiZZ
DrSKiZZ

💵
Jan Puciłowski
Jan Puciłowski

💻 ⚠️
Shaun Coyne
Shaun Coyne

💵
Christoph
Christoph

💵
Brandon Rutledge
Brandon Rutledge

🐛
Michael Bestas
Michael Bestas

🐛
Jurģis Rudaks
Jurģis Rudaks

🐛
brunofatia
brunofatia

💵
TopicsLP
TopicsLP

📖
Michael Schnerring
Michael Schnerring

🐛 💻
Tamas Nagy
Tamas Nagy

🐛
OpenSpeedTest™️
OpenSpeedTest™️

💻
Richard James Acton
Richard James Acton

📖
lps-rocks
lps-rocks

🐛
Faust
Faust

🐛
uranderu
uranderu

🐛
Tom Cassady
Tom Cassady

🐛
Huftierchen
Huftierchen

🐛
ZasX
ZasX

📖 🧑‍🏫 💻
Kevin T.
Kevin T.

🐛
Steven Scott
Steven Scott

📖
Watteel Pascal
Watteel Pascal

💻
JamesOsborn-SE
JamesOsborn-SE

💻 📖
NeoToxic
NeoToxic

🧑‍🏫 🐛
jab416171
jab416171

📖
Anna
Anna

📖
ChaosBlades
ChaosBlades

🐛
Patric Stout
Patric Stout

💻
Ben Kochie
Ben Kochie

💻
Jeff Bachtel
Jeff Bachtel

📖
Ben Woods
Ben Woods

💻
Karl Shea
Karl Shea

🐛
Balakumaran MN
Balakumaran MN

📖
Jesperbelt
Jesperbelt

📖
cccs31
cccs31

🐛
Sam Smucny
Sam Smucny

💻
Keith Cirkel
Keith Cirkel

💻
mgale456
mgale456

💻
Alec Fenichel
Alec Fenichel

💻
John Dorman
John Dorman

💻
Dan
Dan

💻
u4ium
u4ium

📖
ErroneousBosch
ErroneousBosch

🐛
MaverickD650
MaverickD650

💻 🐛
Grogdor
Grogdor

📖
Ryan Gooler
Ryan Gooler

📖
Rob Herley
Rob Herley

📖
Christian Heimlich
Christian Heimlich

📖
l-moon-git
l-moon-git

💻
hughes5
hughes5

📖
sdimovv
sdimovv

💻
AllieQpzm
AllieQpzm

💻
Dominik
Dominik

🐛
renovate[bot]
renovate[bot]

🔧
allcontributors[bot]
allcontributors[bot]

🔧
dependabot[bot]
dependabot[bot]

🔧
TrueCharts Bot
TrueCharts Bot

🔧 🚇 💻
Mend Renovate
Mend Renovate

🔧
Simone
Simone

💻
Jean-François Roy
Jean-François Roy

💻
Whiskey24
Whiskey24

💻
inmanturbo
inmanturbo

📖
Alex
Alex

💻
Brian Semrad
Brian Semrad

💻
Christopher
Christopher

💻 📖
Csaba Engedi
Csaba Engedi

💻
Cyb3rzombie
Cyb3rzombie

💻
Eric Cavalcanti
Eric Cavalcanti

💻
Gavin Chappell
Gavin Chappell

💻 🐛
raynay-r
raynay-r

💻
Jip-Hop
Jip-Hop

📖
Jonas Wrede
Jonas Wrede

💻
SilentNyte
SilentNyte

📖
Stan
Stan

💻
Tiago Gaspar
Tiago Gaspar

💻
gismo2004
gismo2004

💻
jsegaert
jsegaert

📖
Miguel Angel Nubla
Miguel Angel Nubla

💻
xal3xhx
xal3xhx

💻
jeremybox
jeremybox

📖
Cameron Sabuda
Cameron Sabuda

📖
Jeroen Schepens
Jeroen Schepens

🐛
James Wright
James Wright

📖
Malpractis
Malpractis

🐛
CommanderStarhump
CommanderStarhump

🐛
Vianchiel
Vianchiel

🐛
Maximilian Ehlers
Maximilian Ehlers

🐛
nautilus7
nautilus7

🐛 💻
kqmaverick
kqmaverick

🐛
ccalby
ccalby

🐛
kofeyh
kofeyh

🐛
imjustleaving
imjustleaving

🐛
Cristian Torres
Cristian Torres

🐛
schopenhauer
schopenhauer

🐛
Zackptg5
Zackptg5

🐛
Brad Ackerman
Brad Ackerman

🐛
mcspiff313
mcspiff313

🐛
Fletcher Nichol
Fletcher Nichol

💻 🐛
Marco Faggian
Marco Faggian

💻
John P
John P

📖
kryojenik
kryojenik

💻
Malcolm
Malcolm

📖
depasseg
depasseg

📖
j1mbl3s
j1mbl3s

📖
VictorienXP
VictorienXP

💻
yelhouti
yelhouti

💻
Jaroslav Lichtblau
Jaroslav Lichtblau

📖
MaximilianS
MaximilianS

📖
Dion Larson
Dion Larson

💻 📖
Physics-Dude
Physics-Dude

📖
waflint
waflint

💻
Henry Wilkinson
Henry Wilkinson

💻 📖
cedstrom
cedstrom

💻
v3DJG6GL
v3DJG6GL

🐛 💻
polarstack
polarstack

💻
Keyvan
Keyvan

💻
MickaelFontes
MickaelFontes

💻
David CM
David CM

💻
Aamir Azad
Aamir Azad

📖
Jordan Woyak
Jordan Woyak

💻
Simon Hofman
Simon Hofman

💻
notyouraveragegamer
notyouraveragegamer

📖
Varac
Varac

💻
tuxsudo
tuxsudo

💻
TylerRudie
TylerRudie

📖
qnb59bny5x
qnb59bny5x

💻
Filip Bednárik
Filip Bednárik

🐛
Serhii Shcherbinin
Serhii Shcherbinin

💻
Quentin Raynaud
Quentin Raynaud

🐛
Felix Schäfer
Felix Schäfer

📖
Julien Nicolas de Verteuil
Julien Nicolas de Verteuil

💻
Gabriel Donadel Dall'Agnol
Gabriel Donadel Dall'Agnol

📖
Jon S. Stumpf
Jon S. Stumpf

📖
Tanguille
Tanguille

📖
Dennis
Dennis

🐛 📖
TheIceCreamTroll
TheIceCreamTroll

💻
Atanas Pamukchiev
Atanas Pamukchiev

💻
Boemeltrein
Boemeltrein

📖
Yiannis Marangos
Yiannis Marangos

💻
Michael Ruoss
Michael Ruoss

💻
Aron Kahrs
Aron Kahrs

💻
nemesis1982
nemesis1982

📖
Ed P
Ed P

💻
Frédéric Nadeau
Frédéric Nadeau

📖
frapbod
frapbod

💻
Max Bachhuber
Max Bachhuber

💻
zierbeek
zierbeek

💻
Ac1dburn
Ac1dburn

💻
Antoine Saget
Antoine Saget

📖
Ben Bodenmiller
Ben Bodenmiller

🐛
felixfon
felixfon

📖
adtwomey
adtwomey

📖
alfi0812
alfi0812

💻 📖 🐛 👀
Agassi
Agassi

💻
Artur
Artur

💻
Morgan Hunter
Morgan Hunter

💻
Aleksandr Oleinikov
Aleksandr Oleinikov

💻
Jamie
Jamie

💻
David Gries
David Gries

🐛 💻
Phreeman33
Phreeman33

💻 🐛
Jens Wolvers
Jens Wolvers

💻
Bart Willems
Bart Willems

💻
Caidy
Caidy

💻
Mr Khachaturov
Mr Khachaturov

💻
LordCrash101
LordCrash101

📖
elendil95
elendil95

💻
TheDodger
TheDodger

💻
Saad Awan
Saad Awan

💻
Felix von Arx
Felix von Arx

💻
yodatak
yodatak

💻
Marcel Henrich
Marcel Henrich

💻
Florent Viel
Florent Viel

💻
SniperAsh6
SniperAsh6

💻
Alexandre Acebedo
Alexandre Acebedo

💻
Douglas Chimento
Douglas Chimento

💻
Addison McDermid
Addison McDermid

💻
Jaël Gareau
Jaël Gareau

💻
Steve Sampson
Steve Sampson

📖

This project follows the all-contributors specification. Contributions of any kind welcome!

Licence

License


Truecharts, is primarily based on a AGPL-v3 license, this ensures almost everyone can use and modify our charts. Licences can vary on a per-Chart basis. This can easily be seen by the presence of a "LICENSE" file in said folder.

An exception to this, has been made for every document inside folders labeled as docs or doc and their subfolders: those folders are not licensed under AGPL-v3 and are considered "all rights reserved". Said content can be modified and changes submitted per PR, in accordance to the github End User License Agreement.

SPDX-License-Identifier: AGPL-3.0


built-with-resentment contains-technical-debt

Languages
Smarty 98.4%
MDX 1.6%