Skip to content

Commit f003d26

Browse files
committed
fix: Nginx vulnerabilities
2 parents dad498f + 1ce6938 commit f003d26

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/infrastructure/eks-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Install the NGINX Ingress Controller:
149149
kubectl create namespace codacy
150150
helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx
151151
helm repo update
152-
helm upgrade --install --namespace codacy --version 4.3.0 nginx-ingress ingress-nginx/ingress-nginx -f values-nginx.yaml
152+
helm upgrade --install --namespace codacy --version 4.8.3 nginx-ingress ingress-nginx/ingress-nginx -f values-nginx.yaml
153153
```
154154
155155
## Uninstalling the Amazon EKS cluster

docs/values-files/values-nginx.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ controller:
1414
clusterIP: "-"
1515
defaultBackend:
1616
clusterIP: "-"
17+
enableAnnotationValidations: true
1718

1819
# resources used by the nginx controller
1920
resources:

0 commit comments

Comments
 (0)