File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ kubectl apply -k https://github.com/kubernetes-sigs/gateway-api-inference-extens
158158 2. Set the Kgateway version and install the Kgateway CRDs.
159159
160160 ```bash
161- KGTW_VERSION=v2.1 .0-main
161+ KGTW_VERSION=v2.2 .0-main
162162 helm upgrade -i --create-namespace --namespace kgateway-system --version $KGTW_VERSION kgateway-crds oci://cr.kgateway.dev/kgateway-dev/charts/kgateway-crds
163163 ```
164164
@@ -205,7 +205,7 @@ kubectl apply -k https://github.com/kubernetes-sigs/gateway-api-inference-extens
205205 2. Set the Kgateway version and install the Kgateway CRDs.
206206
207207 ```bash
208- KGTW_VERSION=v2.1 .0-main
208+ KGTW_VERSION=v2.2 .0-main
209209 helm upgrade -i --create-namespace --namespace kgateway-system --version $KGTW_VERSION kgateway-crds oci://cr.kgateway.dev/kgateway-dev/charts/kgateway-crds
210210 ```
211211
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ kubectl apply -f https://github.com/kubernetes-sigs/gateway-api-inference-extens
7777 2. Set the Kgateway version and install the Kgateway CRDs.
7878
7979 ```bash
80- KGTW_VERSION=v2.1.0
80+ KGTW_VERSION=v2.2.0-main
8181 helm upgrade -i --create-namespace --namespace kgateway-system --version $KGTW_VERSION kgateway-crds oci://cr.kgateway.dev/kgateway-dev/charts/kgateway-crds
8282 ```
8383
@@ -97,7 +97,7 @@ kubectl apply -f https://github.com/kubernetes-sigs/gateway-api-inference-extens
9797 2. Set the Kgateway version and install the Kgateway CRDs.
9898
9999 ```bash
100- KGTW_VERSION=v2.1.0
100+ KGTW_VERSION=v2.2.0-main
101101 helm upgrade -i --create-namespace --namespace kgateway-system --version $KGTW_VERSION kgateway-crds oci://cr.kgateway.dev/kgateway-dev/charts/kgateway-crds
102102 ```
103103
You can’t perform that action at this time.
0 commit comments