Skip to content

Commit

Permalink
Freeze Helm charts versions
Browse files Browse the repository at this point in the history
Signed-off-by: NeuralChatBot <[email protected]>
  • Loading branch information
NeuralChatBot committed Aug 22, 2024
1 parent 873a247 commit 2d29232
Show file tree
Hide file tree
Showing 43 changed files with 182 additions and 182 deletions.
22 changes: 11 additions & 11 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.8.0
version: 0.9.0
repository: "file://../common/tgi"
- name: llm-uservice
version: 0.8.0
version: 0.9.0
repository: "file://../common/llm-uservice"
- name: tei
version: 0.8.0
version: 0.9.0
repository: "file://../common/tei"
- name: embedding-usvc
version: 0.8.0
version: 0.9.0
repository: "file://../common/embedding-usvc"
- name: teirerank
version: 0.8.0
version: 0.9.0
repository: "file://../common/teirerank"
- name: reranking-usvc
version: 0.8.0
version: 0.9.0
repository: "file://../common/reranking-usvc"
- name: redis-vector-db
version: 0.8.0
version: 0.9.0
repository: "file://../common/redis-vector-db"
- name: retriever-usvc
version: 0.8.0
version: 0.9.0
repository: "file://../common/retriever-usvc"
- name: data-prep
version: 0.8.0
version: 0.9.0
repository: "file://../common/data-prep"
version: 0.8.0
appVersion: "v0.8"
version: 0.9.0
appVersion: "v0.9"
8 changes: 4 additions & 4 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.8.0
version: 0.9.0
repository: "file://../common/tgi"
- name: llm-uservice
version: 0.8.0
version: 0.9.0
repository: "file://../common/llm-uservice"
version: 0.8.0
appVersion: "v0.8"
version: 0.9.0
appVersion: "v0.9"
8 changes: 4 additions & 4 deletions helm-charts/codetrans/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ description: The Helm chart to deploy CodeTrans
type: application
dependencies:
- name: tgi
version: 0.8.0
version: 0.9.0
repository: "file://../common/tgi"
- name: llm-uservice
version: 0.8.0
version: 0.9.0
repository: "file://../common/llm-uservice"
version: 0.8.0
appVersion: "v0.8"
version: 0.9.0
appVersion: "v0.9"
6 changes: 3 additions & 3 deletions helm-charts/common/asr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ apiVersion: v2
name: asr
description: The Helm chart for deploying asr as microservice
type: application
version: 0.8.0
version: 0.9.0
# The asr microservice server version
appVersion: "v0.8"
appVersion: "v0.9"
dependencies:
- name: whisper
version: 0.8.0
version: 0.9.0
repository: file://../whisper
condition: autodependency.enabled
4 changes: 2 additions & 2 deletions helm-charts/common/chatqna-ui/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ apiVersion: v2
name: chatqna-ui
description: A Helm chart to the UI for chatQnA workload
type: application
version: 0.8.0
appVersion: "v0.8"
version: 0.9.0
appVersion: "v0.9"
8 changes: 4 additions & 4 deletions helm-charts/common/data-prep/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ apiVersion: v2
name: data-prep
description: The Helm chart for deploying data prep as microservice
type: application
version: 0.8.0
version: 0.9.0
# The data prep microservice server version
appVersion: "v0.8"
appVersion: "v0.9"
dependencies:
- name: tei
version: 0.8.0
version: 0.9.0
repository: file://../tei
condition: autodependency.enabled
- name: redis-vector-db
version: 0.8.0
version: 0.9.0
repository: file://../redis-vector-db
condition: autodependency.enabled
6 changes: 3 additions & 3 deletions helm-charts/common/embedding-usvc/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ apiVersion: v2
name: embedding-usvc
description: The Helm chart for deploying embedding as microservice
type: application
version: 0.8.0
version: 0.9.0
# The embedding microservice server version
appVersion: "v0.8"
appVersion: "v0.9"
dependencies:
- name: tei
version: 0.8.0
version: 0.9.0
repository: file://../tei
condition: autodependency.enabled
6 changes: 3 additions & 3 deletions helm-charts/common/llm-uservice/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ apiVersion: v2
name: llm-uservice
description: The Helm chart for deploying llm as microservice
type: application
version: 0.8.0
version: 0.9.0
# The llm microservice server version
appVersion: "v0.8"
appVersion: "v0.9"
dependencies:
- name: tgi
version: 0.8.0
version: 0.9.0
repository: file://../tgi
condition: autodependency.enabled
2 changes: 1 addition & 1 deletion helm-charts/common/redis-vector-db/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ apiVersion: v2
name: redis-vector-db
description: The Helm chart for Redis Vector DB
type: application
version: 0.8.0
version: 0.9.0
appVersion: "7.2.0-v9"
6 changes: 3 additions & 3 deletions helm-charts/common/reranking-usvc/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ apiVersion: v2
name: reranking-usvc
description: The Helm chart for deploying reranking as microservice
type: application
version: 0.8.0
version: 0.9.0
# The reranking microservice server version
appVersion: "v0.8"
appVersion: "v0.9"
dependencies:
- name: teirerank
version: 0.8.0
version: 0.9.0
repository: file://../teirerank
condition: autodependency.enabled
8 changes: 4 additions & 4 deletions helm-charts/common/retriever-usvc/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ apiVersion: v2
name: retriever-usvc
description: The Helm chart for deploying retriever as microservice
type: application
version: 0.8.0
version: 0.9.0
# The retriever microservice server version
appVersion: "v0.8"
appVersion: "v0.9"
dependencies:
- name: tei
version: 0.8.0
version: 0.9.0
repository: file://../tei
condition: autodependency.enabled
- name: redis-vector-db
version: 0.8.0
version: 0.9.0
repository: file://../redis-vector-db
condition: autodependency.enabled
4 changes: 2 additions & 2 deletions helm-charts/common/speecht5/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ apiVersion: v2
name: speecht5
description: The Helm chart for deploying speecht5 as microservice
type: application
version: 0.8.0
version: 0.9.0
# The speecht5 microservice server version
appVersion: "v0.8"
appVersion: "v0.9"
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.8.0
version: 0.9.0
# The HF TEI version
appVersion: "cpu-1.5"
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.8.0
version: 0.9.0
# The HF TEI version
appVersion: "cpu-1.5"
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.8.0
version: 0.9.0
# The HF TGI version
appVersion: "2.1.0"
6 changes: 3 additions & 3 deletions helm-charts/common/tts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ apiVersion: v2
name: tts
description: The Helm chart for deploying tts as microservice
type: application
version: 0.8.0
version: 0.9.0
# The tts microservice server version
appVersion: "v0.8"
appVersion: "v0.9"

