diff --git a/helm-charts/chatqna/Chart.yaml b/helm-charts/chatqna/Chart.yaml index efd0b8609..676df3e12 100644 --- a/helm-charts/chatqna/Chart.yaml +++ b/helm-charts/chatqna/Chart.yaml @@ -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: @@ -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: diff --git a/helm-charts/common/llm-vllm-uservice/Chart.yaml b/helm-charts/common/llm-vllm-uservice/Chart.yaml index 91fe4abd5..f939ca271 100644 --- a/helm-charts/common/llm-vllm-uservice/Chart.yaml +++ b/helm-charts/common/llm-vllm-uservice/Chart.yaml @@ -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 diff --git a/helm-charts/common/vllm-openvino/Chart.yaml b/helm-charts/common/vllm-openvino/Chart.yaml index 1c6ce08df..da51598b2 100644 --- a/helm-charts/common/vllm-openvino/Chart.yaml +++ b/helm-charts/common/vllm-openvino/Chart.yaml @@ -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"