Skip to content

Commit

Permalink
Helm: upgrade version to 0.8.0
Browse files Browse the repository at this point in the history
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
  • Loading branch information
lianhao authored and yongfengdu committed Jul 12, 2024
1 parent 83fc1a0 commit b3cbde0
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 24 deletions.
20 changes: 10 additions & 10 deletions helm-charts/chatqna/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
6 changes: 3 additions & 3 deletions helm-charts/codegen/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion helm-charts/common/data-prep/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion helm-charts/common/embedding-usvc/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion helm-charts/common/llm-uservice/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
5 changes: 2 additions & 3 deletions helm-charts/common/redis-vector-db/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion helm-charts/common/reranking-usvc/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion helm-charts/common/retriever-usvc/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion helm-charts/common/tei/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion helm-charts/common/teirerank/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion helm-charts/common/tgi/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit b3cbde0

Please sign in to comment.