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.
2 parents 053fe6f + d4a4365 commit d82ef04Copy full SHA for d82ef04
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.5.5"
+ "default": "v0.6.2"
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.5.5
+ version: v0.6.2
37
monitoring:
38
enabled: true
39
# The number of replicas for the backend deployment
0 commit comments