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 fb342fc commit 937863bCopy full SHA for 937863b
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