From 4f88ece1ed6db73faafc836940ab022b73e34af1 Mon Sep 17 00:00:00 2001 From: Krishna Murti Date: Sat, 7 Sep 2024 01:02:23 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8C=20Bumped=20up=20the=20chart=20vers?= =?UTF-8?q?ion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- helm-charts/chatqna/Chart.yaml | 4 ++-- helm-charts/common/llm-vllm-uservice/Chart.yaml | 6 +++--- helm-charts/common/vllm-openvino/Chart.yaml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) 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"