Skip to content

Commit

Permalink
include ingress version changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Subasri-Viswanathan committed Feb 28, 2024
1 parent 77f9b14 commit 9d1158f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions helm/docs/pre-requisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,23 +109,23 @@ If you need to configure Bold Reports with Ingress, [Install Nginx ingress contr
AKS Cluster
</td>
<td>
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
</td>
</tr>
<tr>
<td>
EKS Cluster
</td>
<td>
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
</td>
</tr>
<tr>
<td>
GKE Cluster
</td>
<td>
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
</td>
</tr>
</table>
Expand Down

0 comments on commit 9d1158f

Please sign in to comment.