diff --git a/README.md b/README.md index fc25775..ee141ea 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ Nach erfolgreicher Cluster-Erstellung: export KUBECONFIG=hnrx-${terraform.workspace}-kubeconfig # Gateway API CRDs installieren - kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.0.0/standard-install.yaml + kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.3.0/standard-install.yaml ```