From d82be692d6ad4db70d5d5c7d929c776791fd319d Mon Sep 17 00:00:00 2001 From: sd109 <49713135+sd109@users.noreply.github.com> Date: Sun, 15 Mar 2026 09:11:49 +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 4e951ff..ff3024f 100644 --- a/charts/azimuth-chat/values.schema.json +++ b/charts/azimuth-chat/values.schema.json @@ -50,7 +50,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) when using vllm-openai or [this list](https://github.com/vllm-project/vllm-omni/tags) when using vllm-omni.", - "default": "v0.11.0" + "default": "v0.17.1" } } }, diff --git a/charts/azimuth-image-analysis/values.schema.json b/charts/azimuth-image-analysis/values.schema.json index ac7cacf..0d5073e 100644 --- a/charts/azimuth-image-analysis/values.schema.json +++ b/charts/azimuth-image-analysis/values.schema.json @@ -46,7 +46,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) when using vllm-openai or [this list](https://github.com/vllm-project/vllm-omni/tags) when using vllm-omni.", - "default": "v0.11.0" + "default": "v0.17.1" } } }, diff --git a/charts/azimuth-llm/values.schema.json b/charts/azimuth-llm/values.schema.json index 4076552..f1930bf 100644 --- a/charts/azimuth-llm/values.schema.json +++ b/charts/azimuth-llm/values.schema.json @@ -47,14 +47,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) when using vllm-openai or [this list](https://github.com/vllm-project/vllm-omni/tags) when using vllm-omni.", - "default": "v0.11.0" + "default": "v0.17.1" } } }, "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 e951e88..2ef7b20 100644 --- a/charts/azimuth-llm/values.yaml +++ b/charts/azimuth-llm/values.yaml @@ -38,7 +38,7 @@ api: # or ghcr.io/stackhpc/vllm-cpu when api.gpus == 0 repository: containerImage: vllm/vllm-openai - version: v0.11.0 + version: v0.17.1 monitoring: enabled: true # The number of replicas for the backend deployment