Skip to content

Commit 4f88ece

Browse files
committed
πŸ“Œ Bumped up the chart version
1 parent a31efe5 commit 4f88ece

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

β€Žhelm-charts/chatqna/Chart.yamlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies:
2222
tags:
2323
- tgi
2424
- name: vllm-openvino
25-
version: 0.9.0
25+
version: 1.0.0
2626
repository: "file://../common/vllm-openvino"
2727
condition: vllm-openvino.enabled
2828
tags:
@@ -34,7 +34,7 @@ dependencies:
3434
tags:
3535
- tgi
3636
- name: llm-vllm-uservice
37-
version: 0.9.0
37+
version: 1.0.0
3838
repository: "file://../common/llm-vllm-uservice"
3939
condition: vllm-openvino.enabled
4040
tags:

β€Žhelm-charts/common/llm-vllm-uservice/Chart.yamlβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ apiVersion: v2
55
name: llm-vllm-uservice
66
description: A Helm chart for LLM microservice for which connects with vLLM microservice to receive inferences.
77
type: application
8-
version: 0.9.0
9-
appVersion: "v0.9"
8+
version: 1.0.0
9+
appVersion: "v1.0"
1010
dependencies:
1111
- name: vllm-openvino
12-
version: 0.9.0
12+
version: 1.0.0
1313
repository: file://../vllm-openvino
1414
condition: autodependency.enabled

β€Žhelm-charts/common/vllm-openvino/Chart.yamlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ apiVersion: v2
55
name: vllm-openvino
66
description: A Helm chart for OpenVINO optimized vLLM Service
77
type: application
8-
version: 0.9.0
9-
appVersion: "v0.9"
8+
version: 1.0.0
9+
appVersion: "v1.0"

0 commit comments

Comments
Β (0)