dependencies:
- name: speecht5
version: 0.8.0
version: 0.9.0
repository: file://../speecht5
condition: autodependency.enabled
6 changes: 3 additions & 3 deletions helm-charts/common/web-retriever/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ apiVersion: v2
name: web-retriever
description: The Helm chart for deploying web retriever as microservice
type: application
version: 0.8.0
version: 0.9.0
# The web retriever microservice server version
appVersion: "v0.8"
appVersion: "v0.9"
dependencies:
- name: tei
version: 0.8.0
version: 0.9.0
repository: file://../tei
condition: autodependency.enabled
4 changes: 2 additions & 2 deletions helm-charts/common/whisper/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ apiVersion: v2
name: whisper
description: The Helm chart for deploying whisper as microservice
type: application
version: 0.8.0
version: 0.9.0
# The whisper microservice server version
appVersion: "v0.8"
appVersion: "v0.9"
8 changes: 4 additions & 4 deletions helm-charts/docsum/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ description: The Helm chart to deploy DocSum
type: application
dependencies:
- name: tgi
version: 0.8.0
version: 0.9.0
repository: "file://../common/tgi"
- name: llm-uservice
version: 0.8.0
version: 0.9.0
repository: "file://../common/llm-uservice"
version: 0.8.0
appVersion: "v0.8"
version: 0.9.0
appVersion: "v0.9"
2 changes: 1 addition & 1 deletion microservices-connector/config/gmcrouter/gmc-router.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
serviceAccountName: default
containers:
- name: router-server
image: opea/gmcrouter:latest
image: opea/gmcrouter:v0.9
imagePullPolicy: IfNotPresent
ports:
- containerPort: 8080
Expand Down
2 changes: 1 addition & 1 deletion microservices-connector/config/manager/gmc-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
containers:
- command:
- /manager
image: opea/gmcmanager:latest
image: opea/gmcmanager:v0.9
imagePullPolicy: IfNotPresent
name: manager
env:
Expand Down
14 changes: 7 additions & 7 deletions microservices-connector/config/manifests/asr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ kind: ConfigMap
metadata:
name: asr-config
labels:
helm.sh/chart: asr-0.8.0
helm.sh/chart: asr-0.9.0
app.kubernetes.io/name: asr
app.kubernetes.io/instance: asr
app.kubernetes.io/version: "v0.8"
app.kubernetes.io/version: "v0.9"
app.kubernetes.io/managed-by: Helm
data:
ASR_ENDPOINT: "http://asr-whisper:7066"
Expand All @@ -28,10 +28,10 @@ kind: Service
metadata:
name: asr
labels:
helm.sh/chart: asr-0.8.0
helm.sh/chart: asr-0.9.0
app.kubernetes.io/name: asr
app.kubernetes.io/instance: asr
app.kubernetes.io/version: "v0.8"
app.kubernetes.io/version: "v0.9"
app.kubernetes.io/managed-by: Helm
spec:
type: ClusterIP
Expand All @@ -53,10 +53,10 @@ kind: Deployment
metadata:
name: asr
labels:
helm.sh/chart: asr-0.8.0
helm.sh/chart: asr-0.9.0
app.kubernetes.io/name: asr
app.kubernetes.io/instance: asr
app.kubernetes.io/version: "v0.8"
app.kubernetes.io/version: "v0.9"
app.kubernetes.io/managed-by: Helm
spec:
replicas: 1
Expand Down Expand Up @@ -90,7 +90,7 @@ spec:
runAsUser: 1000
seccompProfile:
type: RuntimeDefault
image: "opea/asr:latest"
image: "opea/asr:v0.9"
imagePullPolicy: IfNotPresent
ports:
- name: asr
Expand Down
Loading

0 comments on commit 2d29232

Please sign in to comment.