diff --git a/helm-charts/chatqna/Chart.yaml b/helm-charts/chatqna/Chart.yaml index d9630fca..229a3c90 100644 --- a/helm-charts/chatqna/Chart.yaml +++ b/helm-charts/chatqna/Chart.yaml @@ -7,31 +7,31 @@ description: The Helm chart to deploy ChatQnA type: application dependencies: - name: tgi - version: "0.1.0" + version: 0.8.0 repository: "file://../common/tgi" - name: llm-uservice - version: "0.1.0" + version: 0.8.0 repository: "file://../common/llm-uservice" - name: tei - version: "0.1.0" + version: 0.8.0 repository: "file://../common/tei" - name: embedding-usvc - version: "0.1.0" + version: 0.8.0 repository: "file://../common/embedding-usvc" - name: teirerank - version: "0.1.0" + version: 0.8.0 repository: "file://../common/teirerank" - name: reranking-usvc - version: "0.1.0" + version: 0.8.0 repository: "file://../common/reranking-usvc" - name: redis-vector-db - version: "0.1.0" + version: 0.8.0 repository: "file://../common/redis-vector-db" - name: retriever-usvc - version: "0.1.0" + version: 0.8.0 repository: "file://../common/retriever-usvc" - name: data-prep - version: "0.1.0" + version: 0.8.0 repository: "file://../common/data-prep" -version: 0.1.0 +version: 0.8.0 appVersion: "1.0.0" diff --git a/helm-charts/codegen/Chart.yaml b/helm-charts/codegen/Chart.yaml index 8a06ad4e..7e88f771 100644 --- a/helm-charts/codegen/Chart.yaml +++ b/helm-charts/codegen/Chart.yaml @@ -7,10 +7,10 @@ description: The Helm chart to deploy CodeGen type: application dependencies: - name: tgi - version: "0.1.0" + version: 0.8.0 repository: "file://../common/tgi" - name: llm-uservice - version: "0.1.0" + version: 0.8.0 repository: "file://../common/llm-uservice" -version: 0.1.0 +version: 0.8.0 appVersion: "1.0.0" diff --git a/helm-charts/common/data-prep/Chart.yaml b/helm-charts/common/data-prep/Chart.yaml index 8ca2b2df..3cd21326 100644 --- a/helm-charts/common/data-prep/Chart.yaml +++ b/helm-charts/common/data-prep/Chart.yaml @@ -5,6 +5,6 @@ apiVersion: v2 name: data-prep description: The Helm chart for deploying data prep as microservice type: application -version: 0.1.0 +version: 0.8.0 # The data prep microservice server version appVersion: "1.0.0" diff --git a/helm-charts/common/embedding-usvc/Chart.yaml b/helm-charts/common/embedding-usvc/Chart.yaml index 9724f364..4a9f4cd5 100644 --- a/helm-charts/common/embedding-usvc/Chart.yaml +++ b/helm-charts/common/embedding-usvc/Chart.yaml @@ -5,6 +5,6 @@ apiVersion: v2 name: embedding-usvc description: The Helm chart for deploying embedding as microservice type: application -version: 0.1.0 +version: 0.8.0 # The embedding microservice server version appVersion: "1.0.0" diff --git a/helm-charts/common/llm-uservice/Chart.yaml b/helm-charts/common/llm-uservice/Chart.yaml index 5bb3b11c..02075d96 100644 --- a/helm-charts/common/llm-uservice/Chart.yaml +++ b/helm-charts/common/llm-uservice/Chart.yaml @@ -5,6 +5,6 @@ apiVersion: v2 name: llm-uservice description: The Helm chart for deploying llm as microservice type: application -version: 0.1.0 +version: 0.8.0 # The llm microservice server version appVersion: "1.0.0" diff --git a/helm-charts/common/redis-vector-db/Chart.yaml b/helm-charts/common/redis-vector-db/Chart.yaml index be3e8721..0d62d744 100644 --- a/helm-charts/common/redis-vector-db/Chart.yaml +++ b/helm-charts/common/redis-vector-db/Chart.yaml @@ -5,6 +5,5 @@ apiVersion: v2 name: redis-vector-db description: The Helm chart for Redis Vector DB type: application -version: 0.1.0 -# The HF TEI version -appVersion: "1.0" +version: 0.8.0 +appVersion: "7.2.0-v9" diff --git a/helm-charts/common/reranking-usvc/Chart.yaml b/helm-charts/common/reranking-usvc/Chart.yaml index b7f0a5c5..cbd2cfe0 100644 --- a/helm-charts/common/reranking-usvc/Chart.yaml +++ b/helm-charts/common/reranking-usvc/Chart.yaml @@ -5,6 +5,6 @@ apiVersion: v2 name: reranking-usvc description: The Helm chart for deploying reranking as microservice type: application -version: 0.1.0 +version: 0.8.0 # The reranking microservice server version appVersion: "1.0.0" diff --git a/helm-charts/common/retriever-usvc/Chart.yaml b/helm-charts/common/retriever-usvc/Chart.yaml index b553aec3..170db3fc 100644 --- a/helm-charts/common/retriever-usvc/Chart.yaml +++ b/helm-charts/common/retriever-usvc/Chart.yaml @@ -5,6 +5,6 @@ apiVersion: v2 name: retriever-usvc description: The Helm chart for deploying retriever as microservice type: application -version: 0.1.0 +version: 0.8.0 # The retriever microservice server version appVersion: "1.0.0" diff --git a/helm-charts/common/tei/Chart.yaml b/helm-charts/common/tei/Chart.yaml index b7c340d6..45b3cb73 100644 --- a/helm-charts/common/tei/Chart.yaml +++ b/helm-charts/common/tei/Chart.yaml @@ -5,6 +5,6 @@ apiVersion: v2 name: tei description: The Helm chart for HuggingFace Text Embedding Inference Server type: application -version: 0.1.0 +version: 0.8.0 # The HF TEI version appVersion: "1.2" diff --git a/helm-charts/common/teirerank/Chart.yaml b/helm-charts/common/teirerank/Chart.yaml index 23e092d7..2ce22f50 100644 --- a/helm-charts/common/teirerank/Chart.yaml +++ b/helm-charts/common/teirerank/Chart.yaml @@ -5,6 +5,6 @@ apiVersion: v2 name: teirerank description: The Helm chart for HuggingFace Text Embedding Inference Server type: application -version: 0.1.0 +version: 0.8.0 # The HF TEI version appVersion: "1.2" diff --git a/helm-charts/common/tgi/Chart.yaml b/helm-charts/common/tgi/Chart.yaml index e28c0f8d..539440b5 100644 --- a/helm-charts/common/tgi/Chart.yaml +++ b/helm-charts/common/tgi/Chart.yaml @@ -5,6 +5,6 @@ apiVersion: v2 name: tgi description: The Helm chart for HuggingFace Text Generation Inference Server type: application -version: 0.1.0 +version: 0.8.0 # The HF TGI version appVersion: "1.4"