TrueChartsClone/charts/stable/local-ai/values.yaml

90 lines
2.8 KiB
YAML
Raw Normal View History

2023-07-24 13:29:47 +00:00
image:
chore(repo) change stable charts to the upstream images (#14739) **Description** Update the stable train charts to their direct upstream image. ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl> Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-11-17 10:22:57 +00:00
repository: quay.io/go-skynet/local-ai
2023-07-24 13:29:47 +00:00
pullPolicy: IfNotPresent
chore(deps): update container image quay.io/go-skynet/local-ai to v2.2.0 by renovate (#16499) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [quay.io/go-skynet/local-ai](https://togithub.com/mudler/LocalAI) | minor | `v2.1.0-cublas-cuda11-ffmpeg` -> `v2.2.0-cublas-cuda11-ffmpeg` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>mudler/LocalAI (quay.io/go-skynet/local-ai)</summary> ### [`v2.2.0`](https://togithub.com/mudler/LocalAI/releases/tag/v2.2.0) [Compare Source](https://togithub.com/mudler/LocalAI/compare/v2.1.0...v2.2.0) ##### What's Changed This release brings updates to the backends and includes a fix for recompilation of LocalAI with go-rwkv ([https://github.com/mudler/LocalAI/issues/1473](https://togithub.com/mudler/LocalAI/issues/1473)). To note, it also tries to reduce the image size by allowing some backends (transformers-based) to share the same environment. With this release inline templates and models as URLs are supported, for example: ```yaml name: mixtral parameters: model: https://huggingface.co/TheBloke/Mixtral-8x7B-v0.1-GGUF/resolve/main/mixtral-8x7b-v0.1.Q2_K.gguf ##### or huggingface://TheBloke/Mixtral-8x7B-v0.1-GGUF/mixtral-8x7b-v0.1.Q2_K.gguf@main template: completion: | Complete the following: {{.Input}} ``` ##### Exciting New Features 🎉 - docs: automatically track latest versions by [@&#8203;mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1451](https://togithub.com/mudler/LocalAI/pull/1451) - feat: inline templates and accept URLs in models by [@&#8203;mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1452](https://togithub.com/mudler/LocalAI/pull/1452) - feat(conda): share envs with transformer-based backends by [@&#8203;mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1465](https://togithub.com/mudler/LocalAI/pull/1465) ##### 👒 Dependencies - :arrow_up: Update ggerganov/llama.cpp by [@&#8203;localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1450](https://togithub.com/mudler/LocalAI/pull/1450) - :arrow_up: Update ggerganov/llama.cpp by [@&#8203;localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1455](https://togithub.com/mudler/LocalAI/pull/1455) - :arrow_up: Update ggerganov/llama.cpp by [@&#8203;localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1457](https://togithub.com/mudler/LocalAI/pull/1457) - :arrow_up: Update ggerganov/whisper.cpp by [@&#8203;localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1462](https://togithub.com/mudler/LocalAI/pull/1462) - :arrow_up: Update ggerganov/llama.cpp by [@&#8203;localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1461](https://togithub.com/mudler/LocalAI/pull/1461) - :arrow_up: Update donomii/go-rwkv.cpp by [@&#8203;localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1470](https://togithub.com/mudler/LocalAI/pull/1470) ##### Other Changes - How To (Updates and Fixes) by [@&#8203;lunamidori5](https://togithub.com/lunamidori5) in [https://github.com/mudler/LocalAI/pull/1456](https://togithub.com/mudler/LocalAI/pull/1456) - Revert ":arrow_up: Update donomii/go-rwkv.cpp" by [@&#8203;mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1474](https://togithub.com/mudler/LocalAI/pull/1474) **Full Changelog**: https://github.com/mudler/LocalAI/compare/v2.1.0...v2.2.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 00:54:43 +00:00
tag: v2.2.0@sha256:f87e5c760a4a4d0d0cbf2b4999591b543937fd895cf7a00cb3cccc923ea3676b
2023-07-24 13:29:47 +00:00
ffmpegImage:
chore(repo) change charts to the upstream images (#14824) **Description** Apps with multiple images (multiple trains here) ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._
2023-11-18 10:48:35 +00:00
repository: quay.io/go-skynet/local-ai
2023-07-24 13:29:47 +00:00
pullPolicy: IfNotPresent
chore(deps): update container image quay.io/go-skynet/local-ai to v2.2.0 by renovate (#16499) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [quay.io/go-skynet/local-ai](https://togithub.com/mudler/LocalAI) | minor | `v2.1.0-cublas-cuda11-ffmpeg` -> `v2.2.0-cublas-cuda11-ffmpeg` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>mudler/LocalAI (quay.io/go-skynet/local-ai)</summary> ### [`v2.2.0`](https://togithub.com/mudler/LocalAI/releases/tag/v2.2.0) [Compare Source](https://togithub.com/mudler/LocalAI/compare/v2.1.0...v2.2.0) ##### What's Changed This release brings updates to the backends and includes a fix for recompilation of LocalAI with go-rwkv ([https://github.com/mudler/LocalAI/issues/1473](https://togithub.com/mudler/LocalAI/issues/1473)). To note, it also tries to reduce the image size by allowing some backends (transformers-based) to share the same environment. With this release inline templates and models as URLs are supported, for example: ```yaml name: mixtral parameters: model: https://huggingface.co/TheBloke/Mixtral-8x7B-v0.1-GGUF/resolve/main/mixtral-8x7b-v0.1.Q2_K.gguf ##### or huggingface://TheBloke/Mixtral-8x7B-v0.1-GGUF/mixtral-8x7b-v0.1.Q2_K.gguf@main template: completion: | Complete the following: {{.Input}} ``` ##### Exciting New Features 🎉 - docs: automatically track latest versions by [@&#8203;mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1451](https://togithub.com/mudler/LocalAI/pull/1451) - feat: inline templates and accept URLs in models by [@&#8203;mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1452](https://togithub.com/mudler/LocalAI/pull/1452) - feat(conda): share envs with transformer-based backends by [@&#8203;mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1465](https://togithub.com/mudler/LocalAI/pull/1465) ##### 👒 Dependencies - :arrow_up: Update ggerganov/llama.cpp by [@&#8203;localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1450](https://togithub.com/mudler/LocalAI/pull/1450) - :arrow_up: Update ggerganov/llama.cpp by [@&#8203;localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1455](https://togithub.com/mudler/LocalAI/pull/1455) - :arrow_up: Update ggerganov/llama.cpp by [@&#8203;localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1457](https://togithub.com/mudler/LocalAI/pull/1457) - :arrow_up: Update ggerganov/whisper.cpp by [@&#8203;localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1462](https://togithub.com/mudler/LocalAI/pull/1462) - :arrow_up: Update ggerganov/llama.cpp by [@&#8203;localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1461](https://togithub.com/mudler/LocalAI/pull/1461) - :arrow_up: Update donomii/go-rwkv.cpp by [@&#8203;localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1470](https://togithub.com/mudler/LocalAI/pull/1470) ##### Other Changes - How To (Updates and Fixes) by [@&#8203;lunamidori5](https://togithub.com/lunamidori5) in [https://github.com/mudler/LocalAI/pull/1456](https://togithub.com/mudler/LocalAI/pull/1456) - Revert ":arrow_up: Update donomii/go-rwkv.cpp" by [@&#8203;mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1474](https://togithub.com/mudler/LocalAI/pull/1474) **Full Changelog**: https://github.com/mudler/LocalAI/compare/v2.1.0...v2.2.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 00:54:43 +00:00
tag: v2.2.0-ffmpeg@sha256:f1a624383c66bc45531f4429faa0dc737b713444c1dbb44d15f70e6d884b2c4a
2023-07-24 13:29:47 +00:00
cublasCuda12Image:
chore(repo) change charts to the upstream images (#14824) **Description** Apps with multiple images (multiple trains here) ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._
2023-11-18 10:48:35 +00:00
repository: quay.io/go-skynet/local-ai
2023-07-24 13:29:47 +00:00
pullPolicy: IfNotPresent
chore(deps): update container image quay.io/go-skynet/local-ai to v2.2.0 by renovate (#16499) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [quay.io/go-skynet/local-ai](https://togithub.com/mudler/LocalAI) | minor | `v2.1.0-cublas-cuda11-ffmpeg` -> `v2.2.0-cublas-cuda11-ffmpeg` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>mudler/LocalAI (quay.io/go-skynet/local-ai)</summary> ### [`v2.2.0`](https://togithub.com/mudler/LocalAI/releases/tag/v2.2.0) [Compare Source](https://togithub.com/mudler/LocalAI/compare/v2.1.0...v2.2.0) ##### What's Changed This release brings updates to the backends and includes a fix for recompilation of LocalAI with go-rwkv ([https://github.com/mudler/LocalAI/issues/1473](https://togithub.com/mudler/LocalAI/issues/1473)). To note, it also tries to reduce the image size by allowing some backends (transformers-based) to share the same environment. With this release inline templates and models as URLs are supported, for example: ```yaml name: mixtral parameters: model: https://huggingface.co/TheBloke/Mixtral-8x7B-v0.1-GGUF/resolve/main/mixtral-8x7b-v0.1.Q2_K.gguf ##### or huggingface://TheBloke/Mixtral-8x7B-v0.1-GGUF/mixtral-8x7b-v0.1.Q2_K.gguf@main template: completion: | Complete the following: {{.Input}} ``` ##### Exciting New Features 🎉 - docs: automatically track latest versions by [@&#8203;mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1451](https://togithub.com/mudler/LocalAI/pull/1451) - feat: inline templates and accept URLs in models by [@&#8203;mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1452](https://togithub.com/mudler/LocalAI/pull/1452) - feat(conda): share envs with transformer-based backends by [@&#8203;mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1465](https://togithub.com/mudler/LocalAI/pull/1465) ##### 👒 Dependencies - :arrow_up: Update ggerganov/llama.cpp by [@&#8203;localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1450](https://togithub.com/mudler/LocalAI/pull/1450) - :arrow_up: Update ggerganov/llama.cpp by [@&#8203;localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1455](https://togithub.com/mudler/LocalAI/pull/1455) - :arrow_up: Update ggerganov/llama.cpp by [@&#8203;localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1457](https://togithub.com/mudler/LocalAI/pull/1457) - :arrow_up: Update ggerganov/whisper.cpp by [@&#8203;localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1462](https://togithub.com/mudler/LocalAI/pull/1462) - :arrow_up: Update ggerganov/llama.cpp by [@&#8203;localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1461](https://togithub.com/mudler/LocalAI/pull/1461) - :arrow_up: Update donomii/go-rwkv.cpp by [@&#8203;localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1470](https://togithub.com/mudler/LocalAI/pull/1470) ##### Other Changes - How To (Updates and Fixes) by [@&#8203;lunamidori5](https://togithub.com/lunamidori5) in [https://github.com/mudler/LocalAI/pull/1456](https://togithub.com/mudler/LocalAI/pull/1456) - Revert ":arrow_up: Update donomii/go-rwkv.cpp" by [@&#8203;mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1474](https://togithub.com/mudler/LocalAI/pull/1474) **Full Changelog**: https://github.com/mudler/LocalAI/compare/v2.1.0...v2.2.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 00:54:43 +00:00
tag: v2.2.0-cublas-cuda12@sha256:dd4b1e8d1d665c9672c35ca72da0de0305c3a0ee4dd5b2a4a0cb192216240f8c
2023-07-24 13:29:47 +00:00
cublasCuda12FfmpegImage:
chore(repo) change charts to the upstream images (#14824) **Description** Apps with multiple images (multiple trains here) ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._
2023-11-18 10:48:35 +00:00
repository: quay.io/go-skynet/local-ai
2023-07-24 13:29:47 +00:00
pullPolicy: IfNotPresent
chore(deps): update container image quay.io/go-skynet/local-ai to v2.2.0 by renovate (#16499) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [quay.io/go-skynet/local-ai](https://togithub.com/mudler/LocalAI) | minor | `v2.1.0-cublas-cuda11-ffmpeg` -> `v2.2.0-cublas-cuda11-ffmpeg` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>mudler/LocalAI (quay.io/go-skynet/local-ai)</summary> ### [`v2.2.0`](https://togithub.com/mudler/LocalAI/releases/tag/v2.2.0) [Compare Source](https://togithub.com/mudler/LocalAI/compare/v2.1.0...v2.2.0) ##### What's Changed This release brings updates to the backends and includes a fix for recompilation of LocalAI with go-rwkv ([https://github.com/mudler/LocalAI/issues/1473](https://togithub.com/mudler/LocalAI/issues/1473)). To note, it also tries to reduce the image size by allowing some backends (transformers-based) to share the same environment. With this release inline templates and models as URLs are supported, for example: ```yaml name: mixtral parameters: model: https://huggingface.co/TheBloke/Mixtral-8x7B-v0.1-GGUF/resolve/main/mixtral-8x7b-v0.1.Q2_K.gguf ##### or huggingface://TheBloke/Mixtral-8x7B-v0.1-GGUF/mixtral-8x7b-v0.1.Q2_K.gguf@main template: completion: | Complete the following: {{.Input}} ``` ##### Exciting New Features 🎉 - docs: automatically track latest versions by [@&#8203;mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1451](https://togithub.com/mudler/LocalAI/pull/1451) - feat: inline templates and accept URLs in models by [@&#8203;mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1452](https://togithub.com/mudler/LocalAI/pull/1452) - feat(conda): share envs with transformer-based backends by [@&#8203;mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1465](https://togithub.com/mudler/LocalAI/pull/1465) ##### 👒 Dependencies - :arrow_up: Update ggerganov/llama.cpp by [@&#8203;localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1450](https://togithub.com/mudler/LocalAI/pull/1450) - :arrow_up: Update ggerganov/llama.cpp by [@&#8203;localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1455](https://togithub.com/mudler/LocalAI/pull/1455) - :arrow_up: Update ggerganov/llama.cpp by [@&#8203;localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1457](https://togithub.com/mudler/LocalAI/pull/1457) - :arrow_up: Update ggerganov/whisper.cpp by [@&#8203;localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1462](https://togithub.com/mudler/LocalAI/pull/1462) - :arrow_up: Update ggerganov/llama.cpp by [@&#8203;localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1461](https://togithub.com/mudler/LocalAI/pull/1461) - :arrow_up: Update donomii/go-rwkv.cpp by [@&#8203;localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1470](https://togithub.com/mudler/LocalAI/pull/1470) ##### Other Changes - How To (Updates and Fixes) by [@&#8203;lunamidori5](https://togithub.com/lunamidori5) in [https://github.com/mudler/LocalAI/pull/1456](https://togithub.com/mudler/LocalAI/pull/1456) - Revert ":arrow_up: Update donomii/go-rwkv.cpp" by [@&#8203;mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1474](https://togithub.com/mudler/LocalAI/pull/1474) **Full Changelog**: https://github.com/mudler/LocalAI/compare/v2.1.0...v2.2.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 00:54:43 +00:00
tag: v2.2.0-cublas-cuda12-ffmpeg@sha256:715098f264e5f9130efc74db72326173b7cac58ceb372514c8084bdc02e079c1
2023-07-24 13:29:47 +00:00
cublasCuda11Image:
chore(repo) change charts to the upstream images (#14824) **Description** Apps with multiple images (multiple trains here) ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._
2023-11-18 10:48:35 +00:00
repository: quay.io/go-skynet/local-ai
2023-07-24 13:29:47 +00:00
pullPolicy: IfNotPresent
chore(deps): update container image quay.io/go-skynet/local-ai to v2.2.0 by renovate (#16499) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [quay.io/go-skynet/local-ai](https://togithub.com/mudler/LocalAI) | minor | `v2.1.0-cublas-cuda11-ffmpeg` -> `v2.2.0-cublas-cuda11-ffmpeg` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>mudler/LocalAI (quay.io/go-skynet/local-ai)</summary> ### [`v2.2.0`](https://togithub.com/mudler/LocalAI/releases/tag/v2.2.0) [Compare Source](https://togithub.com/mudler/LocalAI/compare/v2.1.0...v2.2.0) ##### What's Changed This release brings updates to the backends and includes a fix for recompilation of LocalAI with go-rwkv ([https://github.com/mudler/LocalAI/issues/1473](https://togithub.com/mudler/LocalAI/issues/1473)). To note, it also tries to reduce the image size by allowing some backends (transformers-based) to share the same environment. With this release inline templates and models as URLs are supported, for example: ```yaml name: mixtral parameters: model: https://huggingface.co/TheBloke/Mixtral-8x7B-v0.1-GGUF/resolve/main/mixtral-8x7b-v0.1.Q2_K.gguf ##### or huggingface://TheBloke/Mixtral-8x7B-v0.1-GGUF/mixtral-8x7b-v0.1.Q2_K.gguf@main template: completion: | Complete the following: {{.Input}} ``` ##### Exciting New Features 🎉 - docs: automatically track latest versions by [@&#8203;mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1451](https://togithub.com/mudler/LocalAI/pull/1451) - feat: inline templates and accept URLs in models by [@&#8203;mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1452](https://togithub.com/mudler/LocalAI/pull/1452) - feat(conda): share envs with transformer-based backends by [@&#8203;mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1465](https://togithub.com/mudler/LocalAI/pull/1465) ##### 👒 Dependencies - :arrow_up: Update ggerganov/llama.cpp by [@&#8203;localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1450](https://togithub.com/mudler/LocalAI/pull/1450) - :arrow_up: Update ggerganov/llama.cpp by [@&#8203;localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1455](https://togithub.com/mudler/LocalAI/pull/1455) - :arrow_up: Update ggerganov/llama.cpp by [@&#8203;localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1457](https://togithub.com/mudler/LocalAI/pull/1457) - :arrow_up: Update ggerganov/whisper.cpp by [@&#8203;localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1462](https://togithub.com/mudler/LocalAI/pull/1462) - :arrow_up: Update ggerganov/llama.cpp by [@&#8203;localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1461](https://togithub.com/mudler/LocalAI/pull/1461) - :arrow_up: Update donomii/go-rwkv.cpp by [@&#8203;localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1470](https://togithub.com/mudler/LocalAI/pull/1470) ##### Other Changes - How To (Updates and Fixes) by [@&#8203;lunamidori5](https://togithub.com/lunamidori5) in [https://github.com/mudler/LocalAI/pull/1456](https://togithub.com/mudler/LocalAI/pull/1456) - Revert ":arrow_up: Update donomii/go-rwkv.cpp" by [@&#8203;mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1474](https://togithub.com/mudler/LocalAI/pull/1474) **Full Changelog**: https://github.com/mudler/LocalAI/compare/v2.1.0...v2.2.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 00:54:43 +00:00
tag: v2.2.0-cublas-cuda11@sha256:7c84ecf3e5c2ba07009b00bb6e0ff0cd2e392f5c635af7753e16c99b45a55fb1
2023-07-24 13:29:47 +00:00
cublasCuda11FfmpegImage:
chore(repo) change charts to the upstream images (#14824) **Description** Apps with multiple images (multiple trains here) ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._
2023-11-18 10:48:35 +00:00
repository: quay.io/go-skynet/local-ai
2023-07-24 13:29:47 +00:00
pullPolicy: IfNotPresent
chore(deps): update container image quay.io/go-skynet/local-ai to v2.2.0 by renovate (#16499) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [quay.io/go-skynet/local-ai](https://togithub.com/mudler/LocalAI) | minor | `v2.1.0-cublas-cuda11-ffmpeg` -> `v2.2.0-cublas-cuda11-ffmpeg` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>mudler/LocalAI (quay.io/go-skynet/local-ai)</summary> ### [`v2.2.0`](https://togithub.com/mudler/LocalAI/releases/tag/v2.2.0) [Compare Source](https://togithub.com/mudler/LocalAI/compare/v2.1.0...v2.2.0) ##### What's Changed This release brings updates to the backends and includes a fix for recompilation of LocalAI with go-rwkv ([https://github.com/mudler/LocalAI/issues/1473](https://togithub.com/mudler/LocalAI/issues/1473)). To note, it also tries to reduce the image size by allowing some backends (transformers-based) to share the same environment. With this release inline templates and models as URLs are supported, for example: ```yaml name: mixtral parameters: model: https://huggingface.co/TheBloke/Mixtral-8x7B-v0.1-GGUF/resolve/main/mixtral-8x7b-v0.1.Q2_K.gguf ##### or huggingface://TheBloke/Mixtral-8x7B-v0.1-GGUF/mixtral-8x7b-v0.1.Q2_K.gguf@main template: completion: | Complete the following: {{.Input}} ``` ##### Exciting New Features 🎉 - docs: automatically track latest versions by [@&#8203;mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1451](https://togithub.com/mudler/LocalAI/pull/1451) - feat: inline templates and accept URLs in models by [@&#8203;mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1452](https://togithub.com/mudler/LocalAI/pull/1452) - feat(conda): share envs with transformer-based backends by [@&#8203;mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1465](https://togithub.com/mudler/LocalAI/pull/1465) ##### 👒 Dependencies - :arrow_up: Update ggerganov/llama.cpp by [@&#8203;localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1450](https://togithub.com/mudler/LocalAI/pull/1450) - :arrow_up: Update ggerganov/llama.cpp by [@&#8203;localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1455](https://togithub.com/mudler/LocalAI/pull/1455) - :arrow_up: Update ggerganov/llama.cpp by [@&#8203;localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1457](https://togithub.com/mudler/LocalAI/pull/1457) - :arrow_up: Update ggerganov/whisper.cpp by [@&#8203;localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1462](https://togithub.com/mudler/LocalAI/pull/1462) - :arrow_up: Update ggerganov/llama.cpp by [@&#8203;localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1461](https://togithub.com/mudler/LocalAI/pull/1461) - :arrow_up: Update donomii/go-rwkv.cpp by [@&#8203;localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1470](https://togithub.com/mudler/LocalAI/pull/1470) ##### Other Changes - How To (Updates and Fixes) by [@&#8203;lunamidori5](https://togithub.com/lunamidori5) in [https://github.com/mudler/LocalAI/pull/1456](https://togithub.com/mudler/LocalAI/pull/1456) - Revert ":arrow_up: Update donomii/go-rwkv.cpp" by [@&#8203;mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1474](https://togithub.com/mudler/LocalAI/pull/1474) **Full Changelog**: https://github.com/mudler/LocalAI/compare/v2.1.0...v2.2.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 00:54:43 +00:00
tag: v2.2.0-cublas-cuda11-ffmpeg@sha256:5d80034e465cb1113380c9bde582d53d5c1d75725a7ef376cb2fd1c03fce84d3
2023-07-24 13:29:47 +00:00
securityContext:
container:
runAsNonRoot: false
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
protocol: http
port: 8080
localai:
# Specify a build type. Available: cublas, openblas, clblas.
build_type: "openblas"
feat(local-ai) move local-ai to stable (#11066) **Description** Move Local-AI to stable, update its image to the latest version. ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [X] ⚖️ My code follows the style guidelines of this project - [X] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [X] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ --------- Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com> Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-09-16 10:45:17 +00:00
debug: false
2023-07-24 13:29:47 +00:00
cors: true
cors_allow_origins: "*"
feat(local-ai) move local-ai to stable (#11066) **Description** Move Local-AI to stable, update its image to the latest version. ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [X] ⚖️ My code follows the style guidelines of this project - [X] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [X] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ --------- Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com> Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-09-16 10:45:17 +00:00
galleries: []
# - name: model-gallery
# url: github:go-skynet/model-gallery/index.yaml
preload_models: []
# url: github:go-skynet/model-gallery/gpt4all-j.yaml
2023-07-24 13:29:47 +00:00
# UPLOAD_LIMIT
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
enabled: true
type: http
path: /readyz
readiness:
enabled: true
type: http
path: /readyz
startup:
enabled: true
feat(local-ai) move local-ai to stable (#11066) **Description** Move Local-AI to stable, update its image to the latest version. ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [X] ⚖️ My code follows the style guidelines of this project - [X] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [X] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ --------- Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com> Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-09-16 10:45:17 +00:00
type: tcp
2023-07-24 13:29:47 +00:00
imageSelector: image
env:
ADDRESS: ":{{ .Values.service.main.ports.main.port }}"
MODELS_PATH: "{{ .Values.persistence.models.mountPath }}"
IMAGE_PATH: "{{ .Values.persistence.images.mountPath }}"
BUILD_TYPE: "{{ .Values.localai.build_type }}"
feat(local-ai) move local-ai to stable (#11066) **Description** Move Local-AI to stable, update its image to the latest version. ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [X] ⚖️ My code follows the style guidelines of this project - [X] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [X] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ --------- Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com> Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-09-16 10:45:17 +00:00
# breaks chart if true, keep it false.
REBUILD: false
2023-07-24 13:29:47 +00:00
DEBUG: "{{ .Values.localai.debug }}"
CORS: "{{ .Values.localai.cors }}"
feat(local-ai) move local-ai to stable (#11066) **Description** Move Local-AI to stable, update its image to the latest version. ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [X] ⚖️ My code follows the style guidelines of this project - [X] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [X] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ --------- Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com> Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-09-16 10:45:17 +00:00
GALLERIES: "{{ toJson .Values.localai.galleries }}"
PRELOAD_MODELS: "{{ toJson .Values.localai.preload_models }}"
2023-07-24 13:29:47 +00:00
CORS_ALLOW_ORIGINS: "{{ .Values.localai.cors_allow_origins }}"
persistence:
models:
enabled: true
mountPath: "/models"
images:
enabled: true
mountPath: "/images"
portal:
open:
enabled: false
chore(repo) change charts to the upstream images (#14824) **Description** Apps with multiple images (multiple trains here) ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._
2023-11-18 10:48:35 +00:00
updated: true