diff --git a/stable/local-ai/8.7.5/app-changelog.md b/stable/local-ai/8.7.5/app-changelog.md deleted file mode 100644 index e193be65f6..0000000000 --- a/stable/local-ai/8.7.5/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [local-ai-8.7.5](https://github.com/truecharts/charts/compare/local-ai-8.7.4...local-ai-8.7.5) (2024-01-02) - -### Chore - - - -- force bump to ensure up-to-date catalogs \ No newline at end of file diff --git a/stable/local-ai/8.7.5/CHANGELOG.md b/stable/local-ai/8.8.0/CHANGELOG.md similarity index 96% rename from stable/local-ai/8.7.5/CHANGELOG.md rename to stable/local-ai/8.8.0/CHANGELOG.md index 0093c6f4d1..1fb6f3d85b 100644 --- a/stable/local-ai/8.7.5/CHANGELOG.md +++ b/stable/local-ai/8.8.0/CHANGELOG.md @@ -7,6 +7,9 @@ title: Changelog +## [local-ai-8.8.0](https://github.com/truecharts/charts/compare/local-ai-8.7.5...local-ai-8.8.0) (2024-01-05) + + ## [local-ai-8.7.5](https://github.com/truecharts/charts/compare/local-ai-8.7.4...local-ai-8.7.5) (2024-01-02) ### Chore @@ -94,6 +97,3 @@ title: Changelog - update helm general non-major by renovate ([#16384](https://github.com/truecharts/charts/issues/16384)) -## [local-ai-7.0.10](https://github.com/truecharts/charts/compare/local-ai-7.0.9...local-ai-7.0.10) (2023-12-24) - -### Chore diff --git a/stable/local-ai/8.7.5/Chart.yaml b/stable/local-ai/8.8.0/Chart.yaml similarity index 92% rename from stable/local-ai/8.7.5/Chart.yaml rename to stable/local-ai/8.8.0/Chart.yaml index fc5985579a..bd876feee3 100644 --- a/stable/local-ai/8.7.5/Chart.yaml +++ b/stable/local-ai/8.8.0/Chart.yaml @@ -1,16 +1,16 @@ kubeVersion: ">=1.24.0-0" apiVersion: v2 name: local-ai -version: 8.7.5 -appVersion: 2.3.1 +version: 8.8.0 +appVersion: 2.4.0 description: Self-hosted, community-driven, local OpenAI-compatible API. home: https://truecharts.org/charts/stable/local-ai icon: https://truecharts.org/img/hotlink-ok/chart-icons/local-ai.png deprecated: false sources: - - https://quay.io/go-skynet/local-ai - https://github.com/go-skynet/LocalAI - https://github.com/truecharts/charts/tree/master/charts/stable/local-ai + - https://hub.docker.com/r/localai/localai maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/local-ai/8.7.5/README.md b/stable/local-ai/8.8.0/README.md similarity index 100% rename from stable/local-ai/8.7.5/README.md rename to stable/local-ai/8.8.0/README.md diff --git a/stable/local-ai/8.8.0/app-changelog.md b/stable/local-ai/8.8.0/app-changelog.md new file mode 100644 index 0000000000..abf677a32c --- /dev/null +++ b/stable/local-ai/8.8.0/app-changelog.md @@ -0,0 +1,3 @@ + + +## [local-ai-8.8.0](https://github.com/truecharts/charts/compare/local-ai-8.7.5...local-ai-8.8.0) (2024-01-05) \ No newline at end of file diff --git a/stable/local-ai/8.7.5/app-readme.md b/stable/local-ai/8.8.0/app-readme.md similarity index 100% rename from stable/local-ai/8.7.5/app-readme.md rename to stable/local-ai/8.8.0/app-readme.md diff --git a/stable/local-ai/8.7.5/charts/common-17.2.21.tgz b/stable/local-ai/8.8.0/charts/common-17.2.21.tgz similarity index 100% rename from stable/local-ai/8.7.5/charts/common-17.2.21.tgz rename to stable/local-ai/8.8.0/charts/common-17.2.21.tgz diff --git a/stable/local-ai/8.7.5/ix_values.yaml b/stable/local-ai/8.8.0/ix_values.yaml similarity index 70% rename from stable/local-ai/8.7.5/ix_values.yaml rename to stable/local-ai/8.8.0/ix_values.yaml index 81427a8c70..43513203ed 100644 --- a/stable/local-ai/8.7.5/ix_values.yaml +++ b/stable/local-ai/8.8.0/ix_values.yaml @@ -1,27 +1,27 @@ image: - repository: quay.io/go-skynet/local-ai + repository: docker.io/localai/localai pullPolicy: IfNotPresent - tag: v2.3.1@sha256:8d4ae57f6c68c778480d0cb0a6596b1513b19a0444d30e4675745c2b403a35d6 + tag: v2.4.0@sha256:4fe0b85121eb167b25d38d6e222ed4d963acfa030a87c5b0c0a2a1891a887eb5 ffmpegImage: - repository: quay.io/go-skynet/local-ai + repository: docker.io/localai/localai pullPolicy: IfNotPresent - tag: v2.3.0-ffmpeg@sha256:534966e0ae9ee3d1f10dec712e4b96ecf6c38e7ca83665accc64dcedd435a889 + tag: v2.4.0-ffmpeg-core@sha256:2dfad6cb25eb1f08c3f5a57686255315128dacd25e1f4a0a6e933c62c6890bfc cublasCuda12Image: - repository: quay.io/go-skynet/local-ai + repository: docker.io/localai/localai pullPolicy: IfNotPresent - tag: v2.3.0-cublas-cuda12@sha256:967d4dac1e9fdddbcd4f502e4a288bf266388f48b0ac34ec27879479fdb52f8d + tag: v2.4.0-cublas-cuda12-core@sha256:af24dda78eea20cd537522ad63777a1552d15704ccf52f8496a9f96d72874963 cublasCuda12FfmpegImage: - repository: quay.io/go-skynet/local-ai + repository: docker.io/localai/localai pullPolicy: IfNotPresent - tag: v2.3.0-cublas-cuda12-ffmpeg@sha256:d03ef64d27fd02c2311bf80a3b200c9b4fac6c0148e816cb4b3de6369478c0b6 + tag: v2.4.0-cublas-cuda12-ffmpeg-core@sha256:df148ed60fe129e941edf00ecfd8a0cf65fdbd77bec4fef6fdea261dc99e99da cublasCuda11Image: - repository: quay.io/go-skynet/local-ai + repository: docker.io/localai/localai pullPolicy: IfNotPresent - tag: v2.3.0-cublas-cuda11@sha256:1451fa8be7b12bcd51da87e18cbfeda1536efcb5bfbdaf22da0f157a44054edb + tag: v2.4.0-cublas-cuda11-core@sha256:b1f32e0eed3b08c55eeffd3d4c3a93bdce6d3495a5722c195bfda791032e3b98 cublasCuda11FfmpegImage: - repository: quay.io/go-skynet/local-ai + repository: docker.io/localai/localai pullPolicy: IfNotPresent - tag: v2.3.0-cublas-cuda11-ffmpeg@sha256:c9460b646e38eea6789796a48eb2bb6fa1c808cd999ff7bc43e794865fdc7d35 + tag: v2.4.0-cublas-cuda11-ffmpeg-core@sha256:9bafad71b5ea87bd021c94967f3f4bae3b934ae57818fd362756642a00365b3f securityContext: container: runAsNonRoot: false diff --git a/stable/local-ai/8.7.5/questions.yaml b/stable/local-ai/8.8.0/questions.yaml similarity index 99% rename from stable/local-ai/8.7.5/questions.yaml rename to stable/local-ai/8.8.0/questions.yaml index d0582ae44e..5dd54c2288 100644 --- a/stable/local-ai/8.7.5/questions.yaml +++ b/stable/local-ai/8.8.0/questions.yaml @@ -335,30 +335,42 @@ questions: type: dict additional_attrs: true attrs: - - variable: registry - label: "Registry" + - variable: enabled + label: Enabled schema: - type: string - required: true - default: "https://index.docker.io/v1/" - - variable: username - label: "Username" + type: boolean + default: true + - variable: data + label: Data schema: - type: string - required: true - default: "" - - variable: password - label: "Password" - schema: - type: string - required: true - default: "" - - variable: email - label: "Email" - schema: - type: string - required: true - default: "" + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" - variable: service group: Networking and Services label: Configure Service(s) diff --git a/stable/local-ai/8.7.5/templates/NOTES.txt b/stable/local-ai/8.8.0/templates/NOTES.txt similarity index 100% rename from stable/local-ai/8.7.5/templates/NOTES.txt rename to stable/local-ai/8.8.0/templates/NOTES.txt diff --git a/stable/local-ai/8.7.5/templates/common.yaml b/stable/local-ai/8.8.0/templates/common.yaml similarity index 100% rename from stable/local-ai/8.7.5/templates/common.yaml rename to stable/local-ai/8.8.0/templates/common.yaml diff --git a/stable/local-ai/8.7.5/values.yaml b/stable/local-ai/8.8.0/values.yaml similarity index 100% rename from stable/local-ai/8.7.5/values.yaml rename to stable/local-ai/8.8.0/values.yaml