File tree Expand file tree Collapse file tree
docs/getting-started/try-it-out Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ The [Gateway API](https://gateway-api.sigs.k8s.io/) is the Kubernetes-native way
119119
120120``` bash
121121kubectl apply --server-side \
122- -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.4 .1/experimental-install.yaml
122+ -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.5 .1/experimental-install.yaml
123123```
124124
125125#### cert-manager
@@ -155,14 +155,13 @@ helm upgrade --install external-secrets oci://ghcr.io/external-secrets/charts/ex
155155``` bash
156156helm upgrade --install kgateway-crds oci://cr.kgateway.dev/kgateway-dev/charts/kgateway-crds \
157157 --create-namespace --namespace openchoreo-control-plane \
158- --version v2.2 .1
158+ --version v2.3 .1
159159```
160160
161161``` bash
162162helm upgrade --install kgateway oci://cr.kgateway.dev/kgateway-dev/charts/kgateway \
163163 --namespace openchoreo-control-plane --create-namespace \
164- --version v2.2.1 \
165- --set controller.extraEnv.KGW_ENABLE_GATEWAY_API_EXPERIMENTAL_FEATURES=true
164+ --version v2.3.1
166165```
167166
168167#### OpenBao (Secret Backend)
Original file line number Diff line number Diff line change 99
1010step " Installing Gateway API CRDs..."
1111kubectl apply --server-side \
12- -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.4 .1/experimental-install.yaml
12+ -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.5 .1/experimental-install.yaml
1313
1414step " Installing cert-manager..."
1515helm upgrade --install cert-manager oci://quay.io/jetstack/charts/cert-manager \
@@ -30,13 +30,12 @@ helm upgrade --install external-secrets oci://ghcr.io/external-secrets/charts/ex
3030step " Installing kgateway CRDs..."
3131helm upgrade --install kgateway-crds oci://cr.kgateway.dev/kgateway-dev/charts/kgateway-crds \
3232 --create-namespace --namespace openchoreo-control-plane \
33- --version v2.2 .1
33+ --version v2.3 .1
3434
3535step " Installing kgateway..."
3636helm upgrade --install kgateway oci://cr.kgateway.dev/kgateway-dev/charts/kgateway \
3737 --namespace openchoreo-control-plane --create-namespace \
38- --version v2.2.1 \
39- --set controller.extraEnv.KGW_ENABLE_GATEWAY_API_EXPERIMENTAL_FEATURES=true
38+ --version v2.3.1
4039
4140step " Installing OpenBao..."
4241helm upgrade --install openbao oci://ghcr.io/openbao/charts/openbao \
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ The [Gateway API](https://gateway-api.sigs.k8s.io/) is the Kubernetes-native way
9191
9292``` bash
9393kubectl apply --server-side \
94- -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.4 .1/experimental-install.yaml
94+ -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.5 .1/experimental-install.yaml
9595```
9696
9797#### cert-manager
@@ -127,14 +127,13 @@ helm upgrade --install external-secrets oci://ghcr.io/external-secrets/charts/ex
127127``` bash
128128helm upgrade --install kgateway-crds oci://cr.kgateway.dev/kgateway-dev/charts/kgateway-crds \
129129 --create-namespace --namespace openchoreo-control-plane \
130- --version v2.2 .1
130+ --version v2.3 .1
131131```
132132
133133``` bash
134134helm upgrade --install kgateway oci://cr.kgateway.dev/kgateway-dev/charts/kgateway \
135135 --namespace openchoreo-control-plane --create-namespace \
136- --version v2.2.1 \
137- --set controller.extraEnv.KGW_ENABLE_GATEWAY_API_EXPERIMENTAL_FEATURES=true
136+ --version v2.3.1
138137```
139138
140139#### OpenBao (Secret Backend)
You can’t perform that action at this time.
0 commit comments