diff --git a/helm/docs/pre-requisites.md b/helm/docs/pre-requisites.md
index 593a7ba..1ef9b32 100644
--- a/helm/docs/pre-requisites.md
+++ b/helm/docs/pre-requisites.md
@@ -109,7 +109,7 @@ If you need to configure Bold Reports with Ingress, [Install Nginx ingress contr
AKS Cluster
- kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v0.41.2/deploy/static/provider/cloud/deploy.yaml
+ kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.2.0/deploy/static/provider/cloud/deploy.yaml
|
@@ -117,7 +117,7 @@ If you need to configure Bold Reports with Ingress, [Install Nginx ingress contr
EKS Cluster
- kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.8.2/deploy/static/provider/aws/deploy.yaml
+ kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.2.0/deploy/static/provider/aws/deploy.yaml
|
@@ -125,7 +125,7 @@ If you need to configure Bold Reports with Ingress, [Install Nginx ingress contr
GKE Cluster
- kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.8.2/deploy/static/provider/cloud/deploy.yaml
+ kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.2.0/deploy/static/provider/cloud/deploy.yaml
|