Skip to content

Commit 1409ec3

Browse files
committed
fix quickstart guide helm version
Signed-off-by: Nir Rozenbaum <[email protected]>
1 parent bc87672 commit 1409ec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site-src/guides/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ A cluster with:
277277
helm install vllm-llama3-8b-instruct \
278278
--set inferencePool.modelServers.matchLabels.app=vllm-llama3-8b-instruct \
279279
--set provider.name=$GATEWAY_PROVIDER \
280-
--version v0.3.0 \
280+
--version v0.5.1 \
281281
oci://registry.k8s.io/gateway-api-inference-extension/charts/inferencepool
282282
```
283283

0 commit comments

Comments
 (0)