From 4a50635a6f175d790682ecf8b6924845db1fe535 Mon Sep 17 00:00:00 2001 From: sd109 <49713135+sd109@users.noreply.github.com> Date: Thu, 12 Sep 2024 09:06:02 +0000 Subject: [PATCH] [create-pull-request] automated change --- chart/values.schema.json | 2 +- chart/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/values.schema.json b/chart/values.schema.json index fd125bd..b5aae13 100644 --- a/chart/values.schema.json +++ b/chart/values.schema.json @@ -114,7 +114,7 @@ "type": "string", "title": "Backend vLLM version", "description": "The vLLM version to use as a backend. Must be a version tag from [this list](https://github.com/vllm-project/vllm/tags)", - "default": "v0.5.5" + "default": "v0.6.1" } } } diff --git a/chart/values.yaml b/chart/values.yaml index a41ede2..564a74b 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -33,7 +33,7 @@ api: # Container image config image: repository: vllm/vllm-openai - version: v0.5.5 + version: v0.6.1 monitoring: enabled: true # The number of replicas for the backend deployment