We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 206ef93 commit 2e46425Copy full SHA for 2e46425
site-src/guides/index.md
@@ -201,7 +201,7 @@ This quickstart guide is intended for engineers familiar with k8s and model serv
201
2. Set the Kgateway version and install the Kgateway CRDs.
202
203
```bash
204
- KGTW_VERSION=v2.0.0-rc.2
+ KGTW_VERSION=v2.0.0
205
helm upgrade -i --create-namespace --namespace kgateway-system --version $KGTW_VERSION kgateway-crds oci://cr.kgateway.dev/kgateway-dev/charts/kgateway-crds
206
```
207
0 commit comments