From 788f9d8def17bfa5dc55ecd1bf71b007fd111a99 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Mon, 18 Dec 2023 12:25:01 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/local-ai/6.5.0/app-changelog.md | 9 --------- stable/local-ai/{6.5.0 => 6.5.1}/CHANGELOG.md | 18 +++++++++--------- stable/local-ai/{6.5.0 => 6.5.1}/Chart.yaml | 2 +- stable/local-ai/{6.5.0 => 6.5.1}/README.md | 0 stable/local-ai/6.5.1/app-changelog.md | 9 +++++++++ .../local-ai/{6.5.0 => 6.5.1}/app-readme.md | 0 .../{6.5.0 => 6.5.1}/charts/common-14.5.0.tgz | Bin .../local-ai/{6.5.0 => 6.5.1}/ix_values.yaml | 2 +- .../local-ai/{6.5.0 => 6.5.1}/questions.yaml | 0 .../{6.5.0 => 6.5.1}/templates/NOTES.txt | 0 .../{6.5.0 => 6.5.1}/templates/common.yaml | 0 stable/local-ai/{6.5.0 => 6.5.1}/values.yaml | 0 12 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 stable/local-ai/6.5.0/app-changelog.md rename stable/local-ai/{6.5.0 => 6.5.1}/CHANGELOG.md (89%) rename stable/local-ai/{6.5.0 => 6.5.1}/Chart.yaml (98%) rename stable/local-ai/{6.5.0 => 6.5.1}/README.md (100%) create mode 100644 stable/local-ai/6.5.1/app-changelog.md rename stable/local-ai/{6.5.0 => 6.5.1}/app-readme.md (100%) rename stable/local-ai/{6.5.0 => 6.5.1}/charts/common-14.5.0.tgz (100%) rename stable/local-ai/{6.5.0 => 6.5.1}/ix_values.yaml (97%) rename stable/local-ai/{6.5.0 => 6.5.1}/questions.yaml (100%) rename stable/local-ai/{6.5.0 => 6.5.1}/templates/NOTES.txt (100%) rename stable/local-ai/{6.5.0 => 6.5.1}/templates/common.yaml (100%) rename stable/local-ai/{6.5.0 => 6.5.1}/values.yaml (100%) diff --git a/stable/local-ai/6.5.0/app-changelog.md b/stable/local-ai/6.5.0/app-changelog.md deleted file mode 100644 index 7828afe142..0000000000 --- a/stable/local-ai/6.5.0/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [local-ai-6.5.0](https://github.com/truecharts/charts/compare/local-ai-6.3.0...local-ai-6.5.0) (2023-12-18) - -### Chore - -- update container image quay.io/go-skynet/local-ai to v2.1.0 by renovate ([#16301](https://github.com/truecharts/charts/issues/16301)) - - \ No newline at end of file diff --git a/stable/local-ai/6.5.0/CHANGELOG.md b/stable/local-ai/6.5.1/CHANGELOG.md similarity index 89% rename from stable/local-ai/6.5.0/CHANGELOG.md rename to stable/local-ai/6.5.1/CHANGELOG.md index edee3e341d..21e718056b 100644 --- a/stable/local-ai/6.5.0/CHANGELOG.md +++ b/stable/local-ai/6.5.1/CHANGELOG.md @@ -4,6 +4,15 @@ +## [local-ai-6.5.1](https://github.com/truecharts/charts/compare/local-ai-6.5.0...local-ai-6.5.1) (2023-12-18) + +### Chore + +- update container image quay.io/go-skynet/local-ai to v2.1.0[@26cebbe](https://github.com/26cebbe) by renovate ([#16302](https://github.com/truecharts/charts/issues/16302)) + + + + ## [local-ai-6.5.0](https://github.com/truecharts/charts/compare/local-ai-6.3.0...local-ai-6.5.0) (2023-12-18) ### Chore @@ -85,15 +94,6 @@ -## [local-ai-6.0.0](https://github.com/truecharts/charts/compare/local-ai-4.0.1...local-ai-6.0.0) (2023-12-06) - -### Chore - -- update container image quay.io/go-skynet/local-ai to v2.0.0 ([#15764](https://github.com/truecharts/charts/issues/15764)) - - - - ## [local-ai-6.0.0](https://github.com/truecharts/charts/compare/local-ai-4.0.1...local-ai-6.0.0) (2023-12-06) ### Chore diff --git a/stable/local-ai/6.5.0/Chart.yaml b/stable/local-ai/6.5.1/Chart.yaml similarity index 98% rename from stable/local-ai/6.5.0/Chart.yaml rename to stable/local-ai/6.5.1/Chart.yaml index aae3b1ad99..d1e9cd9f09 100644 --- a/stable/local-ai/6.5.0/Chart.yaml +++ b/stable/local-ai/6.5.1/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: ">=1.24.0-0" apiVersion: v2 name: local-ai -version: 6.5.0 +version: 6.5.1 appVersion: 2.1.0 description: Self-hosted, community-driven, local OpenAI-compatible API. home: https://truecharts.org/charts/stable/local-ai diff --git a/stable/local-ai/6.5.0/README.md b/stable/local-ai/6.5.1/README.md similarity index 100% rename from stable/local-ai/6.5.0/README.md rename to stable/local-ai/6.5.1/README.md diff --git a/stable/local-ai/6.5.1/app-changelog.md b/stable/local-ai/6.5.1/app-changelog.md new file mode 100644 index 0000000000..e79e04e68b --- /dev/null +++ b/stable/local-ai/6.5.1/app-changelog.md @@ -0,0 +1,9 @@ + + +## [local-ai-6.5.1](https://github.com/truecharts/charts/compare/local-ai-6.5.0...local-ai-6.5.1) (2023-12-18) + +### Chore + +- update container image quay.io/go-skynet/local-ai to v2.1.0[@26cebbe](https://github.com/26cebbe) by renovate ([#16302](https://github.com/truecharts/charts/issues/16302)) + + \ No newline at end of file diff --git a/stable/local-ai/6.5.0/app-readme.md b/stable/local-ai/6.5.1/app-readme.md similarity index 100% rename from stable/local-ai/6.5.0/app-readme.md rename to stable/local-ai/6.5.1/app-readme.md diff --git a/stable/local-ai/6.5.0/charts/common-14.5.0.tgz b/stable/local-ai/6.5.1/charts/common-14.5.0.tgz similarity index 100% rename from stable/local-ai/6.5.0/charts/common-14.5.0.tgz rename to stable/local-ai/6.5.1/charts/common-14.5.0.tgz diff --git a/stable/local-ai/6.5.0/ix_values.yaml b/stable/local-ai/6.5.1/ix_values.yaml similarity index 97% rename from stable/local-ai/6.5.0/ix_values.yaml rename to stable/local-ai/6.5.1/ix_values.yaml index 958bd0b8ff..235d93aae7 100644 --- a/stable/local-ai/6.5.0/ix_values.yaml +++ b/stable/local-ai/6.5.1/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: quay.io/go-skynet/local-ai pullPolicy: IfNotPresent - tag: v2.1.0@sha256:8ced0a1be5d29e3081d12e68a223a6a5a273c399f7edd15b0c96d1f030843d93 + tag: v2.1.0@sha256:26cebbe29c20738663dad050557f72b4f74769722466ba988f82b17a02aa72e5 ffmpegImage: repository: quay.io/go-skynet/local-ai pullPolicy: IfNotPresent diff --git a/stable/local-ai/6.5.0/questions.yaml b/stable/local-ai/6.5.1/questions.yaml similarity index 100% rename from stable/local-ai/6.5.0/questions.yaml rename to stable/local-ai/6.5.1/questions.yaml diff --git a/stable/local-ai/6.5.0/templates/NOTES.txt b/stable/local-ai/6.5.1/templates/NOTES.txt similarity index 100% rename from stable/local-ai/6.5.0/templates/NOTES.txt rename to stable/local-ai/6.5.1/templates/NOTES.txt diff --git a/stable/local-ai/6.5.0/templates/common.yaml b/stable/local-ai/6.5.1/templates/common.yaml similarity index 100% rename from stable/local-ai/6.5.0/templates/common.yaml rename to stable/local-ai/6.5.1/templates/common.yaml diff --git a/stable/local-ai/6.5.0/values.yaml b/stable/local-ai/6.5.1/values.yaml similarity index 100% rename from stable/local-ai/6.5.0/values.yaml rename to stable/local-ai/6.5.1/values.yaml