From 169334b89567b262bbb381d01e97ebdc2931b92d Mon Sep 17 00:00:00 2001 From: sd109 <49713135+sd109@users.noreply.github.com> Date: Sun, 7 Dec 2025 09:04:48 +0000 Subject: [PATCH] [create-pull-request] automated change --- charts/azimuth-chat/values.schema.json | 2 +- charts/azimuth-image-analysis/values.schema.json | 2 +- charts/azimuth-llm/values.schema.json | 4 ++-- charts/azimuth-llm/values.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/azimuth-chat/values.schema.json b/charts/azimuth-chat/values.schema.json index 4a28d11..56af183 100644 --- a/charts/azimuth-chat/values.schema.json +++ b/charts/azimuth-chat/values.schema.json @@ -40,7 +40,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.11.0" + "default": "v0.12.0" } } }, diff --git a/charts/azimuth-image-analysis/values.schema.json b/charts/azimuth-image-analysis/values.schema.json index ad38251..a7a5fab 100644 --- a/charts/azimuth-image-analysis/values.schema.json +++ b/charts/azimuth-image-analysis/values.schema.json @@ -36,7 +36,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.11.0" + "default": "v0.12.0" } } }, diff --git a/charts/azimuth-llm/values.schema.json b/charts/azimuth-llm/values.schema.json index 5a24bfa..29f8853 100644 --- a/charts/azimuth-llm/values.schema.json +++ b/charts/azimuth-llm/values.schema.json @@ -37,14 +37,14 @@ "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.11.0" + "default": "v0.12.0" } } }, "azimuthNodeGroupSelector": { "type": "string", "title": "Node Group", - "description": "The node group to deploy the API backend to. Must match a node group label in the cluster. Leave empty to use any available node." + "description": "The node group to deploy the API backend to. Must match a node group label in the cluster. Leave empty to use any available node." } } }, diff --git a/charts/azimuth-llm/values.yaml b/charts/azimuth-llm/values.yaml index a551121..3b951e5 100644 --- a/charts/azimuth-llm/values.yaml +++ b/charts/azimuth-llm/values.yaml @@ -37,7 +37,7 @@ api: # ghcr.io/stackhpc/vllm-xpu when api.gpus > 0 and intelXPUsEnabled is true, # or ghcr.io/stackhpc/vllm-cpu when api.gpus == 0 repository: - version: v0.11.0 + version: v0.12.0 monitoring: enabled: true # The number of replicas for the backend deployment