From 9d1158f9d833f3c93e826eebea48c25d0ae73b7d Mon Sep 17 00:00:00 2001 From: Subasri Viswanathan Date: Wed, 28 Feb 2024 14:43:06 +0530 Subject: [PATCH] include ingress version changes --- helm/docs/pre-requisites.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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