Skip to content

Commit 435b414

Browse files
authored
chore: update helm to use latest release instead of rc (#1662)
Signed-off-by: Nir Rozenbaum <[email protected]>
1 parent dd77248 commit 435b414

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

site-src/guides/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Tooling:
9191

9292
```bash
9393
export GATEWAY_PROVIDER=gke
94-
export IGW_CHART_VERSION=v1.0.1-rc.1
94+
export IGW_CHART_VERSION=v1.0.1
9595
helm install vllm-llama3-8b-instruct \
9696
--set inferencePool.modelServers.matchLabels.app=vllm-llama3-8b-instruct \
9797
--set provider.name=$GATEWAY_PROVIDER \
@@ -103,7 +103,7 @@ Tooling:
103103

104104
```bash
105105
export GATEWAY_PROVIDER=istio
106-
export IGW_CHART_VERSION=v1.0.1-rc.1
106+
export IGW_CHART_VERSION=v1.0.1
107107
helm install vllm-llama3-8b-instruct \
108108
--set inferencePool.modelServers.matchLabels.app=vllm-llama3-8b-instruct \
109109
--set provider.name=$GATEWAY_PROVIDER \
@@ -115,7 +115,7 @@ Tooling:
115115

116116
```bash
117117
export GATEWAY_PROVIDER=none
118-
export IGW_CHART_VERSION=v1.0.1-rc.1
118+
export IGW_CHART_VERSION=v1.0.1
119119
helm install vllm-llama3-8b-instruct \
120120
--set inferencePool.modelServers.matchLabels.app=vllm-llama3-8b-instruct \
121121
--set provider.name=$GATEWAY_PROVIDER \
@@ -127,7 +127,7 @@ Tooling:
127127

128128
```bash
129129
export GATEWAY_PROVIDER=none
130-
export IGW_CHART_VERSION=v1.0.1-rc.1
130+
export IGW_CHART_VERSION=v1.0.1
131131
helm install vllm-llama3-8b-instruct \
132132
--set inferencePool.modelServers.matchLabels.app=vllm-llama3-8b-instruct \
133133
--set provider.name=$GATEWAY_PROVIDER \

0 commit comments

Comments
 (0)