From 939fd62fc592cbe6a88522ff53fe8339167a98c7 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Tue, 31 Oct 2023 23:40:40 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/local-ai/0.0.10/app-changelog.md | 9 ----- .../local-ai/{0.0.10 => 0.0.11}/CHANGELOG.md | 10 ++++++ stable/local-ai/{0.0.10 => 0.0.11}/Chart.yaml | 4 +-- stable/local-ai/{0.0.10 => 0.0.11}/README.md | 0 stable/local-ai/0.0.11/app-changelog.md | 10 ++++++ .../local-ai/{0.0.10 => 0.0.11}/app-readme.md | 0 .../charts/common-14.2.0.tgz | Bin .../{0.0.10 => 0.0.11}/ix_values.yaml | 4 +-- .../{0.0.10 => 0.0.11}/questions.yaml | 34 ++++++++---------- .../{0.0.10 => 0.0.11}/templates/NOTES.txt | 0 .../{0.0.10 => 0.0.11}/templates/common.yaml | 0 .../local-ai/{0.0.10 => 0.0.11}/values.yaml | 0 12 files changed, 38 insertions(+), 33 deletions(-) delete mode 100644 stable/local-ai/0.0.10/app-changelog.md rename stable/local-ai/{0.0.10 => 0.0.11}/CHANGELOG.md (86%) rename stable/local-ai/{0.0.10 => 0.0.11}/Chart.yaml (95%) rename stable/local-ai/{0.0.10 => 0.0.11}/README.md (100%) create mode 100644 stable/local-ai/0.0.11/app-changelog.md rename stable/local-ai/{0.0.10 => 0.0.11}/app-readme.md (100%) rename stable/local-ai/{0.0.10 => 0.0.11}/charts/common-14.2.0.tgz (100%) rename stable/local-ai/{0.0.10 => 0.0.11}/ix_values.yaml (93%) rename stable/local-ai/{0.0.10 => 0.0.11}/questions.yaml (99%) rename stable/local-ai/{0.0.10 => 0.0.11}/templates/NOTES.txt (100%) rename stable/local-ai/{0.0.10 => 0.0.11}/templates/common.yaml (100%) rename stable/local-ai/{0.0.10 => 0.0.11}/values.yaml (100%) diff --git a/stable/local-ai/0.0.10/app-changelog.md b/stable/local-ai/0.0.10/app-changelog.md deleted file mode 100644 index bfabe98911..0000000000 --- a/stable/local-ai/0.0.10/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [local-ai-0.0.10](https://github.com/truecharts/charts/compare/local-ai-0.0.9...local-ai-0.0.10) (2023-10-31) - -### Chore - -- update container image tccr.io/truecharts/local-ai-ffmpeg to v1.40.0 ([#14150](https://github.com/truecharts/charts/issues/14150)) - - \ No newline at end of file diff --git a/stable/local-ai/0.0.10/CHANGELOG.md b/stable/local-ai/0.0.11/CHANGELOG.md similarity index 86% rename from stable/local-ai/0.0.10/CHANGELOG.md rename to stable/local-ai/0.0.11/CHANGELOG.md index 0fa908a052..207c64d213 100644 --- a/stable/local-ai/0.0.10/CHANGELOG.md +++ b/stable/local-ai/0.0.11/CHANGELOG.md @@ -4,6 +4,16 @@ +## [local-ai-0.0.11](https://github.com/truecharts/charts/compare/local-ai-0.0.10...local-ai-0.0.11) (2023-10-31) + +### Chore + +- update container image tccr.io/truecharts/local-ai-cublas-cuda11 to v1.40.0 ([#14186](https://github.com/truecharts/charts/issues/14186)) + - update container image tccr.io/truecharts/local-ai to v1.40.0 ([#14149](https://github.com/truecharts/charts/issues/14149)) + + + + ## [local-ai-0.0.10](https://github.com/truecharts/charts/compare/local-ai-0.0.9...local-ai-0.0.10) (2023-10-31) ### Chore diff --git a/stable/local-ai/0.0.10/Chart.yaml b/stable/local-ai/0.0.11/Chart.yaml similarity index 95% rename from stable/local-ai/0.0.10/Chart.yaml rename to stable/local-ai/0.0.11/Chart.yaml index 1b9f2cf6ba..3fb207d62e 100644 --- a/stable/local-ai/0.0.10/Chart.yaml +++ b/stable/local-ai/0.0.11/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "1.30.0" +appVersion: "1.40.0" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/local-ai - https://github.com/go-skynet/LocalAI type: application -version: 0.0.10 +version: 0.0.11 annotations: truecharts.org/category: ai truecharts.org/SCALE-support: "true" diff --git a/stable/local-ai/0.0.10/README.md b/stable/local-ai/0.0.11/README.md similarity index 100% rename from stable/local-ai/0.0.10/README.md rename to stable/local-ai/0.0.11/README.md diff --git a/stable/local-ai/0.0.11/app-changelog.md b/stable/local-ai/0.0.11/app-changelog.md new file mode 100644 index 0000000000..bf127b68c1 --- /dev/null +++ b/stable/local-ai/0.0.11/app-changelog.md @@ -0,0 +1,10 @@ + + +## [local-ai-0.0.11](https://github.com/truecharts/charts/compare/local-ai-0.0.10...local-ai-0.0.11) (2023-10-31) + +### Chore + +- update container image tccr.io/truecharts/local-ai-cublas-cuda11 to v1.40.0 ([#14186](https://github.com/truecharts/charts/issues/14186)) + - update container image tccr.io/truecharts/local-ai to v1.40.0 ([#14149](https://github.com/truecharts/charts/issues/14149)) + + \ No newline at end of file diff --git a/stable/local-ai/0.0.10/app-readme.md b/stable/local-ai/0.0.11/app-readme.md similarity index 100% rename from stable/local-ai/0.0.10/app-readme.md rename to stable/local-ai/0.0.11/app-readme.md diff --git a/stable/local-ai/0.0.10/charts/common-14.2.0.tgz b/stable/local-ai/0.0.11/charts/common-14.2.0.tgz similarity index 100% rename from stable/local-ai/0.0.10/charts/common-14.2.0.tgz rename to stable/local-ai/0.0.11/charts/common-14.2.0.tgz diff --git a/stable/local-ai/0.0.10/ix_values.yaml b/stable/local-ai/0.0.11/ix_values.yaml similarity index 93% rename from stable/local-ai/0.0.10/ix_values.yaml rename to stable/local-ai/0.0.11/ix_values.yaml index 54026a9177..be70b314c6 100644 --- a/stable/local-ai/0.0.10/ix_values.yaml +++ b/stable/local-ai/0.0.11/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/local-ai pullPolicy: IfNotPresent - tag: v1.30.0@sha256:d2ef8eef44d66e0610e3499054a0895db276564bdef0f2c45aa0c84f4f20b8bb + tag: v1.40.0@sha256:f17bc18198bfb6c2aee2b35fca1adb528ea91fd53be30157de3e9be6f0f4d810 ffmpegImage: repository: tccr.io/truecharts/local-ai-ffmpeg pullPolicy: IfNotPresent @@ -17,7 +17,7 @@ cublasCuda12FfmpegImage: cublasCuda11Image: repository: tccr.io/truecharts/local-ai-cublas-cuda11 pullPolicy: IfNotPresent - tag: v1.30.0-cublas@sha256:2bb3bd5be5d09f6016bb0ee3026dc51e272514312f07c31d1b833998fbb4bfe9 + tag: v1.40.0-cublas@sha256:8a24cfa26b79ea127f465b6b41af10678e38efa65f65c389de180fa722383bcc cublasCuda11FfmpegImage: repository: tccr.io/truecharts/local-ai-cublas-cuda11-ffmpeg pullPolicy: IfNotPresent diff --git a/stable/local-ai/0.0.10/questions.yaml b/stable/local-ai/0.0.11/questions.yaml similarity index 99% rename from stable/local-ai/0.0.10/questions.yaml rename to stable/local-ai/0.0.11/questions.yaml index f11fb9f2bf..ad271ae0af 100644 --- a/stable/local-ai/0.0.10/questions.yaml +++ b/stable/local-ai/0.0.11/questions.yaml @@ -1001,19 +1001,6 @@ questions: schema: type: string default: "" - - variable: clusterCertificate - label: Cluster Certificate (Experimental) - description: 'Add the name of your cluster-wide certificate, that you set up in ClusterIssuer chart. NOTE: This is an experimental feature' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: secretName - label: Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - variable: middlewares label: Traefik Middlewares description: Add previously created Traefik Middlewares to this Ingress @@ -1079,19 +1066,26 @@ questions: schema: type: string default: "" + - variable: 'clusterCertificate (Advanced)' + label: Cluster Certificate + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["clusterIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" - variable: scaleCert - label: Use TrueNAS SCALE Certificate (Deprecated) + label: 'Use TrueNAS SCALE Certificate (Deprecated)' schema: show_if: [["certificateIssuer", "=", ""]] type: int $ref: - "definitions/certificate" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - variable: ingressList label: Add Manual Custom Ingresses group: Ingress diff --git a/stable/local-ai/0.0.10/templates/NOTES.txt b/stable/local-ai/0.0.11/templates/NOTES.txt similarity index 100% rename from stable/local-ai/0.0.10/templates/NOTES.txt rename to stable/local-ai/0.0.11/templates/NOTES.txt diff --git a/stable/local-ai/0.0.10/templates/common.yaml b/stable/local-ai/0.0.11/templates/common.yaml similarity index 100% rename from stable/local-ai/0.0.10/templates/common.yaml rename to stable/local-ai/0.0.11/templates/common.yaml diff --git a/stable/local-ai/0.0.10/values.yaml b/stable/local-ai/0.0.11/values.yaml similarity index 100% rename from stable/local-ai/0.0.10/values.yaml rename to stable/local-ai/0.0.11/values.yaml