diff --git a/charts/ai-stack/Chart.lock b/charts/ai-stack/Chart.lock index 49d1976..0765263 100644 --- a/charts/ai-stack/Chart.lock +++ b/charts/ai-stack/Chart.lock @@ -1,15 +1,15 @@ dependencies: - name: text-generation-inference repository: https://infracloudio.github.io/charts - version: 0.1.4 + version: 0.1.5 - name: text-embeddings-inference repository: https://infracloudio.github.io/charts - version: 0.1.5 + version: 0.1.6 - name: text-embeddings-inference repository: https://infracloudio.github.io/charts version: 0.1.5 - name: chromadb repository: https://infracloudio.github.io/charts version: 0.1.2 -digest: sha256:482040b402fb91ae4b3b1f7c35f67acf263a19edd3a7554b5b60adb86f3e5f58 -generated: "2024-07-27T14:03:04.826248+05:30" +digest: sha256:f8f10332a94e1454bce27cf6635b3a124ff36930c4e7695aa913e01e0f576e60 +generated: "2024-07-30T12:01:52.322913+05:30" diff --git a/charts/ai-stack/Chart.yaml b/charts/ai-stack/Chart.yaml index b7accdf..9373926 100644 --- a/charts/ai-stack/Chart.yaml +++ b/charts/ai-stack/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.3.1 +version: 0.3.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to @@ -25,13 +25,13 @@ appVersion: "" dependencies: - name: text-generation-inference - version: 0.1.4 + version: 0.1.5 repository: "https://infracloudio.github.io/charts" alias: tgi condition: tgi.enabled - name: text-embeddings-inference - version: 0.1.5 + version: 0.1.6 repository: "https://infracloudio.github.io/charts" alias: tei condition: tei.enabled @@ -46,4 +46,4 @@ dependencies: version: 0.1.2 repository: "https://infracloudio.github.io/charts" alias: vectordb - condition: vectordb.enabled \ No newline at end of file + condition: vectordb.enabled diff --git a/charts/ai-stack/charts/text-embeddings-inference-0.1.6.tgz b/charts/ai-stack/charts/text-embeddings-inference-0.1.6.tgz new file mode 100644 index 0000000..2d4704b Binary files /dev/null and b/charts/ai-stack/charts/text-embeddings-inference-0.1.6.tgz differ diff --git a/charts/ai-stack/charts/text-generation-inference-0.1.4.tgz b/charts/ai-stack/charts/text-generation-inference-0.1.4.tgz deleted file mode 100644 index d9dd98f..0000000 Binary files a/charts/ai-stack/charts/text-generation-inference-0.1.4.tgz and /dev/null differ diff --git a/charts/ai-stack/charts/text-generation-inference-0.1.5.tgz b/charts/ai-stack/charts/text-generation-inference-0.1.5.tgz new file mode 100644 index 0000000..006793d Binary files /dev/null and b/charts/ai-stack/charts/text-generation-inference-0.1.5.tgz differ