Update index.md

Updated the version number. In the getting started section, the version number of the controller was old and was throwing a 404 Not Found when attempting to access deploy.yaml.
This commit is contained in:
Sheraz 2023-02-16 15:15:01 +01:00 committed by GitHub
parent 080c905fab
commit 9793f8e54c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,7 +62,7 @@ It will install the controller in the `ingress-nginx` namespace, creating that n
**If you don't have Helm** or if you prefer to use a YAML manifest, you can run the following command instead:
```console
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.6.3/deploy/static/provider/cloud/deploy.yaml
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.6.4/deploy/static/provider/cloud/deploy.yaml
```
!!! info