From 7364d435ffda476f8c86e009c2d0093d67155904 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Tue, 5 Dec 2023 13:26:09 +0100 Subject: [PATCH] chore(deps): update container image quay.io/go-skynet/local-ai to v2.0.0@04eb683 (#15762) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [quay.io/go-skynet/local-ai](https://togithub.com/mudler/LocalAI) | digest | `8bcbed6` -> `04eb683` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### 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 this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- charts/stable/local-ai/Chart.yaml | 2 +- charts/stable/local-ai/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/stable/local-ai/Chart.yaml b/charts/stable/local-ai/Chart.yaml index ab2f5411282..39513a829d1 100644 --- a/charts/stable/local-ai/Chart.yaml +++ b/charts/stable/local-ai/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0' apiVersion: v2 name: local-ai -version: 4.0.0 +version: 4.0.1 appVersion: 2.0.0 description: Self-hosted, community-driven, local OpenAI-compatible API. home: https://truecharts.org/charts/stable/local-ai diff --git a/charts/stable/local-ai/values.yaml b/charts/stable/local-ai/values.yaml index f04c2feb3c3..edf7705d6dc 100644 --- a/charts/stable/local-ai/values.yaml +++ b/charts/stable/local-ai/values.yaml @@ -1,7 +1,7 @@ image: repository: quay.io/go-skynet/local-ai pullPolicy: IfNotPresent - tag: v2.0.0@sha256:8bcbed69c9e3506a37dd31951b76f2c96b846d6a85610923af8bcd10b8fd2e89 + tag: v2.0.0@sha256:04eb683c6b98d0a360ebe484ab61b4f18987c50dd237e09ceb258540dd2af252 ffmpegImage: repository: quay.io/go-skynet/local-ai pullPolicy: IfNotPresent