From 666550919d74e3c268906057e605bcc7bed3e7f7 Mon Sep 17 00:00:00 2001 From: sd109 <49713135+sd109@users.noreply.github.com> Date: Sun, 17 Nov 2024 09:04:03 +0000 Subject: [PATCH] [create-pull-request] automated change --- charts/azimuth-llm/values.schema.json | 5 +++-- charts/azimuth-llm/values.yaml | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/charts/azimuth-llm/values.schema.json b/charts/azimuth-llm/values.schema.json index fe5cbff..b7007db 100644 --- a/charts/azimuth-llm/values.schema.json +++ b/charts/azimuth-llm/values.schema.json @@ -37,7 +37,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.6.3" + "default": "v0.6.4.post1" } } } @@ -118,7 +118,8 @@ } }, "required": [ - "model_name" ] + "model_name" + ] } } } diff --git a/charts/azimuth-llm/values.yaml b/charts/azimuth-llm/values.yaml index 29879d4..688e64d 100644 --- a/charts/azimuth-llm/values.yaml +++ b/charts/azimuth-llm/values.yaml @@ -34,7 +34,7 @@ api: # Container image config image: repository: vllm/vllm-openai - version: v0.6.3 + version: v0.6.4.post1 monitoring: enabled: true # The number of replicas for the backend deployment @@ -83,7 +83,7 @@ ui: # Container image config image: repository: ghcr.io/stackhpc/azimuth-llm-chat-ui - tag: # Defaults to chart's appVersion + tag: # Defaults to chart's appVersion imagePullPolicy: # The settings to be passed to the frontend web app. # Format depends on the chosen UI image above. For each of the UIs