Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion site-src/guides/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ This quickstart guide is intended for engineers familiar with k8s and model serv
2. Set the Kgateway version and install the Kgateway CRDs.

```bash
KGTW_VERSION=v2.0.2
KGTW_VERSION=v2.0.3
helm upgrade -i --create-namespace --namespace kgateway-system --version $KGTW_VERSION kgateway-crds oci://cr.kgateway.dev/kgateway-dev/charts/kgateway-crds
```

Expand Down