We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d82ef04 commit 484c771Copy full SHA for 484c771
chart/values.schema.json
@@ -114,7 +114,7 @@
114
"type": "string",
115
"title": "Backend vLLM version",
116
"description": "The vLLM version to use as a backend. Must be a version tag from [this list](https://github.com/vllm-project/vllm/tags)",
117
- "default": "v0.6.2"
+ "default": "v0.6.3"
118
}
119
120
chart/values.yaml
@@ -33,7 +33,7 @@ api:
33
# Container image config
34
image:
35
repository: vllm/vllm-openai
36
- version: v0.6.2
+ version: v0.6.3
37
monitoring:
38
enabled: true
39
# The number of replicas for the backend deployment
0 commit comments