Skip to content

Commit

Permalink
📌 Bumped up the chart version
Browse files Browse the repository at this point in the history
  • Loading branch information
krish918 committed Sep 6, 2024
1 parent a31efe5 commit 4f88ece
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions helm-charts/chatqna/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
tags:
- tgi
- name: vllm-openvino
version: 0.9.0
version: 1.0.0
repository: "file://../common/vllm-openvino"
condition: vllm-openvino.enabled
tags:
Expand All @@ -34,7 +34,7 @@ dependencies:
tags:
- tgi
- name: llm-vllm-uservice
version: 0.9.0
version: 1.0.0
repository: "file://../common/llm-vllm-uservice"
condition: vllm-openvino.enabled
tags:
Expand Down
6 changes: 3 additions & 3 deletions helm-charts/common/llm-vllm-uservice/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ apiVersion: v2
name: llm-vllm-uservice
description: A Helm chart for LLM microservice for which connects with vLLM microservice to receive inferences.
type: application
version: 0.9.0
appVersion: "v0.9"
version: 1.0.0
appVersion: "v1.0"
dependencies:
- name: vllm-openvino
version: 0.9.0
version: 1.0.0
repository: file://../vllm-openvino
condition: autodependency.enabled
4 changes: 2 additions & 2 deletions helm-charts/common/vllm-openvino/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ apiVersion: v2
name: vllm-openvino
description: A Helm chart for OpenVINO optimized vLLM Service
type: application
version: 0.9.0
appVersion: "v0.9"
version: 1.0.0
appVersion: "v1.0"

0 comments on commit 4f88ece

Please sign in to comment.