From 1e5f6a9a437dd06cd3b2f586ab4de788886ce23c Mon Sep 17 00:00:00 2001 From: nayihz Date: Sat, 7 Dec 2024 14:47:38 +0800 Subject: [PATCH] Update gateway-api CRD version Signed-off-by: nayihz --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39e2cf0..4e1301d 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ After these goals are achieved, further goals may be decided. Deploy the [Gateway API] [CRDs]: ```console -kubectl apply -k https://github.com/kubernetes-sigs/gateway-api/config/crd/experimental?ref=v0.8.1 +kubectl apply -k https://github.com/kubernetes-sigs/gateway-api/config/crd/experimental?ref=v1.2.1 ``` Build container images: